majiayu000/spellbook

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

265Stars on the repository
121Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agentsmd-optimize

01

majiayu000/spellbook

Skill Claude CodeCodex

Audit and organize AI coding-agent instructions, including AGENTS.md, CLAUDE.md, skills, and agent definitions. Use when the user asks to diagnose conflicting instructions, excessive approval pauses, broad skill triggers, duplicate guidance, or broken instruction references, or to clean up that instruction set.…

not rated 265 +2 changed today A 90 tokens original MIT

agentsmd-scaffold

02

majiayu000/spellbook

Skill Claude CodeCodex

Generate or update repository-specific AGENTS.md instruction files from real repo evidence. Use when asked to create, design, scaffold, split, or improve root or scoped AGENTS.md files for Codex/Claude/agent workflows, especially when a repo needs directory-specific rules, validation commands, generated-file…

not rated 265 +2 today A 73 tokens original MIT

api-design

03

majiayu000/spellbook

Skill Claude CodeCodex

REST/GraphQL/gRPC API design best practices. Use when designing APIs, defining contracts, handling versioning. Covers OpenAPI 3.2, GraphQL Federation, gRPC streaming.

not rated 265 +2 today A 42 tokens original MIT

app-ui-design

04

majiayu000/spellbook

Skill Claude CodeCodex

Mobile app UI design expert for iOS and Android. Use when designing app interfaces, creating design systems, ensuring accessibility, or following platform guidelines. Covers Material Design 3, Human Interface Guidelines, color theory, typography, and 2025 trends.

not rated 265 +2 today A 54 tokens original MIT

app-user-story-qa

05

majiayu000/spellbook

Skill Claude CodeCodex

End-to-end app feature inventory and user-story testing workflow with a canonical tracker. Use when the user asks to audit every feature, derive expected behavior from code, test user journeys, or explicitly fix and retest documented UX or logistical defects.

not rated 265 +2 today A 54 tokens original MIT

majiayu000/spellbook

Skill Claude CodeCodex

Design architecture foundations before implementation. Use when asked to design or refactor architecture, choose Rust/Go crate, package, module, runtime, workflow, or service boundaries, compare mature project architecture, prevent stacked one-off PRs, audit migration debt in existing repos, or produce a spec before…

not rated 265 +2 today A 64 tokens original MIT

ask-opencli

07

majiayu000/spellbook

Skill Claude CodeCodex

A helper for asking Grok or Gemini through OpenCLI, which uses an already signed-in Chrome browser session instead of a paid API.

not rated 265 +2 today A 95 tokens original MIT

auth-security

08

majiayu000/spellbook

Skill Claude CodeCodex

OAuth 2.1 + JWT authentication security best practices. Use when implementing auth, API authorization, token management. Follows RFC 9700 (2025).

not rated 265 +2 today A 36 tokens original MIT

capability-distill

09

majiayu000/spellbook

Skill Claude CodeCodex

A workflow for extracting specific decision rules from approved expert-model interviews or real task records and packaging them for skill review.

not rated 265 +2 today A 136 tokens original MIT

clash-doctor

10

majiayu000/spellbook

Skill Claude CodeCodex

A diagnostic and configuration skill for Clash Verge and Mihomo, tools that manage network proxy profiles and routing rules. It focuses on inspecting profiles, checking connectivity, switching profiles, and routing AI tools such as Claude, Codex, Cursor, or Warp.

not rated 265 +2 changed yesterday A 91 tokens original MIT

clash-routes

11

majiayu000/spellbook

Skill Claude CodeCodex

A command-line tool that shows which proxy route a selected computer process is using. Mihomo is the proxy engine behind some Clash clients.

not rated 265 +2 changed yesterday A 67 tokens original MIT

claude-code-reverse

12

majiayu000/spellbook

Skill Claude CodeCodex

A read-only method for inspecting authorized local executable files and release binaries, including Mach-O, ELF, PE, WebAssembly, and packaged applications. Static analysis examines a file without running it.

not rated 265 +2 today A 123 tokens original MIT

majiayu000/spellbook

Skill Claude CodeCodex

A deployment guide for adding NewAPI, a billing and usage-control layer, in front of an already running CLIProxyAPI service. CLIProxyAPI provides an OpenAI-compatible interface to several AI account providers.

not rated 265 +2 today C 171 tokens original MIT

codebase-audit

14

majiayu000/spellbook

Skill Claude CodeCodex

A read-only method for auditing an entire codebase across contracts, data integrity, errors, security, architecture, technical debt, configuration, and caching. It produces prioritized findings and a repair roadmap.

not rated 265 +2 today A 176 tokens original MIT

codex-agent

15

majiayu000/spellbook

Skill Claude CodeCodex

Use when you want a second-opinion review via Codex CLI, cross-verification after another agent implements changes, debugging help, or alternative implementation proposals. Requires Codex CLI to be installed and authenticated.

not rated 265 +2 today A 45 tokens original MIT

codex-fluent

16

majiayu000/spellbook

Skill Claude CodeCodex

Use when Codex feels slow, bloated, or heavy after heavy use. Provides safe session hygiene, archive strategy, and handoff discipline to keep daily Codex usage responsive and low-friction. Always pairs with comprehensive handoffs before archiving active work.

not rated 265 +2 today A 57 tokens original MIT

codex-log-guard

17

majiayu000/spellbook

Skill Claude CodeCodex

Diagnose excessive Codex local SQLite diagnostic log writes with read-only evidence by default. Use when a user mentions logs2.sqlite, logs2.sqlite-wal, blockloginserts, SSD/TBW wear, or explicitly asks to protect, clean up, verify, or restore Codex diagnostic logging.

not rated 265 +2 today A 68 tokens original MIT

codex-retrospective

18

majiayu000/spellbook

Skill Claude CodeCodex

Use when you want Codex to review its own recent history (last N days or specific period) and improve its behavior. Produces minimal, high-signal updates to AGENTS.md and tiny reusable skills. The goal is long-term fluency — Codex gradually becomes better at your specific style, constraints, and workflows.

not rated 265 +2 today A 71 tokens original MIT

codex

19

majiayu000/spellbook

Skill Claude CodeCodex

Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing.

not rated 265 +2 changed yesterday A 38 tokens original MIT

majiayu000/spellbook

Skill Claude CodeCodex

Complete testing strategy covering TDD workflow, test pyramid, unit/integration/E2E/property testing, framework best practices (Jest, Vitest, pytest), mock strategies, and CI integration. Use when writing tests, reviewing test quality, or establishing testing standards.

not rated 265 +2 today A 57 tokens original MIT

majiayu000/spellbook

Skill Claude CodeCodex

Design, audit, and verify configuration, environment separation, secrets, BYOK flows, key rotation, config schema validation, and drift checks across local, dev, staging, and production. Use when adding env vars, changing runtime config, handling API keys or user-provided keys, diagnosing config drift, or preparing…

not rated 265 +2 today A 73 tokens original MIT

majiayu000/spellbook

Skill Claude CodeCodex

Use when a contributor wants to move beyond simple bug fixes into architectural improvements, technical debt discovery, design proposals, or module ownership opportunities.

not rated 265 +2 today A 32 tokens original MIT

contributor

23

majiayu000/spellbook

Skill Claude CodeCodex

End-to-end open source contribution workflow: from scanning issues to submitting PRs. Use this skill whenever the user wants to contribute to an open source project, find issues to fix, submit a pull request, fork a repo to contribute, fix a GitHub issue, or mentions 'open source contribution'. Also trigger when they…

not rated 265 +2 today A 111 tokens original MIT

css-debug

24

majiayu000/spellbook

Skill Claude CodeCodex

Use this skill to diagnose CSS and frontend layout issues such as positioning, overflow clipping, Tailwind class conflicts, z-index stacking, and React rendering visibility problems.

not rated 265 +2 today A 35 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: