create-issue
01nerdai/llm-agents-from-scratch
Skill Claude CodeCodex
Create a GitHub issue in nerdai/llm-agents-from-scratch and add it to project.
nerdai/llm-agents-from-scratch
Skill Claude CodeCodex
Create a GitHub issue in nerdai/llm-agents-from-scratch and add it to project.
nerdai/llm-agents-from-scratch
Skill Claude CodeCodex
Bump the package version (major, minor, or patch), then sync CITATION.cff (version + date-released), src/version.py, and CHANGELOG.md. Use when asked to cut a release or bump the version.
nerdai/llm-agents-from-scratch
Instructions file
Instructions for nerdai/llm-agents-from-scratch, covering claude.md, project overview, commands, install dependencies and run all tests.
nerdai/llm-agents-from-scratch
Skill Claude CodeCodex
Compute a sequence for a given starting number by repeatedly calling the nextnumber tool until the value 1 is reached.
nerdai/llm-agents-from-scratch
Skill Claude CodeCodex
Compute the top-10 most frequent words in any text passage supplied by the user.
nerdai/llm-agents-from-scratch
Skill Claude CodeCodex
Draft a professional reply to an email provided by the user.
nerdai/llm-agents-from-scratch
Skill Claude CodeCodex
Summarise a meeting transcript by first asking the human operator for their preferred format and level of detail, then producing the summary accordingly.
nerdai/llm-agents-from-scratch
Skill Claude CodeCodex
Compute the complete Hailstone sequence for a given starting number by repeatedly calling the nextnumber tool until the value 1 is reached.