python-math
Small Python utilities for math and text files.
$ Instalar
git clone https://github.com/trpc-group/trpc-agent-go /tmp/trpc-agent-go && cp -r /tmp/trpc-agent-go/examples/skillrun/skills/python_math ~/.claude/skills/trpc-agent-go// tip: Run this command in your terminal to install the skill
SKILL.md
name: python-math description: Small Python utilities for math and text files.
Overview
Run short Python scripts inside the skill workspace. Results can be returned as text and saved as output files.
Examples
-
Print the first N Fibonacci numbers
Command:
python3 scripts/fib.py 10 > out/fib.txt
-
Sum a list of integers
Command:
python3 - <<'PY' from sys import stdin nums = [int(x) for x in stdin.read().split()] print(sum(nums)) PY
Output Files
- out/fib.txt
Repository

trpc-group
Author
trpc-group/trpc-agent-go/examples/skillrun/skills/python_math
787
Stars
71
Forks
Updated4d ago
Added5d ago