askill
python-math

python-mathSafety 80Repository

Small Python utilities for math and text files.

860 stars
17.2k downloads
Updated 2/7/2026

Package Files

Loading files...
SKILL.md

Overview

Run short Python scripts inside the skill workspace. Results can be returned as text and saved as output files.

Examples

  1. Print the first N Fibonacci numbers

    Command:

    python3 scripts/fib.py 10 > out/fib.txt

  2. 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

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

40/100Analyzed 2/18/2026

A minimal Python skill with only 2 basic examples (Fibonacci and sum). Content is very short, lacks 'when to use' guidance, error handling, and comprehensive documentation. Located in examples directory suggesting it's a demo skill rather than production-ready. Provides usable patterns but is too thin for reliable reusability.

80
45
30
30
40

Metadata

Licenseunknown
Version-
Updated2/7/2026
Publishertrpc-group

Tags

No tags yet.