Skills for Claude Code

243,353 that install into Claude Code. Same mod, same page, whichever agent you run: a URL per tool would split one page into five that compete.

novel-writer

8234

alever520/openclaw-novel-writer-skill

Skill Claude CodeCodex

A writing workflow for creating and managing novels, including chapter files, character notes, outlines, and reader feedback. Git, a system for tracking file changes, is used to manage the project.

not rated 24 +1 5mo ago A 107 tokens original MIT

hello-world-skill

8235

sps014/Adk-cs

Skill Claude CodeCodex

A skill to greet the world in different ways based on the available resources.

not rated 24 2mo ago A 20 tokens

writing-plans

8237

fifeqqs1/MortyClaw

Skill Claude CodeCodex

Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.

not rated 24 yesterday A 36 tokens original MIT

file-ops

8238

wowyuarm/file-ops-skill

Skill Claude CodeCodex

Local file operations on the user's machine: format conversion (image, PDF, Excel, DOCX, HTML, Markdown), file inspection (metadata, dimensions, page counts, sheet names), zip archive creation and extraction, and text extraction from PDF, DOCX, XLSX, HTML, Markdown, and image EXIF. Use when the user asks to convert…

not rated 24 6mo ago A 108 tokens original MIT

ios-mcp-routing

8239

andreev-danila/skills

Skill Claude CodeCodex

Route Apple/iOS agent work between Argent MCP and XcodeBuildMCP (and when to combine both in one session). Use when choosing tooling for build, compile, test, run, install, launch, simulator control, UI automation, screenshots, QA, LLDB debug, logs, permissions, profiling, physical device, macOS, Android, Chromium…

not rated 24 1mo ago A 147 tokens

precision-bio-tests

8240

lynnlangit/precision-medicine-mcp

Skill Claude CodeCodex

Expert guide for testing bioinformatics MCP servers. Covers pytest, DRYRUN modes, and PatientOne simulation scenarios.

not rated 24 23d ago A SkillSpector: pass 28 tokens original Apache-2.0

job-planning

8241

vectie/moonclaw

Skill Claude CodeCodex

Draft safe MoonClaw job proposals with the exact proposal JSON schema and execution-oriented step decomposition. Use when planning or repairing a job proposal.

not rated 24 26d ago A SkillSpector: pass 32 tokens original Apache-2.0

whatsapp

8243

eddmann/whatsapp-cli

Skill Claude CodeCodex

Query WhatsApp chats, messages, contacts, groups. Send, forward, react. Use when the user asks about their WhatsApp messages, wants to search history, send messages, or manage chats.

not rated 24 3mo ago C 43 tokens original MIT

zh-ebn-report

8244

htlin222/zh-ebn-report-skill

Skill Claude CodeCodex

A writing coach for Taiwanese nurses preparing evidence-based nursing reports, which use research findings to guide clinical care. It covers literature reports and case analyses for nursing advancement levels N1–N4.

not rated 24 4mo ago A 343 tokens original MIT

config-manager

8245

ryo-ebata/cc-audit

Skill Claude Code

Skill that manages configuration.

not rated 24 yesterday A SkillSpector: pass 7 tokens original MIT

prepare-release

8246

sampleXbro/agentsmesh

Skill Claude CodeCodex needs its repo

Use this skill whenever preparing agentsmesh for an npm release — whether first publish, patch, minor, or major. Triggers on: 'prepare release', 'ready to publish', 'ship version', 'release prep', 'get this to npm', 'bump version', 'cut a release', 'what's needed to publish'. Runs a strict ordered checklist: test…

not rated 24 yesterday A SkillSpector: pass 153 tokens original MIT

prompt-warrior

8247

timoncool/prompt-warrior

Skill Claude CodeCodex

Use when the user wants to analyze their communication style with AI from Claude Code logs — asks for a "prompt warrior" profile, an "AI profile", "wrapped", a psychological portrait of how they prompt, statistics of their sessions/messages, or personalized prompt-engineering recommendations based on their chat…

not rated 24 +1 4d ago B 77 tokens original MIT

lukas-grigis/ralphctl

Skill Claude CodeCodex

Multi-phase code-quality skill — primary frame for the evaluator role in Execute, the architecture axis in Plan, and correctness/readability in Refine. Multi-axis code review with severity vocabulary. Use when acting as the evaluator assessing a generator's output, and when reviewing any change before signalling…

not rated 24 +1 changed yesterday A SkillSpector: warn 76 tokens original MIT

reins

8249

karnstack/reins

Skill Claude CodeCodex

Drive the user's real, logged-in browser from the shell via the reins CLI. Because it's their actual browser, every site is already authenticated — so you can scrape behind logins, read cookies/tokens/localStorage, watch and replay live API traffic, call a site's own API as the signed-in user, and…

not rated 24 24d ago C 98 tokens original MIT

worker-relay

8250

VsevolodUstinov/openclaw-worker-relay

Skill Claude CodeCodex

Run Codex CLI, Claude Code, or another supported external agent as a supervised asynchronous worker with strict OpenClaw routing, progress notifications, result delivery, session resume, optional provider fallback, and multi-turn supervisor ownership. Always use whenever the user asks to call, run, invoke, use, ask…

not rated 24 1mo ago A 132 tokens original MIT

tdd-execute-codex

8251

ching-kuo/claude-codex

Skill Claude CodeCodex

Full TDD with smart routing: Claude writes tests first, Codex audits tests, then routes implementation by size (Claude small / Codex large), code-reviewer reviews. Best for: TDD on larger tasks where Codex should handle heavy implementation. Triggers on: /tdd-execute-codex, TDD with routing, test-driven execute, TDD…

not rated 24 5mo ago A 86 tokens original MIT

agent-builder

8252

wytheglobal/learn-claude-code

Skill Claude CodeCodex

Design and build AI agents for any domain. Use when users: (1) ask to "create an agent", "build an assistant", or "design an AI system" (2) want to understand agent architecture, agentic patterns, or autonomous AI (3) need help with capabilities, subagents, planning, or skill mechanisms (4) ask about Claude Code…

not rated 24 5mo ago A 125 tokens copy · 100% MIT

rhoiscribe-hoi4

8253

czxieddan/RHoiScribe

Skill Claude CodeCodex

Use when an agent needs local Hearts of Iron IV modding prompts, resources, or tools from a downloaded RHoiScribe Skill package without configuring an MCP server.

not rated 24 yesterday A 40 tokens AGPL-3.0

heristop/leclap

Skill Claude CodeCodex

Use when creating or editing a video template JSON (the template descriptor), adding or changing sections/filters/maps/variables/transitions/looks/motion/audio/layers, or debugging template validation errors in ffmpeg-video-composer.

not rated 24 23d ago A SkillSpector: pass 51 tokens original MIT

memory

8255

eleboucher/memini

Skill Claude CodeCodex

Persistent long-term memory via memini. Use to remember durable facts, decisions, and preferences, and to recall relevant context before acting. Triggers when the user says "remember", "what do you know about", or when starting a task that may have prior context.

not rated 24 yesterday A 56 tokens AGPL-3.0

design-patterns

8256

hzy970907/fish-claude-code

Skill Claude CodeCodex

Common design patterns with Java examples (Factory, Builder, Strategy, Observer, Decorator, etc.). Use when user asks "implement pattern", "use factory", "strategy pattern", or when designing extensible components.

not rated 24 6mo ago A 47 tokens

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: