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

adr

01

kid-sid/claude-spellbook

Command Claude Code

Generate an Architecture Decision Record (ADR) from a discussion or decision.

187 27d ago A 0 tokens original MIT

changelog

02

kid-sid/claude-spellbook

Command Claude Code

Generate a changelog from git history since the last release tag.

187 27d ago A 0 tokens original MIT

create-issue

03

kid-sid/claude-spellbook

Command Claude Code

Create one or more GitHub issues from a description. Accepts natural language — infers titles, labels, and bodies from context.

187 27d ago A 0 tokens original MIT

deploy-check

04

kid-sid/claude-spellbook

Command Claude Code

Run a pre-deployment verification checklist before releasing to production.

187 27d ago A 0 tokens original MIT

explain

05

kid-sid/claude-spellbook

Command Claude Code

Explain a code file, function, or architectural pattern in detail with context.

187 27d ago A 0 tokens original MIT

mem_save

06

kid-sid/claude-spellbook

Command Claude Code

Save a curated session-level summary to history. Use this at meaningful milestones — end of session, before a long break, after wrapping a chunk of work — not after every turn. The auto-hooks (UserPromptSubmit, Stop, PreCompact) already capture turns; this command is for the higher-signal arc that those per-turn saves…

187 27d ago A 0 tokens original MIT

postmortem

07

kid-sid/claude-spellbook

Command Claude Code

Generate a postmortem document from an incident description.

187 27d ago A 0 tokens original MIT

prd

08

kid-sid/claude-spellbook

Command Claude Code

Generate a Product Requirements Document (PRD) pre-filled from context.

187 27d ago A 0 tokens original MIT

refactor

09

kid-sid/claude-spellbook

Command Claude Code

Analyze code for smells and suggest or apply refactoring with examples.

187 27d ago A 0 tokens original MIT

resolve-issue

10

kid-sid/claude-spellbook

Command Claude Code

Fetch a GitHub issue, apply the fix, comment with what was done, and close the issue.

187 27d ago A 0 tokens original MIT

review

11

kid-sid/claude-spellbook

Command Claude Code

Review the current changes (staged, unstaged, or a specific PR) against coding standards and security best practices.

187 27d ago A 0 tokens original MIT

roast-repo

12

kid-sid/claude-spellbook

Command Claude Code

Deliver a brutally honest, technically sharp roast of the current repository. Spot real bugs, code smells, security holes, and engineering sloppiness. Be pointed and witty, but every finding must be accurate and include a fix.

187 27d ago A 0 tokens original MIT

scaffold

13

kid-sid/claude-spellbook

Command Claude Code

Scaffold a new service or project with production-ready boilerplate.

187 27d ago A 0 tokens original MIT

security-scan

14

kid-sid/claude-spellbook

Command Claude Code

Audit code against the security skill checklist and OWASP best practices.

187 27d ago A 0 tokens original MIT

skill-validate

15

kid-sid/claude-spellbook

Command Claude Code

Run local CI validation on all skills and agents in the spellbook — same checks as .github/workflows/ci.yml.

187 27d ago A 0 tokens original MIT

test-gen

16

kid-sid/claude-spellbook

Command Claude Code

Generate unit and integration tests for a given file or function.

187 27d ago A 0 tokens original MIT

update-skill

17

kid-sid/claude-spellbook

Command Claude Code

Read .claude/findings.jsonl, show pending skill findings, and apply approved changes back to the relevant skill file.

187 27d ago A 0 tokens original MIT