The community directory for Agent Skills — find, share and rate skills for Claude, Copilot, Cursor, VS Code and Codex.
Skills are folders of instructions (SKILL.md files) that give AI agents specialised knowledge and repeatable workflows. The same skill works across Claude, GitHub Copilot, VS Code, Cursor and OpenAI Codex.
- Fork this repo
- Create a folder:
skills/your-skill-name/ - Copy the template from
template/SKILL.md - Fill in all fields and open a pull request
Submit at theskills.directory/submit
---
# ⚠️ IMPORTANT: Keep description on ONE line only — multi-line breaks the skill silently
name: your-skill-name
description: One single line description of what this skill does and when to use it
version: 1.0.0
last_updated: 2026-03-13
compatible_agents:
tested:
- claude
untested:
- copilot
- cursor
- vscode
- codex
categories:
- development
job_roles:
- developer
author: Your Name
github: your-github-username
twitter_x: your-x-handle
license: apache-2.0
---| Field | Description |
|---|---|
name |
Unique identifier, lowercase, hyphens only |
description |
Single line only — this is what agents read to decide whether to load the skill |
version |
Start at 1.0.0, increment when you update |
last_updated |
Format: YYYY-MM-DD |
compatible_agents |
Split into tested and untested (see template) |
categories |
See list below |
job_roles |
See list below |
author |
Your name |
github |
Your GitHub username |
twitter_x |
Your X handle (optional) |
license |
We recommend apache-2.0 |
development writing data-analysis research design marketing education productivity devops security testing documentation
developer designer marketer teacher student data-analyst product-manager writer devops-engineer researcher
claude copilot cursor vscode codex
- Description must be a single line — multi-line breaks YAML silently with no error message
- List agents under
testedonly if you have actually tested on that platform - Include trigger phrases — exactly what to say to invoke the skill
- No API keys, passwords, or sensitive data
- Note any known limitations or platform-specific behaviour
Apache 2.0 — skills you submit are open source and free to use across all platforms.
- 🌐 theskills.directory
- 𝕏 @skillsdirectory
- Submit a skill: theskills.directory/submit