Cross-runtime skills for Claude Code, Codex, and multi-agent workflows.
$ npx -y skills add majiayu000/spellbook --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
Repo: majiayu000/spellbook
What's inside
Rename notice: Spellbook was formerly Claude Arsenal. Claude Code remains a first-class target; the new name reflects the broader roadmap for Claude Code, Codex, and cross-runtime agent skills. See the migration note for details.
curl -fsSL https://raw.githubusercontent.com/majiayu000/spellbook/main/install.sh | bash -s -- --target all
# Clone the repository
git clone https://github.com/majiayu000/spellbook.git
cd spellbook
# Install specific skills for Claude Code and Codex
./install.sh --target all --skills typescript-project,python-project,devops-excellence
# Or install everything for one runtime
./install.sh --target claude --all
./install.sh --target codex --all
/ to see your installed skills.~/.agents/skills.Spellbook keeps the skill source in one place and installs it into the runtime you use.
| Target | Installed To | Status |
|---|---|---|
| Claude Code | ~/.claude/skills plus ~/.claude/agents | Skills and agents supported |
| Codex | ~/.agents/skills | Skills supported; agents skipped |
| All | Both Claude Code and Codex paths | Recommended for multi-tool users |
Claude Code remains a first-class target and search entry. The project was formerly known as Claude Arsenal; the new Spellbook name reflects the broader goal: reusable skills that can travel across coding agents.
Older Spellbook versions installed Codex skills under ~/.codex/skills; reinstall with the current installer to use the documented Codex user-level skill path.
Start with a small bundle that matches the job, then add more skills when the workflow sticks.
| Workflow | Install | Good for |
|---|---|---|
| Frontend and UI | ./install.sh --target all --skills frontend-design,app-ui-design,ui-design-system,figma-to-react | Product UI, landing pages, design systems, Figma handoff |
| Code quality | ./install.sh --target all --skills codebase-audit,flowguard,systematic-debugging,review-gate | Audits, guarded delivery, root-cause debugging, pre-landing review |
| Ops and release | ./install.sh --target all --skills release-engineering,server-security,clash-doctor,system-doctor | Release planning, server hardening, and local or network diagnosis |
| Product and docs | ./install.sh --target all --skills product-discovery,prd-master,technical-spec,product-analytics | Discovery, PRDs, technical specs, metrics plans |
| Agent workflows | ./install.sh --target all --skills codex-agent,multi-ai-research,flowguard,vibeguard | Cross-review, multi-AI research, context handoff, anti-hallucination checks |
High-signal individual skills to try first: github-trending, harmonyos-app, app-ui-design, product-discovery, xiaohongshu, codebase-audit, and server-security.
See Showcase for copy-paste prompts and expected outputs. Release history lives in Changelog.
python3 scripts/validate_skills.py --check.references/, templates/, scripts/, and eval files instead of one giant prompt.The generated full skill inventory lives in Skill Registry. Skill layout rules live in Skill Format Policy. Skill authoring quality rules live in Skill Quality Playbook.
# Free-text query (AND semantics across name, description, category, tags)
python3 scripts/validate_skills.py search rust testing
# Filter by tag
python3 scripts/validate_skills.py search --tag agent
# Restrict to a description language
python3 scripts/validate_skills.py search --language zh deploy
# Machine-readable output
python3 scripts/validate_skills.py search --tag react --json
The tag index lives in registry/tags.json for tooling and dashboards. Curated overrides for skills the keyword heuristic cannot infer live in registry/tag_overrides.yml.
Audit non-blocking skill quality signals:
python3 scripts/audit_skill_quality.py
python3 scripts/audit_skill_quality.py skill-creator
Skills for orchestrating, guarding, and maintaining AI agent workflows โ the core of Spellbook's cross-runtime mission.
| Skill | Description |
|---|---|
multi-model-orchestrator | Coordinate multi-agent tasks via a centralized handoff document |
flowguard | Guard long, ambiguous, or stateful agent tasks from drift |
skill-lifeguard | Add reliable-skill contracts, checkpoints, smoke hooks, and drift signals |
review-gate | Produce review packs and require human approval before landing agent changes |
skill-audit | Audit, design, categorize, and measure agent skills |
skill-ecosystem-doctor | Govern canonical sources, projections, retirement, quarantine, and cross-runtime verification |
threads | Codex-native subagents and parallel GitHub queue lanes |
codex-fluent | Codex session hygiene, archive strategy, and handoff discipline |
codex-retrospective | Codex self-review of recent history to improve behavior |
brainstorming | Socratic dialogue for design refinement and architecture exploration |
See docs/agent-reliability-trio.md for the Reliable Skill + Context Engineering + Review Gate workflow.
Build production-ready projects with language-specific best practices.
| Skill | Language | Key Features |
|---|---|---|
typescript-project | TypeScript | ESM, Zod, Biome, Clean Architecture |
python-project | Python | uv, Pydantic, Ruff, FastAPI |
rust-project | Rust | Cargo workspace, error handling, async |
golang-web | Go | Chi/Echo, sqlc, structured logging |
zig-project | Zig | Build system, memory management |
architecture-foundation | Cross-language | Runtime, state ownership, adapters, and convergence specs |
elegant-architecture | Cross-language | Clean architecture with strict 200-line file limits |
End-to-end product development from discovery to deployment.
| Skill | Phase | What You Get |
|---|---|---|
product-discovery | Discovery | JTBD, user interviews, market research |
prd-master | Definition | PRD writing, user stories, RICE prioritization |
technical-spec | Design | Design docs, ADR, C4 diagrams |
product-analytics | Growth | Event tracking, A/B testing, AARRR |
devops-excellence | Deployment | CI/CD, Docker, Kubernetes, GitOps |
observability-sre | Operations | Monitoring, logging, tracing, SLO/SLI |
product-manager-toolkit | Definition | RICE, customer interviews, PRD templates, discovery frameworks |
| Skill | Description |
|---|---|
api-design | REST/GraphQL/gRPC patterns, OpenAPI 3.2 |
auth-security | OAuth 2.1, JWT, security best practices |
database-patterns | PostgreSQL, Redis, migrations, optimization |
codebase-audit | Deep adaptive repository audit with severity-ranked findings and repair roadmap |
structured-logging-lite | Centralized logging, field standards, and distributed tracing |
| Skill | Description | Origin |
|---|---|---|
contributor | End-to-end open source contribution workflow from issue discovery to PR submission | Custom |
repo-agent-context-audit | Audit and scaffold repo agent context across AGENTS, skills, and specs | Custom |
skill-creator | Create, improve, and benchmark reusable skills | Custom |
humanizer | Remove obvious AI writing patterns from user-facing text | External guide + custom adaptation |
Disciplined end-to-end delivery: testing, commits, health checks, and contribution flow.
| Skill | Description |
|---|---|
app-user-story-qa | End-to-end app feature inventory, canonical tracker, user-story testing, fixes, and retest loop |
test-driven-development | Enforce RED-GREEN-REFACTOR TDD discipline |
comprehensive-testing | Test pyramid, unit/integration/E2E/property testing, framework best practices |
git-commit-smart | Generate meaningful conventional commit messages from diff |
push-all | Stage, commit, and push all changes after safety checks |
project-health-auditor | Codebase health, tech debt, dependency, and project risk analysis |
contribution-architect | Move from bug fixes to architectural improvements and debt discovery |
Skills for using multiple coding agents and CLI tools together.
| Skill | Description |
|---|---|
codex | Invoke Codex CLI sessions from another agent workflow |
codex-agent | Optional second-opinion review, cross-verification, and alternatives through Codex CLI |
sol-luna-router | Keep GPT-5.6 Sol as commander/reviewer while GPT-5.6 Luna performs bounded implementation |
ask-opencli | Ask Grok or Gemini through opencli and an existing browser session |
multi-ai-research | Parallel research across multiple AI tools and internal agents |
| Skill | Description |
|---|---|
app-ui-design | iOS/Android UI design, Material Design 3, HIG |
product-ux-expert | UX evaluation, heuristics, accessibility |
frontend-design | Web frontend design patterns |
ui-designer | Extract design systems from UI screenshots and references |
ui-design-system | Design system toolkit and design-dev handoff support |
web-artifacts-builder | Claude.ai HTML artifacts |
react-best-practices | React and Next.js performance patterns distilled from Vercel guidance |
react-hooks-best-practices | React hooks, effects, refs, and component design patterns |
slides | Speech-friendly slide deck and background slide generation |
ui-ux-pro-max | Compact UI/UX tables for product patterns, landing pages, charts, and 9 stacks |
figma-to-code | Figma designs to production React/Next.js with TypeScript and Tailwind |
css-debug | Diagnose CSS/layout issues, Tailwind conflicts, z-index stacking |
playwright-automation | Browser automation and testing with Playwright |
| Skill | Description |
|---|---|
web-asset-generator | Favicons, app icons, OG images |
github-trending | GitHub trending analysis |
vibeguard | Task contracts, finding scoring, and lightweight anti-hallucination reviews |
clash-doctor | Clash proxy & network diagnostics |
clash-routes | Inspect active proxy routes for specific processes via Mihomo API |
optimize-network | Safe local network speed, latency, DNS, Wi-Fi, and bufferbloat diagnostics with VPN/proxy guardrails |
disk-cleaner | Scan and reclaim disk space with interactive cleanup guidance |
system-doctor | Diagnose CPU, memory, and process-level system slowdowns |
codex-log-guard | Diagnose and mitigate excessive Codex local SQLite diagnostic log writes |
server-security | Audit and harden Linux server SSH, firewall, and exposed services |
cliproxy-newapi-stack | Add a loopback-first NewAPI metering layer to an independently verified CLIProxyAPI upstream |
Deploy models and diagnose local and remote environments.
| Skill | Description |
|---|---|
gemma4-local-deploy | Deploy Gemma 4 12B locally on Mac/Apple Silicon via llama.cpp or Ollama |
gpu-use | Inspect remote server GPU usage (per-card VRAM, processes, containers) |
rustdesk-doctor | Diagnose RustDesk connection issues |
vscode-doctor | Diagnose slow or freezing VS Code-compatible editors |
| Skill | Description |
|---|---|
xiaohongshu | Xiaohongshu content creation & publishing |
trip-planner | Travel itinerary planning |
weekly | Weekly report from Git, Claude Code, and Codex sessions |
xiaohongshu-netfeel-guardian | Remove translation-tone from Claude's Chinese content for native readability |
| Skill | Description |
|---|---|
harmonyos-app | HarmonyOS with ArkTS, ArkUI, Stage Model |
| Skill | Description |
|---|---|
rust-best-practices | Microsoft Rust guidelines, error handling |
Specialized agents for complex tasks.
| Agent | Expertise | Use Case |
|---|---|---|
tech-lead-orchestrator | Coordination | Multi-step tasks, delegation |
code-archaeologist | Exploration | Legacy codebase documentation |
backend-typescript-architect | Architecture | Bun/Node.js, API design |
senior-code-reviewer | Review | Security, performance, architecture |
kubernetes-specialist | Infrastructure | K8s, Helm, GitOps |
security-auditor | Security | OWASP Top 10, SAST |
opensource-contributor | Contribution | Open source workflow |
Every skill in Spellbook follows these principles:
FORBIDDEN / REQUIRED markers| Document | Description |
|---|---|
| Changelog | Release history and current release status |
| Installation Guide | Detailed setup instructions |
| Runtime Targets | Claude Code and Codex installation targets |
| Showcase | Copy-paste workflow demos |
| Spellbook Operating Contract | Agent behavior rules for autonomy, escalation, pushback, feedback loops, and done-when checks |
| Skill Format Policy | Directory vs file skill layout rules |
| Skill Quality Playbook | Trigger descriptions, gotchas, progressive disclosure, and verification |
| Skill Testing Guide | How to validate skills work |
| Creating Plugins | Build your own skills |
| Product Lifecycle (EN) | Full lifecycle coverage |
| Product Lifecycle (ไธญๆ) | ไบงๅ็ๅฝๅจๆ่ฆ็ |
Spellbook is in pre-1.0 release-readiness mode. No numbered GitHub release tag
has been cut yet; the current install path uses the repository main branch.
See Changelog for release history.
Current limitations:
Support paths:
Built on the shoulders of giants:
Contributions welcome! Please read our Contributing Guide first.
This project is one layer of an open-source stack for running coding agents (Claude Code, Codex) as serious infrastructure. Every piece works standalone; together they close the loop:
spellbook sits in the Extend layer โ the authoring side of the skill story: write once, run on Claude Code and Codex. Discovery and distribution live in claude-skill-registry.
| Layer | Project | What it does |
|---|---|---|
| Extend | claude-skill-registry | Discover and search community Claude Code skills |
| Extend | spellbook โ you are here | Cross-runtime skills for Claude Code, Codex, and multi-agent workflows |
| Trust | argus | Static install-time scanner for supply-chain attacks (npm / PyPI / crates.io) |
| Trust | vibeguard | Rules, hooks, and guards against hallucinated or unverified agent changes |
| Remember | remem | Local-first persistent memory for Claude Code and Codex sessions |
| Orchestrate | harness | Rust agent orchestration platform โ rules, skills, GC, observability |
| Route | litellm-rs | High-performance Rust AI gateway โ 100+ LLM APIs via OpenAI format |
| Keep | keepline | Session command center โ monitor, recover, never lose agent work |
MIT License - Use freely in your projects.
.github/
ISSUE_TEMPLATE/
bug_report.md
config.yml
feature_request.md
pull_request_template.md
workflows/
pages.yml
validate.yml
.gitignore
agents/
AGENTS.md
backend-typescript-architect.md
code-archaeologist.md
kubernetes-specialist.md
opensource-contributor.md
security-auditor.md
senior-code-reviewer.md
tech-lead-orchestrator.md
CHANGELOG.md
claude-md/
.gitkeep
rust-project.md
CODE_OF_CONDUCT.md
codex/
adapters/
xiaohongshu-netfeel-guardian/
codex-adapter.md
README.md
README.md
CONTRIBUTING.md
docs/
.nojekyll
agent-reliability-trio.md
agents-analysis.md
assets/
spellbook-social-preview.png
creating-plugins.md
index.html
installation.md
migration-from-claude-arsenal.md
product-lifecycle-skills-en.md
product-lifecycle-skills-zh.md
runtime-targets.md
showcase.md
skill-designs.md
skill-format-policy.md
skill-layering-architecture.md
skill-optimization-report.md
skill-quality-playbook.md
skill-registry.md
skill-test-report.md
skill-testing-guide.md
skills-agents-analysis.md
skills.html
spellbook-operating-contract.md
threads-run-governance-spec.md
hooks/
.gitkeep
install.sh
learn/
product-manager-responsibilities.md
software-architect-responsibilities.md
LICENSE
plugins/
rust-dev/
.claude-plugin/
plugin.json
skills/
rust-best-practices.SKILL.md
pytest.ini
README_CN.md
README.md
registry/
AGENTS.md
skills.json
tag_overrides.yml
tags.json
scripts/
AGENTS.md
audit_skill_quality.py
runtime_compatibility.py
skill_artifact_checks.py
skill_dependency_checks.py
skill_frontmatter.py
skill_path_safety.py
validate_skills.py
SECURITY.md
skills/
AGENTS.md
agentsmd-optimize/
SKILL.md
agentsmd-scaffold/
evals/
evals.json
references/
scaffold-agents.md
scripts/
scan_repo_context.py
SKILL.md
api-design/
reference/
comparison.md
graphql.md
grpc.md
rest.md
SKILL.md
templates/
graphql/
schema.graphql
grpc/
service.proto
openapi/
openapi.yaml
app-ui-design/
reference/
accessibility.md
color-theory.md
extended.md
ios-guidelines.md
material-design.md
SKILL.md
templates/
design-system-template.md
app-user-story-qa/
agents/
openai.yaml
SKILL.md
architecture-foundation/
agents/
openai.yaml
references/
go-architecture-patterns.md
rust-architecture-patterns.md
spec-template.md
SKILL.md
ask-opencli/
SKILL.md
auth-security/
reference/
attacks.md
jwt.md
oauth2.1.md
SKILL.md
templates/
typescript/
auth.service.ts
brainstorming.SKILL.md
capability-distill/
evals/
evals.json
files/
incident_existing_skills.md
incident_timeline.md
review_judgment_packet_v1.md
review_trajectory.md
SKILL.md
clash-doctor/
references/
full-guide.md
SKILL.md
clash-routes/
SKILL.md
claude-code-reverse/
extract.sh
references/
claude-code.md
SKILL.md
tests/
test_extract.sh
cliproxy-newapi-stack/
agents/
openai.yaml
references/
multi-account.md
newapi-pricing.md
troubleshooting.md
scripts/
add_codex_account.sh
deploy_newapi.sh
lib/
validation.sh
set_pricing.py
test_security_validation.sh
topup.sh
verify_stack.sh
SKILL.md
codebase-audit/
evals/
evals.json
expected-findings.json
fixture/
app/
__init__.py
config.py
handlers.py
main.py
pipeline.py
registry.py
storage.py
tasks.py
config.yaml
README.md
requirements.txt
tests/
test_pipeline.py
README.md
references/
agent-prompts.md
ledger-format.md
stack-patterns.md
workflow-template.md
SKILL.md
codex/
codex-agent/
advanced.md
examples.md
README.md
sandbox-modes.md
scripts/
check-codex.sh
codex-wrapper.sh
SKILL.md
codex-fluent/
references/
examples/
handoff-quality-example.md
typical-before-after.md
handoff-template.md
maintenance-checklist.md
SKILL.md
codex-log-guard/
agents/
openai.yaml
SKILL.md
codex-retrospective/
references/
agents-md-update-rules.md
examples/
good-retrospective-output.md
minimal-skill-criteria.md
retrospective-prompt.md
SKILL.md
README.md
SKILL.md
comprehensive-testing/
reference/
extended.md
SKILL.md
config-secrets-environments/
agents/
openai.yaml
SKILL.md
contribution-architect/
SKILL.md
contributor/
SKILL.md
css-debug/
SKILL.md
data-contract-migrations/
agents/
openai.yaml
SKILL.md
database-patterns/
reference/
caching.md
postgresql.md
redis.md
SKILL.md
dev-architecture-playbook/
agents/
openai.yaml
SKILL.md
devops-excellence/
reference/
cicd.md
containers.md
extended.md
release-strategies.md
SKILL.md
templates/
Dockerfile
github-actions.yaml
disk-cleaner/
SKILL.md
elegant-architecture/
SKILL.md
figma-to-code/
reference/
extended.md
SKILL.md
figma-to-react/
reference/
extended.md
SKILL.md
flowguard/
agents/
openai.yaml
references/
state-contract.md
scripts/
workflow_state_snapshot.sh
SKILL.md
frontend-design/
SKILL.md
gemma4-local-deploy/
agents/
openai.yaml
references/
llama-cpp.md
ollama.md
verification.md
SKILL.md
git-commit-smart/
SKILL.md
github-trending/
reference/
extended.md
requirements.txt
scripts/
fetch_trending.py
SKILL.md
golang-web/
reference/
architecture.md
patterns.md
tech-stack.md
SKILL.md
templates/
project/
cmd/
myapp/
main.go
config.yaml
configs/
config.go
go.mod
internal/
handlers/
user.go
models/
user.go
repositories/
user.go
router/
router.go
services/
user.go
Makefile
pkg/
database/
database.go
errors/
errors.go
response/
response.go
server/
server.go
gpu-use/
SKILL.md
harmonyos-app/
reference/
arkts.md
arkui.md
distributed.md
extended.md
stage-model.md
SKILL.md
templates/
project-template.md
humanizer/
README.md
references/
full-guide.md
SKILL.md
WARP.md
incident-slo-runbook/
agents/
openai.yaml
SKILL.md
ip-check/
scripts/
ipcheck.py
SKILL.md
multi-ai-research/
reference/
extended.md
SKILL.md
multi-model-orchestrator/
LICENSE
README.md
references/
add-auth-to-api.yaml
advanced-sync.md
best-practices.md
faq.md
handoff-structure.md
quick-start.md
workflow-patterns.md
SKILL.md
... 467 moreFAQ
spellbook is a Claude Code plugin with 93 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes agentsmd-optimize, agentsmd-scaffold, api-design. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.