spellbook

agent
Guvenlik Denetimi
Basarisiz
Health Gecti
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 126 GitHub stars
Code Basarisiz
  • rm -rf — Recursive force deletion command in install.sh
  • process.env — Environment variable access in skills/auth-security/templates/typescript/auth.service.ts
  • crypto private key — Private key handling in skills/auth-security/templates/typescript/auth.service.ts
Permissions Gecti
  • Permissions — No dangerous permissions requested

Bu listing icin henuz AI raporu yok.

SUMMARY

Cross-runtime skills for Claude Code, Codex, and multi-agent workflows.

README.md

Spellbook

76 Cross-Runtime Skills | 7 Claude Code Agents | One Command Install

A cross-runtime skill library for Claude Code, Codex, and multi-agent workflows.

Stars License Skills Agents

Quick StartRuntime TargetsSkillsAgentsContributing中文


Quick Start

One-Line Install (All Skills)

curl -fsSL https://raw.githubusercontent.com/majiayu000/spellbook/main/install.sh | bash -s -- --target all

Manual Install (Selective)

# 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

Verify Installation

  • Claude Code: type / to see your installed skills.
  • Codex: restart Codex so it reloads ~/.codex/skills.

Runtime Targets

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 ~/.codex/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.


Skills

The generated full skill inventory lives in Skill Registry.

Search the Registry

# 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.

Development Architecture

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

Product Lifecycle

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

API & Backend

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

Development Practices

Skill Description Origin
contributor End-to-end open source contribution workflow from issue discovery to PR submission Custom
strategic-compact Compress context at logical boundaries while preserving decisions and constraints Custom
skill-creator Create, improve, and benchmark reusable skills Custom
humanizer Remove obvious AI writing patterns from user-facing text External guide + custom adaptation

Cross-Tool Interop

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
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

UI/UX & Design

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 50+ styles, 97 palettes, 57 font pairings, 9 stacks

Tooling & Automation

Skill Description
web-asset-generator Favicons, app icons, OG images
github-trending GitHub trending analysis
auto-optimize Autonomous codebase optimization with dimension rotation
fixflow Strict plan-implement-test-commit workflow for delivery tasks
optflow Optimization discovery and execution workflow with continuous validation
plan-flow Repository-level redundancy analysis with step-test-update planning
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
server-deploy Deploy Node, Python, Rust, Go, or static projects to remote servers
server-security Audit and harden Linux server SSH, firewall, and exposed services
cliproxy-deploy Deploy router-for-me/CLIProxyAPI on a Linux VPS, exposing Codex/Claude/Gemini OAuth subscription accounts as an OpenAI-compatible API
cliproxy-newapi-stack Layer NewAPI metering on top of CLIProxyAPI: Docker deploy, ratio-based pricing, quota top-up, dual-path verification, and OAuth account hot-swap
claude-mem Orchestrator-driven planning & execution

Content & Social Media

Skill Description
xiaohongshu Xiaohongshu content creation & publishing
trip-planner Travel itinerary planning

Mobile & Cross-Platform

Skill Description
harmonyos-app HarmonyOS with ArkTS, ArkUI, Stage Model

Rust Specific

Skill Description
rust-best-practices Microsoft Rust guidelines, error handling

Agents

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

Skill Design Philosophy

Every skill in Spellbook follows these principles:

  1. Hard Rules - Mandatory constraints with FORBIDDEN / REQUIRED markers
  2. Practical Examples - Real code, not just theory
  3. Verification Checklists - Actionable validation steps
  4. Battle-Tested - Used in production environments

Documentation

Document Description
Installation Guide Detailed setup instructions
Runtime Targets Claude Code and Codex installation targets
Skill Testing Guide How to validate skills work
Creating Plugins Build your own skills
Product Lifecycle (EN) Full lifecycle coverage
Product Lifecycle (中文) 产品生命周期覆盖

Credits

Built on the shoulders of giants:


Contributing

Contributions welcome! Please read our Contributing Guide first.


License

MIT License - Use freely in your projects.


If this helps you, consider giving it a ⭐

Made for builders using Claude Code, Codex, and multi-agent workflows

Yorumlar (0)

Sonuc bulunamadi