Version Bump
Bump the package version (major, minor, or patch), then sync CITATION.cff, src/_version.py, and CHANGELOG.md. Use when asked to cut a release or bump the version.
Create Issue
Create a GitHub issue in nerdai/llm-agents-from-scratch and add it to project #11. Use when asked to create a ticket, issue, or task. Supports labels and issue kinds like book-diagrams.
Stop At One
Compute a sequence for a given starting number by repeatedly calling the next_number tool until the value 1 is reached.
Data Structures
A Claude skill from nerdai/llm-agents-from-scratch.
Skills
A Claude skill from nerdai/llm-agents-from-scratch.
Hailstone Sequence
Compute the complete Hailstone sequence for a given starting number by repeatedly calling the next_number tool until the value 1 is reached.
Word Frequency
Compute the top-10 most frequent words in any text passage supplied by the user.