A curated list of SKILL.md skills, tools, and resources for AI coding agents.
SKILL.md is the open standard for teaching AI coding agents new capabilities. A SKILL.md file tells agents like Claude Code, Codex CLI, Cursor, Gemini CLI, and OpenClaw how to handle specific tasks — code review, testing, documentation, DevOps, and more. Drop a skill into your agent's skills folder and it works immediately.
This list covers the best skills, resources, and tools across the ecosystem.
- Skills by Category
- Marketplaces
- Guides & Tutorials
- Format & Reference
- Tools
- Compatible Agents
- Contributing
- code-reviewer — Structured code review for bugs, security vulnerabilities, logic errors, and style violations. Organizes findings by severity. Free.
- security-audit — Scans code for OWASP Top 10 vulnerabilities, hardcoded secrets, and authentication bypasses.
- Best Testing & QA Skills for Claude Code — Roundup of the top testing skills with comparisons.
- Skills for unit testing, integration testing, E2E testing, and coverage analysis on Agensi Testing & QA.
- env-doctor — Diagnoses why your project won't start. Checks runtime versions, dependencies, environment variables, database connections, and port conflicts. Free.
- Best DevOps Skills for Claude Code — Roundup of DevOps and deployment skills.
- More DevOps skills on Agensi DevOps & Deployment.
- frontend-design — Component generation, CSS styling, accessibility checks, and design system workflows.
- Best Frontend Skills for Claude Code — Roundup of frontend development skills.
- readme-generator — Scans your project and generates a complete README with installation, usage, configuration, and contributing sections. Free.
- More documentation skills on Agensi Documentation.
- git-commit-writer — Writes conventional commit messages from staged changes. Detects type, scope, and breaking changes. Free.
- pr-description-writer — Writes pull request descriptions from branch diffs. Covers what changed, why, and what to test. Free.
- changelog-generator — Generates changelogs from commit history following Keep a Changelog format.
- skill-router — Routes tasks to the right skill automatically based on context.
- More productivity skills on Agensi Productivity.
- Skills for databases, data pipelines, ETL, SQL optimization, and data modeling on Agensi Data Engineering.
- api-contract-tester — Tests API endpoints against their OpenAPI/Swagger specs.
- More API skills on Agensi API Development.
- security-audit — OWASP Top 10 scanning, secret detection, and authentication review.
- dependency-auditor — Checks dependencies for known vulnerabilities.
- Agensi — Curated marketplace for SKILL.md skills. One-time purchase, security-scanned, 80/20 creator revenue split. Supports Claude Code, Codex CLI, Cursor, and 20+ agents.
- What Is SKILL.md? — Complete beginner's guide to the SKILL.md standard.
- How to Install Skills in Claude Code — Three installation methods with step-by-step instructions.
- Where Are Claude Skills Stored? — File paths for Claude Code, OpenClaw, Codex CLI, and Cursor.
- How to Install Claude Skills from GitHub — Clone, verify, and troubleshoot GitHub-hosted skills.
- How to Add Skills to Claude Code CLI — Command-line installation guide.
- Claude Code Skills Folder Location & Setup — Directory structure and organization.
- How to Create a SKILL.md from Scratch — Step-by-step tutorial for building your own skill.
- How to Write a SKILL.md Description That Triggers — Writing descriptions that reliably activate your skill.
- SKILL.md Examples — Copy-paste examples for common skill types.
- Claude Code Skills vs Cursor Rules vs Codex Skills — Side-by-side comparison of format, portability, and ecosystem.
- SKILL.md vs CLAUDE.md vs .cursorrules — When to use each configuration file.
- SKILL.md Format Reference — Complete specification of frontmatter fields, triggers, and file structure.
---
name: my-skill
description: One sentence describing when this skill should activate.
---
# Skill Title
Instructions for the AI agent go here. Write them like you're
briefing a senior developer.
## Rules
- Rule 1
- Rule 2
## Output Format
Describe how the agent should structure its output.~/.claude/skills/
├── code-reviewer/
│ └── SKILL.md
├── test-generator/
│ └── SKILL.md
└── env-doctor/
├── SKILL.md
└── references/
└── common-issues.md
- Agensi AI Search — Describe what you need and find matching skills.
- Agensi MCP Server — Connect your agent to the full skill catalog via MCP. Skills are loaded on demand.
- Agensi Skill Request Board — Request skills that don't exist yet. Creators build to community demand.
SKILL.md works across these AI coding agents:
| Agent | Personal Skills Path | Project Skills Path |
|---|---|---|
| Claude Code | ~/.claude/skills/ |
.claude/skills/ |
| Codex CLI | ~/.codex/skills/ |
.codex/skills/ |
| OpenClaw | ~/.openclaw/skills/ |
.openclaw/skills/ |
| Cursor | — | .cursor/skills/ |
| Gemini CLI | ~/.gemini/skills/ |
.gemini/skills/ |
And 15+ more agents that support the SKILL.md standard.
Contributions welcome! Please read the contributing guidelines before submitting a pull request.
- Make sure the skill uses the SKILL.md format
- Add it under the appropriate category
- Include: name, link, one-line description, and whether it's free or paid
- Submit a pull request
- Add it under the appropriate section
- Include: title, link, and one-line description
- Submit a pull request