Claude Code skills

50,006 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

client-approval

2617

MarcoZorn/agencykit

Skill Claude Code

Draft a clean client approval request, set a 48h SLA with a 72h escalation, and track revision rounds so the third billable revision never slips through unbilled.

not rated 6 2mo ago A 41 tokens original MIT

video-plan

2618

hub-ki/video-generation

Skill Claude CodeCodex

Write the concept for a demo, guide, walkthrough or site-tour video of an app or any public website — the two documents that get approved BEFORE anything is recorded: PLAN.md (the shape: purpose, audience, beat list, spotlight targets, privacy flags, what is out of scope) and SCRIPT.md (every word in playing order…

not rated 6 21d ago A 217 tokens original MIT

ios-performance

2619

koshkinvv/ios-agent-skills

Skill Claude CodeCodex

// CORRECT: [weak self] in escaping closure func fetchData() { networkService.fetch { [weak self] result in guard let self else { return } self.update(with: result) } }.

not rated 6 6mo ago A 201 tokens original MIT

bridge-commons

2620

mikeng-io/agent-skills

Skill Claude CodeCodex

Shared contract for all bridge adapters — pre-flight SOP, standardized input/output schemas, artifact format, and status semantics. Read by any bridge or orchestrating skill. Not invocable standalone.

not rated 6 3mo ago A 41 tokens

ai-slop-cleaner-en-ru

2621

tuwulalo/ai-slop-cleaner-en-ru

Skill Claude Code

A bilingual English-and-Russian editor and checker for text that sounds machine-generated. It identifies common AI writing patterns and can rewrite them into more natural prose while preserving the meaning.

not rated 6 2mo ago A 219 tokens original MIT

chemny/douyin-video-downloader

Skill Claude CodeCodex

Collect and download Douyin videos, cover images, direct music audio, and user-page video lists using a local Node.js CLI and SQLite. Use this skill when the user wants to parse a Douyin share link, inspect video quality or cover candidates, download MP4 video, download direct Douyin music audio, collect public…

not rated 6 1mo ago A 94 tokens original MIT

skills-gateway

2623

onurkanbakirci/skills-gateway

Skill Claude CodeCodex

An intelligent skill recommendation system that finds and returns the most appropriate skill for your task.

not rated 6 8mo ago B 0 tokens

uml-drawing

2624

BESSER-PEARL/uml-drawing-skill

Skill Claude CodeCodex

Put a correct UML class diagram — as an embeddable image — into your docs. Use this skill whenever the user wants to add, draw, embed, or export a UML class diagram for a README, design doc, wiki, slide, or .md spec: it builds a structurally-correct model (classes, attributes, associations, inheritance…

not rated 6 2mo ago A 282 tokens original Apache-2.0

self-review

2625

motiful/self-review

Skill Claude CodeCodex

A report-only audit of a project’s design, files, skills, and progress. It checks whether these parts still agree and runs read-only verification such as builds or commands.

not rated 6 5mo ago A 59 tokens original MIT

review-as

2626

mainframecomputer/skills

Skill Codex

Learn how a GitHub user reviews code from up to a year of their real review comments, then review a change as that person — in chat only, never posted to GitHub. Invoked bare, it ensures the profile exists and is current, then immediately reviews. Use when the user asks to "review this as me" or "like me", asks what a…

not rated 6 1mo ago C 144 tokens original MIT

commit-writer

2627

HystonKayange/skill-probe

Skill Claude Code

Use this skill when the user wants to commit, write a commit message, or save their staged or current changes with a clear message to git history.

not rated 6 2mo ago A 34 tokens original MIT

vivadicta-cli-usage

2628

n0an/vivadicta-cli-skills

Skill Claude CodeCodex

Run vivadicta commands against the user's VivaDicta for Mac history from the shell. Use when picking a subcommand, flag combo, or output format for the vivadicta CLI.

not rated 6 4mo ago A 48 tokens original MIT

lucaperret/agent-skills

Skill Claude CodeCodex

Prepare and submit an MCP server to Anthropic's Connectors Directory. Use this skill whenever the user wants to list their MCP server on Claude's connector marketplace, submit to Anthropic's directory, get their MCP server featured in Claude Desktop or claude.ai, or prepare a connector submission. Also triggers on…

not rated 6 5mo ago A 139 tokens original MIT

docent-ar

2630

benelser/docent

Skill Claude CodeCodex needs its repo

Render an architecture-review film — a whole system, or one named subsystem, at depth (components, how control and data flow, the idioms, the failure modes, and the trade-offs). Use when the user says "/docent-ar ", asks to "review the architecture of X", "explain how X works as a film", or hands over a repo URL…

not rated 6 3mo ago A 90 tokens original MIT

cyxj-transcript

2631

chenyuxiaojin/xiaochen-skills

Skill Claude CodeCodex

A workflow that turns a video or audio transcript into a structured article draft in Obsidian Markdown.

not rated 6 10d ago A 119 tokens original MIT

png2svg

2632

iannuttall/skills

Skill Claude CodeCodex

Reconstruct a geometric PNG (logo, icon, monogram) as a clean native SVG with exact geometry and gradients, using an analyse -> measure -> model -> check -> residuals iteration loop scored by perceptual metrics. Use when asked to vectorise, trace or convert a PNG/WebP logo to SVG, recreate a logo's geometry, rebuild a…

not rated 6 1mo ago A 98 tokens original MIT

power-coding

2633

APareek89/power-coding

Skill Claude CodeCodex

Mindful-coding OS for any LLM coding agent — faster, quality, scalable output. One invoke configures seven layers (0–6): (0) BRIEF — optional one-page PRD.md (skipped if design.MD/README already covers it, or on request), plus git init, gitignore, and a day-one security baseline; (1) HARNESSING — Handoff.MD…

not rated 6 1mo ago A 394 tokens original MIT

tech-lead

2634

NexaDuo/mARC

Skill Claude CodeCodex

Channel operator (IRC handle @techlead) for the mARC agent team. Compiles chat demands into ready-to-execute work, records them on the GitHub Project board/Issues, and dispatches to specialists (@dev, @sre, @design, @sec, @rev, @research). Invoke with /tech-lead to turn discussion into tracked, delegated tasks.

not rated 6 changed 5d ago A SkillSpector: warn 81 tokens original MIT

alex-feel/claude-code-artifacts-public

Skill Claude CodeCodex

Pattern taxonomy, agent role combinations, model routing, unit-of-work sizing, review-findings settling, and resilience discipline for Claude Code dynamic workflows. ALWAYS load this skill before authoring or running any Workflow tool script, and ALWAYS load it when the user mentions "workflow" or "ultracode" in any…

not rated 6 yesterday A SkillSpector: pass 160 tokens original MIT

audit

2638

telus-labs/stagecraft

Skill Claude CodeCodex

Run a structured codebase audit — map architecture, assess health (compliance / tests / docs), perform deep analysis (security / performance / code quality), and synthesize a prioritized roadmap. Use this skill when the user says things like 'audit the codebase', 'understand this project', 'find problems', '/audit'…

not rated 6 8d ago A SkillSpector: pass 103 tokens original MIT

speckit-checklist

2639

grostim/cloudcli-cron

Skill Claude CodeCodex

Generate a custom checklist for the current feature based on user requirements.

not rated 6 1mo ago A 19 tokens

clarify-first

2640

DmiyDing/clarify-first

Skill Claude CodeCodex

This skill should be used when a request is ambiguous, underspecified, conflicting, or high impact. It is intended for vague verbs like optimize, improve, fix, refactor, and add feature; for missing file paths or unknown dependencies; and for risky actions like deploy, delete, overwrite, or migrate. It should not be…

not rated 6 6mo ago A 108 tokens original Apache-2.0

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: