ai-coding skills

7,514 tagged ai-coding, measured the same way as everything else here.

Browse within: agentic-coding 219awesome-list 201ai-tools 162best-practices 148awesome 141codex-plugins 141openai 141ai-assistant 131vibe-coding 122ai-pair-programming 92bun 85agent-swarm 82antigravity 82agentic-workflow 79

write-test-plan

121

andresharpe/dotbot

Skill Claude CodeCodex

Generate a QA/UAT test plan from product specifications and task definitions, covering acceptance testing, integration flows, and exploratory testing. Unit tests are out of scope (handled by write-unit-tests skill).

not rated 54 9d ago A 43 tokens original MIT

opencode

122

deepelementlab/jupyter-studio

Skill Claude CodeCodex

Delegate coding tasks to the OpenCode CLI for feature work, refactoring, PR review, and autonomous-style runs. Requires opencode installed where the agent can execute shell commands.

not rated 53 3mo ago A 38 tokens original Apache-2.0

nist-ai-rmf

123

mastepanoski/claude-skills

Skill Claude CodeCodex

AI risk assessment using NIST AI RMF 1.0 framework. Evaluate AI systems across 4 core functions (Govern, Map, Measure, Manage) for trustworthy and responsible AI deployment.

not rated 53 +1 3mo ago A 44 tokens original MIT

council-review

124

SamJHudson01/Carmack-Council

Skill Claude CodeCodex

Perform a rigorous Carmack Council code review. Use when explicitly asked to review code, do a "council review", "carmack review", or invoke /council-review. Carmack's philosophy chairs a council of domain experts — Troy Hunt (security), Martin Fowler (refactoring), Kent C. Dodds (frontend), Matteo Collina (Node.js)…

not rated 52 +1 5mo ago A 166 tokens original MIT

fable-native-code

125

DizzyMii/fable-skills

Skill Claude CodeCodex

Use when writing or editing code in an existing codebase — before adding comments, docstrings, try/catch blocks, validation, logging, or TODOs the surrounding file doesn't have, and before explaining your style choices in the reply.

not rated 51 +2 1mo ago A 52 tokens original MIT

intuitive-tests

127

MiaoDX/intuitive-flow

Skill Claude CodeCodex

Use this skill whenever the user asks about unit test best practices, test organization, flat test suites, redundant tests, test refactors, pytest/JUnit/Jest/xUnit layout, test taxonomy, flaky tests, coverage quality, fixtures, mocks, parametrization, pruning existing UTs, or "which tests are worth keeping." It…

not rated 48 2d ago A 154 tokens original MIT

tsa-edit-then-verify

128

aimasteracc/tree-sitter-analyzer

Skill Claude CodeCodex

The full edit-and-verify loop mandated by CLAUDE.md and docs/agent-tooling-gap-report.md:58. Pre-edit gate (edit action=safe + baseline health action=file) → LLM edits → post-edit verify (health action=file diff + edit action=impact + scoped verificationcommand). Replaces "edit then run the whole pytest suite" (5 min)…

not rated 48 +1 today A 267 tokens original MIT

pptx

129

bitsky-tech/bridgic-agent

Skill Claude CodeCodex

Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary)…

not rated 47 +1 yesterday A 171 tokens AGPL-3.0

context-checkpoint

130

clarity-digital-development/tworkflow

Skill Claude CodeCodex

Use when context usage needs checking or a compact/clear decision is due — a context warning or usage figure appears, the user asks whether to compact or clear, the session shows degradation (re-read files, repeated corrections, forgotten constraints), or a dev-workflow phase boundary is reached (step committed…

not rated 46 +1 2mo ago A 70 tokens original MIT

write-spec

131

joosure/Maestro

Skill Claude CodeCodex

Write a feature spec or PRD from a problem statement or feature idea. Use when turning a vague idea or user request into a structured document, scoping a feature with goals and non-goals, defining success metrics and acceptance criteria, or breaking a big ask into a phased spec.

not rated 46 +2 1mo ago A 60 tokens AGPL-3.0

macos-harness

132

Zfinix/aster

Skill Claude CodeCodex

Control a whole Mac from one persistent Python session with screenshots, PID-targeted input, an animated virtual pointer, targeted Apple Accessibility, Apple Events, Browser Harness CDP, and filesystem access. Use for native, Electron, browser, dialog, file, or cross-app tasks without moving the physical cursor or…

not rated 46 +6 4d ago A 71 tokens original Apache-2.0

spawn-agent

133

khanhbkqt/spawn-agent

Skill Claude CodeCodex

Spawn worker agents (Gemini CLI or Codex CLI) to keep main context clean. Use for implementation, codebase research, context gathering, or any scoped work that would pollute the orchestrator's context.

not rated 45 5mo ago A 46 tokens original MIT

review

134

vitoworleone/claude-code-handbook

Skill Claude CodeCodex

A code-review checklist for examining current changes file by file. It covers correctness, security, performance, style, and maintainability, then groups findings by severity.

not rated 44 3d ago A 7 tokens original MIT

huaweicloud/huaweicloud-devkit

Skill Claude CodeCodex

Clean up HuaweiCloud DevKit from a CodeArts Agent (.codeartsdoer) environment for fresh testing. Removes codearts skills, MCP registration, plugin runtime dir, KooCLI (hcloud dirs + PATH entry), and restores the default sandbox mode. Use when the user wants to fully reset the CodeArts Agent environment before…

not rated 44 +28 today A 86 tokens original Apache-2.0

code-synthesizer

136

sequenzia/agent-alchemy

Skill Claude CodeCodex

Synthesizes exploration findings into unified analysis with deep investigation capabilities and completeness evaluation (converted from agent).

not rated 44 +1 3mo ago A 26 tokens original MIT

add-wshcmd

137

mits-pl/wove

Skill Claude CodeCodex

Guide for adding new wsh commands to Wave Terminal. Use when implementing new CLI commands, adding command-line functionality, or extending the wsh command interface.

not rated 42 2mo ago A 36 tokens original Apache-2.0

pdca-framework

138

kenjudy/pdca-agentic-coding-framework

Skill Claude CodeCodex

Guides developers through a human-supervised PDCA framework for AI code generation. Applies analysis, TDD, validation, and retrospection. Activates for sessions requiring systematic quality control.

not rated 42 yesterday A 41 tokens

design-system

139

albertzhangz10/design-system-skill

Skill Claude CodeCodex

Generate a complete design system (design.md, design-guidelines.md, design-components.md) from any reference materials — images, PDFs, links, or descriptions.

not rated 38 5mo ago A 35 tokens original MIT

ds-spec-loop

140

songyang0603/ds-spec-loop

Skill Claude CodeCodex

Run a strict repository-native Spec programming loop that keeps requirements, owning decisions, implementation, tests, and current documentation consistent in one bounded change. Use when explicitly invoked; when repository instructions require a Spec, RFC, ADR, proposal, design doc, or decision record for…

not rated 38 19d ago A 120 tokens original MIT

clean-code-reviewer

141

booklib-ai/booklib

Skill Claude CodeCodex

Reviews code against Robert C. Martin's Clean Code principles. Use when users share code for review, ask for refactoring suggestions, or want to improve code quality. Produces actionable feedback organized by Clean Code principles with concrete before/after examples.

not rated 38 4mo ago A 54 tokens original MIT

claude-command-router

142

sepehrbayat/SEPCC

Skill Claude CodeCodex

Choose when to use Claude Code built-in commands before adding FCC-specific workflow.

not rated 38 14d ago A 20 tokens original MIT

review

143

smartwhale8/claude-playbook

Skill Claude CodeCodex

Review all uncommitted changes against project standards before committing.

not rated 37 6mo ago A 13 tokens original MIT

create-workflows

144

crewplaneai/crewplane

Skill Claude CodeCodex

Creates and revises portable declarative AI workflow files using Markdown frontmatter, DAG nodes, provider IDs, artifact references, imports, reusable inputs, findings artifacts, and review loops. Use when asked to author, improve, modularize, or validate .task.md workflows for CLI-based multi-agent workflow…

not rated 37 +2 4d ago A 91 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: