Claude Code skills

50,039 tagged Claude Code, measured the same way as everything else here.

Browse within: agentic-ai 307antigravity 264agentic-skills 191ai-workflows 185coding-agents 160agentic-framework 109agentic-workflow 109swarm 109Autonomous Agents 106claude-code-skills 100ci 97actions 96cai 96gh-extension 96

skill-guide

2953

VV1NN/skill-guide

Skill Claude CodeCodex

Skill navigator and guide -- automatically scans all installed skills and slash commands, then explains them in the user's native language with usage examples, workflow order, and recommendations. Triggered when users ask about available skills, how to use a skill, what skills are installed, or need help choosing the…

not rated 5 5mo ago A 109 tokens original MIT

ergouzi-image-gen

2954

aiman-labs/ergouzi-agent-skills

Skill Codex

Submit and complete Ergouzi image generation, editing, virtual try-on, upscaling, and background-removal tasks through ergouzi.life, including tasks that use local image files or HTTPS URLs. Use when Codex must call an ergouzi/e-image or ergouzi/e-rmbg model, poll the asynchronous task, download its outputs, resume a…

not rated 5 changed 11d ago A 90 tokens original MIT

seddo

2955

dofbi/seddo

Skill Claude CodeCodex

Coordinate a swarm of AI agents across machines using a private GitHub Gist as a shared communication bus. Hub-and-spoke with fork — one gist per agent, sync via GitHub fork API. Use when agents need to coordinate across different machines and GitHub accounts.

not rated 5 3mo ago A 57 tokens

fable-mode

2956

lucianlamp/fable-mode

Skill Claude CodeCodex

A set of working rules for smaller AI coding sessions, based on a discipline called Fable mode. It emphasizes clarifying the task, breaking it into parts, checking results, and reporting evidence.

not rated 5 2mo ago A 74 tokens original MIT

web-security-reviewer

2957

goingli0324/web-security-reviewer

Skill Claude CodeCodex

A defensive review of web application code for security weaknesses, data-leak risks, performance risks, and code-quality problems. It covers Google Apps Script, browser code, and server APIs written in languages such as Node, Python, or PHP.

not rated 5 1mo ago A 441 tokens original MIT

blueprint

2958

antbotlab/blueprint

Skill Claude Code

Create a construction plan for a multi-step engineering task that requires multiple PRs or a phased approach. Produces a self-contained plan file with dependency graph, review gates, and step-by-step execution instructions for coding agents. TRIGGER when: user requests a plan, blueprint, or roadmap for a complex task…

not rated 5 6mo ago A 122 tokens original MIT

claudeshrink

2959

g-akshay/ClaudeShrink

Skill Claude Code

Automatically compress large natural text or log files before processing. Trigger when the user pastes massive text blobs, or asks to analyze a large file (logs, docs, transcripts), or provides a prompt that is too large for the context window. DO NOT trigger on source code files or structural data (JSON, XML).

not rated 5 4mo ago C 68 tokens original MIT

audit

2960

danygiguere/audit-skills

Skill Claude CodeCodex

Full security, correctness, and operability audit of code. Use when reviewing a diff, endpoint, or feature for vulnerabilities or bugs without a specific topic in mind — security review, audit, code review for safety, "check this for issues".

not rated 5 2mo ago A 51 tokens original MIT

doubt

2961

alsoleg89/doubt

Skill Codex

Turn a contested question, research brief, technical choice, or high-impact decision into a source-grounded interactive evidence map. Use when an agent must preserve support, contradiction, qualification, and missing evidence; make every evidence edge traceable to a dated source region; pressure-test a conclusion; or…

not rated 5 1mo ago A 77 tokens original MIT

hplan

2962

Noirewinter/hplan

Skill Claude Code

A Chinese-language version of a hierarchical planning system for complex, multi-stage development work. It keeps a short overview and detailed phase files in a persistent .plan/ folder.

not rated 5 5mo ago A 102 tokens original MIT

temporal-debug

2963

MeherBhaskar/temporal-debug-skill

Skill Claude CodeCodex

Use this skill when the user is debugging a bug, error, crash, or issue that might be tied to a specific point in time (e.g., "crash from 3 hours ago", "bug in v2.4.1", "last night's deploy"). It guides the agent to reconstruct the historical code state and analyze the bug in that context.

not rated 5 2mo ago A 77 tokens original MIT

supermaciz/sessions-chronicle

Skill Claude CodeCodex

Use when manually monitoring, watching, tracking, or reviewing AI assistant storage, session, transcript, JSONL, or SQLite format drift after official upstream repository, changelog, or package updates, especially when fixtures, parser docs, tests, or parsers may be stale.

not rated 5 5d ago A 61 tokens original MIT

