Skip to content

🖥️ Agent Skills by Platform

Agent skills follow the open standard and work across all major AI coding tools. Select your platform to see compatible skills, installation paths, and guides.

Claude Code

Anthropic's official AI coding CLI

20 skills

Claude Code is Anthropic's official command-line AI coding tool. Agent skills placed in .claude/skills/ are auto-discovered at startup and loaded progressively — metadata first, full instructions when activated.

📂 Project skills path

.claude/skills/

View Claude Code agent skills →

GitHub Copilot

GitHub's AI pair programmer with agent mode

17 skills

GitHub Copilot's coding agent reads skills from .github/skills/, .claude/skills/, or .agents/skills/ at the project level, and from ~/.copilot/skills/ globally.

📂 Project skills path

.github/skills/

View GitHub Copilot agent skills →

Cursor

AI-native code editor

18 skills

Cursor's coding agent supports agent skills in .cursor/skills/ at the project level and ~/.cursor/skills/ globally, extending its agent with reusable instruction packages.

📂 Project skills path

.cursor/skills/

View Cursor agent skills →

Gemini CLI

Google's command-line AI powered by Gemini

17 skills

Gemini CLI by Google supports the open agent skills standard. Skills live in .gemini/skills/ for project scope or ~/.gemini/skills/ globally.

📂 Project skills path

.gemini/skills/

View Gemini CLI agent skills →

Windsurf

Codeium's agentic AI code editor

18 skills

Windsurf by Codeium uses the Cascade agent internally. Skills are placed in .windsurf/skills/ (project) or ~/.codeium/windsurf/skills/ (global).

📂 Project skills path

.windsurf/skills/

View Windsurf agent skills →

OpenAI Codex

OpenAI's AI coding agent

17 skills

OpenAI Codex supports agent skills following the open standard. Skills go in .codex/skills/ for projects or ~/.codex/skills/ for global use.

📂 Project skills path

.codex/skills/

View OpenAI Codex agent skills →

Kiro

AWS's spec-driven AI IDE

0 skills

Kiro by AWS is a spec-driven AI development environment. Agent skills extend Kiro's coding agent and integrate with its spec and hook system.

📂 Project skills path

.kiro/skills/

View Kiro agent skills →

OpenCode

Open-source AI coding CLI

17 skills

OpenCode is an open-source AI coding CLI compatible with the agent skills standard. Skills go in .opencode/skills/ or ~/.config/opencode/skills/ globally.

📂 Project skills path

.opencode/skills/

View OpenCode agent skills →

Open Standard — Write Once, Run Anywhere

Agent skills follow the open standard. A skill written for Claude Code works in Cursor, GitHub Copilot, and Gemini CLI with no modifications — just copy the skill folder into each platform's skills directory.

Read the specification →