Everything for Claude Code

Skills, subagents, slash commands, hooks, settings, plugin bundles and MCP servers that install into Claude Code. 371,248 indexed, measured the same four ways as everything else here.

skill-router

5521

juew/Skill-Routing-Kit

Skill Claude CodeCodex

Use when the user explicitly asks to diagnose or improve Codex skill/plugin routing, determine which skill or plugin should handle a request, refresh or check a skill registry, investigate why a skill/plugin did not trigger, or review skill descriptions for trigger quality. Do not use for ordinary task execution when…

not rated 145 3mo ago A SkillSpector: pass 79 tokens original MIT

bug-hunt

5522

danpeg/bug-hunt

Skill Claude Code

Run adversarial bug hunting on your codebase. Uses 3 isolated agents (Hunter, Skeptic, Referee) to find and verify real bugs with high fidelity. Invoke with /bug-hunt, /bug-hunt [path], or /bug-hunt -b [--base ].

not rated 145 +1 6mo ago A 69 tokens original MIT

huashu-design

5523

HHU3637kr/skills

Skill Claude Code

A design-production guide for creating high-fidelity visual work in HTML, including prototypes, slide decks, animations, mobile mockups, and visualisations.

not rated 145 yesterday A 111 tokens

simulink/skills

Skill Claude CodeCodex

Runs the Simulink Solver Profiler and analyzes the results. Run when the user asks to run the Simulink solver profiler and when the user asks for advice on solver issues or performance issues in Simulink.

not rated 145 +1 2mo ago A SkillSpector: pass 54 tokens original BSD-3-Clause

openclaw-wx-echo

5525

laolin5564/openclaw-wx-echo

Skill Claude CodeCodex

A skill package for the openclaw-wx-echo project, covering a WeChat assistant, its triggers, prerequisites, architecture, and command-line scripts. WeChat is a messaging platform, and a command-line tool runs from a text-based terminal.

not rated 145 6mo ago B 0 tokens

behive-research

5526

qa10devteam/behive

Skill Claude CodeCodex

Use when the user asks to research a topic deeply, gather intelligence, or build a knowledge base. Connects to BeHive API (self-hosted or cloud) to run multi-source research missions with structured claim extraction, quality scoring, and knowledge graph construction.

not rated 145 +1 1mo ago A SkillSpector: warn 57 tokens original MIT

pretty-page

5527

alexknowshtml/claude-skills

Skill Claude CodeCodex

Convert markdown to a beautifully styled, shareable HTML page and upload to S3-compatible storage.

not rated 145 3mo ago A 21 tokens

DRincs-Productions/pixi-vn

Skill Claude CodeCodex

Use when setting up a new or existing project on @drincs/pixi-vn, wiring the main.ts entry point, or calling the top-level Game API (Game.init, Game.start, Game.onEnd, Game.addOnError, Game.onNavigate, Game.clear) — this is the entry point every Pixi'VN project needs before touching canvas, narration, sound, storage…

not rated 145 changed 4d ago A 90 tokens LGPL-2.1

real-work

5530

Elfocrash/skills

Skill Claude CodeCodex

Use when planning a multi-step task or working in plan mode and you need to capture the plan as a durable, resumable artifact — breaking work into phases with per-item checkboxes, completion tracking, autonomous verification, and a handoff summary so a future agent can pick up where you left off. Use when user wants…

not rated 145 +2 3mo ago A 79 tokens original MIT

humanizer-ja

5531

gonta223/humanizer-ja

Skill Claude CodeCodex

A Japanese-language editing workflow that rewrites text produced by AI so it reads more like ordinary human writing. It focuses on removing exaggerated wording, vague claims, and unnecessary loanwords.

not rated 145 +2 5mo ago A 26 tokens original MIT

advogado-criminal-v2

5532

diegosouzapw/awesome-omni-skills

Skill Claude CodeCodex

ADVOGADO CRIMINALISTA SENIOR — ESPECIALISTA EM DIREITO PENAL E MARIA DA PENHA workflow skill. Use this skill when the user needs Advogado criminalista especializado em Maria da Penha, violencia domestica, feminicidio, direito penal brasileiro, medidas protetivas, inquerito policial e acao penal and the operator should…

not rated 145 +5 2mo ago A SkillSpector: pass 98 tokens original MIT

koapp-typescript

5533

AxiosLeo/node-koapp

Skill Claude CodeCodex

Write type-safe @axiosleo/koapp code in TypeScript - typed contexts (KoaContext, ContextFromSpec, RequiredContext, SocketContext, WebSocketContext), Router generics, ContextHandler middlewares, module augmentation, typed file uploads with @koa/multer, response helper generics, and typed application configs. Use when a…

not rated 145 changed today A SkillSpector: pass 110 tokens original MIT

workflows

5534

openpi-dev/openpi

Skill Claude CodeCodex

Orchestrates multi-agent work with OpenPI's inline JavaScript Workflow DSL. Use when a task needs multi-phase fan-out, pipelines, barriers, structured handoffs, or resumable background orchestration.

not rated 145 +4 changed 12d ago A SkillSpector: pass 44 tokens original MIT

decompose

5536

arbiterForge/codeArbiter

Skill Claude CodeCodex

The greenfield decomposition interview. Routed to at startup when .codearbiter/CONTEXT.md lacks the body marker and no source code exists, or when the user invokes /decompose. A senior-architect persona drives a six-layer interview, persists every layer to disk so a context reset loses nothing, then populates…

not rated 145 +1 today A 104 tokens AGPL-3.0

openhands-automation

5537

OpenHands/extensions

Skill Claude CodeCodex

This skill should be used when the user asks to "create an automation", "schedule a task", "set up a cron job", "webhook integration", "event-triggered automation", or mentions automations, scheduled tasks, cron scheduling, or webhook events in OpenHands Cloud.

not rated 145 +2 changed 11d ago A SkillSpector: warn 62 tokens original MIT

datasheets

5538

biosshot/easyeda-copilot

Skill Claude CodeCodex needs its repo

Download component datasheet PDFs, locate useful pages, and read verified pinouts, electrical limits, thermal data and application notes using the agent's PDF tools. Use for schematic creation or review, unfamiliar components, substitutions, and component-specific layout requirements.

not rated 145 +8 4d ago A 52 tokens original MIT

tech-distiller

5539

yaofeino1/tech-distiller

Skill Claude CodeCodex

Distill company/team technical knowledge from internal or external documents into a structured report, filtered by technical direction/role. Use when the user wants to: (1) collect and summarize technical docs from any source (URL, file, wiki, API, knowledge base), (2) filter content by role or direction (e.g., 搜索…

not rated 144 +1 5mo ago A 0 tokens

memory

5540

nixrajput/portfolio-nextjs

MCP server Claude CodeCodexCursor +2

One of 4 in .mcp.json

Gives the agent a persistent knowledge graph it can write facts to and recall across sessions. Runs locally from the @modelcontextprotocol/server-memory npm package.

not rated 144 yesterday A tokens not measured original MIT

avmdbg

5541

cheetahsec/avmdbg

Skill Claude CodeCodex

Debug Android apps at the smali level with the avmdbg CLI — attach to debuggable processes over JDWP, set breakpoints at arbitrary dex offsets, and dump parameters, registers and stack traces as JSON. Use when reverse-engineering or dynamically analyzing an Android APK, inspecting runtime values (decrypted strings…

not rated 144 1mo ago A SkillSpector: warn 97 tokens original MIT

runIde

5542

touwaeriol/claude-code-plus

Command Claude Code

A command for starting an IDE test instance by running the project’s Gradle task in the background. An IDE is a program developers use to write and test code.

not rated 144 5mo ago A 7 tokens original MIT

mockd

5543

getmockd/mockd

MCP server Claude CodeCodexCursor +2

MCP server "mockd" as configured in getmockd/mockd. Runs in Docker (ghcr.io/getmockd/mockd).

not rated 144 7d ago A tokens not measured copy · 88% Apache-2.0

computer-control

5544

IIIIQIIII/claude-code-clean

MCP server Claude CodeCodexCursor +2

💻 MCP server for Claude to control your computer. Runs locally from the computer-use-mcp npm package.

not rated 144 5mo ago A tokens not measured

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: