Small Python utilities for math and text files.
46
32%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./examples/skillrun/skills/python_math/SKILL.mdOverview
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
af8bd5f
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.