ai-native-idea-stage

2965

Hades-HY-LI/ai-native-founder-playbook-skills

Skill Codex

Validate an AI-native startup idea before building. Use when a founder has a problem hypothesis, customer segment, early market thesis, or product idea and needs customer discovery, opportunity filtering, wedge selection, market mapping, risk identification, or an evidence plan before starting an MVP.

not rated 5 3mo ago A 60 tokens original MIT

pmm-sherpa

2966

boommark/pmmsherpa-mcp

Skill Claude CodeCodex

Calling guide for the PMM Sherpa MCP, a senior product marketing advisor with a curated 38K-chunk corpus (PMM books, podcasts, AMAs, practitioner blogs). Sherpa exposes four tools: asksherpa (advisory dialogue), draftartifact (39 named PMM deliverables), getfeedback (pressure-test user work), and scopepmmresearch…

not rated 5 4mo ago A 112 tokens

ab

2967

zapgun-ai/clawback

Skill Claude CodeCodex

Run a counterbalanced A/B knob block end to end and produce a report. Orchestrates the whole validation loop the other skills do piecemeal — for each arm it starts a clawback proxy with that arm's knobs and its OWN --state file (fresh SESSION KEY, no clawback-side carry-over), drives N turns of load through it (pty or…

not rated 5 3mo ago A 0 tokens

jira-best-practices

2968

air-gapped/skills

Skill Claude Code

Advise on USING Jira well, not operating it: make the structural call — is this an epic, a story, a task, or a sub-task? — and diagnose why a Jira is a dread, then recommend the lean fix. Adapt to the organisation's OWN hierarchy names, conventions, and working language instead of imposing a methodology.…

not rated 5 13d ago A 159 tokens original MIT

kiben-check

2969

myucakhr/kiben-check

Skill Claude Code

A Japanese-language guide for checking whether a statement uses misleading reasoning, called a fallacy. It identifies the actual issue being debated and suggests one sentence to return to it.

not rated 5 1mo ago A 144 tokens original MIT

deep-research

2970

mayrsascha/deep-research-skill

Skill Claude CodeCodex

Generate a structured Deep Research prompt and copy it to clipboard. Use when complex analysis or extensive research is needed — the user then pastes into their preferred deep research tool (Gemini, Perplexity, ChatGPT, etc.).

not rated 5 6mo ago A 50 tokens original MIT

trust-guard

2971

sdcrd/trust-guard

Skill Claude Code

Post-edit verification that prevents silent edit failures. After every Write, Edit, or MultiEdit, re-reads files to confirm changes actually saved to disk across all call sites. Assigns a 0-100 trust score per edit. Catches: silent failures (tool reports success but file unchanged), partial application (some call…

not rated 5 3mo ago A 0 tokens

okf

2972

lorsabyan/okf-skill

Skill Claude CodeCodex needs its repo

Author, validate, consume, and navigate Open Knowledge Format (OKF) knowledge bundles — directories of markdown files with YAML frontmatter that describe datasets, tables, metrics, APIs, playbooks, and attested computations. Use this skill whenever the user mentions OKF, knowledge bundles, a knowledge catalog…

not rated 5 22d ago A 163 tokens original Apache-2.0

skill-usage-report

2973

FlorianBruniaux/cc-skill-usage

Skill Claude Code

Analyzes Claude Code Skill invocation history via cc-skill-usage: leaderboards, per-skill drilldowns, project and time filters, triggering context, and a mandatory cross-verification step whenever a count looks surprising.

not rated 5 13d ago B 49 tokens original MIT

review-analyzer-skill

2974

megana05082003/review-analyzer-skill

Skill Claude Code

A tool for analyzing online shopping reviews from marketplaces such as Amazon, eBay, and AliExpress. It identifies recurring customer themes, user types, problems, and customer feedback insights.

not rated 5 today A 186 tokens original MIT

hypertrophy-training

2975

disco-trooper/skills

Skill Codex

Evidence-based muscle hypertrophy training, nutrition, exercise selection, periodization, recovery, supplements, and progress tracking. Use when Codex needs to build strength-training programs, set volume or RIR targets, choose exercises, troubleshoot plateaus, calculate macros/TDEE, or answer bodybuilding and…

not rated 5 2mo ago A 66 tokens original MIT

speedread-report

2976

jordan-gibbs/speedread-skill

Skill Claude CodeCodex

Turn a markdown summary/report into a pop-up RSVP speed-reader the user can consume at 500+ WPM. Use when the user asks for a report, summary, digest, or research writeup they want to "speedread", or says things like "make me a report and load it into the reader". Writes the report as markdown, injects it into a…

not rated 5 1mo ago A 90 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: