kid-sid/claude-spellbook

A curated collection of skills, prompts, and workflows that extend Claude's capabilities — your personal grimoire for AI-powered development.

187Stars on the repository
27Mods indexed here, across every type
27d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

kid-sid/claude-spellbook

Agent Claude Code

Use this agent as the second stage of a code review, after spec compliance is confirmed — evaluating code quality, security vulnerabilities, performance issues, and test coverage without re-checking requirements.

187 27d ago A 42 tokens original MIT

code-reviewer-spec

02

kid-sid/claude-spellbook

Agent Claude Code

Use this agent to verify that a pull request or set of changes fully implements its stated requirements — checking requirements coverage, missing features, and scope creep — before evaluating code quality.

187 27d ago A 40 tokens original MIT

code-reviewer

03

kid-sid/claude-spellbook

Agent Claude Code

Use this agent to perform a thorough two-stage review of a pull request or set of changed files — first verifying spec compliance, then evaluating code quality, security, test coverage, and performance. Prefer this over the inline /review command when the diff spans more than 5 files or more than 300 lines.

187 27d ago A 66 tokens original MIT

dependency-auditor

04

kid-sid/claude-spellbook

Agent Claude Code

Use this agent to audit all dependencies across a repository for vulnerabilities, outdated packages, unpinned versions, and abandoned libraries. Invoke when the user asks to "audit dependencies", "check for vulnerable packages", "update dependencies", or "scan for outdated libraries". Prefer this over a manual npm…

187 27d ago A 78 tokens original MIT

onboarding-agent

05

kid-sid/claude-spellbook

Agent Claude Code

Use this agent to generate a comprehensive new-joiner guide for a repository — covering what the service does, how to run it locally, architecture overview, key files, environment setup, gotchas, and who owns what. Invoke when the user asks to "write an onboarding guide", "create a new-joiner doc", "document this repo…

187 27d ago A 89 tokens original MIT

security-auditor

06

kid-sid/claude-spellbook

Agent Claude Code

Use this agent to perform a full codebase security audit covering OWASP Top 10 vulnerabilities — hardcoded secrets, injection flaws, broken auth, weak crypto, misconfiguration, and vulnerable dependencies. Invoke when the user asks to "audit", "scan", or "security review" a directory, service, or codebase, especially…

187 27d ago A 99 tokens original MIT

test-coverage-agent

07

kid-sid/claude-spellbook

Agent Claude Code

Use this agent to analyse an entire module or directory for missing test coverage, then generate the missing tests. Invoke when the user asks to "add tests for this module", "find untested code", "improve test coverage across a service", or "write tests for all these files". Prefer this over the inline /test-gen…

187 27d ago A 84 tokens original MIT