Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Awesome SKILL.md Awesome

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.

Contents

Skills by Category

Code Review

  • 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.

Testing & QA

DevOps & Deployment

Frontend & Design

Documentation

  • 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 Automation

  • 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.

Productivity

Data Engineering

API Development

Security

Marketplaces

  • 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.

Guides & Tutorials

Getting Started

Installation

Creating Skills

Comparisons

Format & Reference

Minimal SKILL.md Template

---
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.

Directory Structure

~/.claude/skills/
├── code-reviewer/
│   └── SKILL.md
├── test-generator/
│   └── SKILL.md
└── env-doctor/
    ├── SKILL.md
    └── references/
        └── common-issues.md

Tools

Compatible Agents

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.

Contributing

Contributions welcome! Please read the contributing guidelines before submitting a pull request.

How to Add a Skill

  1. Make sure the skill uses the SKILL.md format
  2. Add it under the appropriate category
  3. Include: name, link, one-line description, and whether it's free or paid
  4. Submit a pull request

How to Add a Resource

  1. Add it under the appropriate section
  2. Include: title, link, and one-line description
  3. Submit a pull request

License

CC0

About

A curated list of SKILL.md skills, tools, and resources for AI coding agents

Topics

Resources

Contributing

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors