claude-arsenal
Cross-runtime coding skills for Claude Code and Codex
All Skills in This Repository (19)
Pure Emerald Level Indicatorspython-project
Generate modern Python project blueprints for APIs, CLIs, and data pipelines.
mcp-server-development
Build MCP servers for Claude Code extensions with JSON-RPC 2.0 in Node.js/TypeScript.
observability-sre
Automate end-to-end observability for distributed systems with Prometheus, Grafana, and OpenTelemetry.
golang-web
Organize Go web projects with a standardized architecture blueprint.
api-design
Design API contracts for REST, GraphQL, and gRPC contexts.
prd-master
Automate PRD writing and artifact generation from brief inputs.
zig-project
Outline Zig project architecture with explicit allocators, comptime, and error handling.
rust-project
Guide Rust project architecture with workspace structures and async patterns.
auth-security
Implement OAuth 2.1 with PKCE and JWT verification for secure authentication.
harmonyos-app
Implement HarmonyOS apps with ArkTS, ArkUI, and the Stage model.
app-ui-design
Provide mobile app UI design guidance for iOS and Android.
github-trending
Identify trending GitHub repositories and analyze evolving technology stacks and domains.
Frequently Asked Questions
FAQPage SchemaHow to install Spellbook?▼
Run `npx skills add majiayu000/claude-arsenal --all -g -y` in your terminal to install the full skill catalog globally.
Does Spellbook work with both Claude Code and Codex?▼
Yes. One source tree installs into both runtimes: skills land in ~/.claude/skills for Claude Code and ~/.agents/skills for Codex.
What kinds of skills are included?▼
The catalog covers language project setups (TypeScript, Python, Go, Rust, Zig), architecture and debugging workflows, security and release gates, UI/UX design, product discovery, and multi-agent orchestration.
How do I find the right skill for a task?▼
Run `python3 scripts/validate_skills.py search <topic>` to query the registry by keyword, tag, or language, or browse the curated workflow bundles in the README.
Can I use Spellbook skills without writing code?▼
Yes. Once installed, your coding agent reads each SKILL.md and applies the workflow automatically when your plain-English request matches its trigger.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core