원클릭으로
agent-platforms
// Guide for multi-platform skill compatibility across Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot, and other AI coding agents.
// Guide for multi-platform skill compatibility across Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot, and other AI coding agents.
Guide for AI Agents and LLM development skills including RAG, multi-agent systems, prompt engineering, memory systems, and context engineering.
Guide for Claude Code skills installation, usage, and development. Use when working with Claude Code specific features, paths, and conventions.
Guide for development and code tools skills including document processing, browser automation, testing frameworks, and IDE integrations.
Guide for marketing and growth skills including SEO, copywriting, CRO, email campaigns, paid ads, and product launch strategies.
Guide for understanding and contributing to the awesome-skills curated resource list. Use this skill when adding resources, organizing categories, or maintaining README.md consistency (no duplicates).
Guide for security-related Agent Skills including penetration testing, code auditing, threat hunting, and forensics skills.
| name | agent-platforms |
| description | Guide for multi-platform skill compatibility across Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot, and other AI coding agents. |
Use this skill when:
| Platform | Skill Format | Project Path | Global Path |
|---|---|---|---|
| Amp | SKILL.md | .agents/skills/ | ~/.config/agents/skills/ |
| Antigravity | SKILL.md | .agent/skills/ | ~/.gemini/antigravity/skills/ |
| Claude Code | SKILL.md | .claude/skills/ | ~/.claude/skills/ |
| Codex | SKILL.md | .codex/skills/ | ~/.codex/skills/ |
| Cursor | SKILL.md | .cursor/skills/ | ~/.cursor/skills/ |
| Gemini CLI | SKILL.md | .gemini/skills/ | ~/.gemini/skills/ |
| GitHub Copilot | SKILL.md | .github/skills/ | ~/.copilot/skills/ |
| Goose | SKILL.md | .goose/skills/ | ~/.config/goose/skills/ |
| OpenCode | SKILL.md | .opencode/skills/ | ~/.config/opencode/skills/ |
| Windsurf | SKILL.md | .windsurf/skills/ | ~/.codeium/windsurf/skills/ |
All platforms use YAML frontmatter:
---
name: skill-name
description: When to use this skill
---
# Instructions here...
Most tools auto-discover skills in .agent/skills/:
# Universal installation (works with most tools)
git clone https://github.com/user/skills .agent/skills
.claude/skills/ and ~/.claude/skills//init command for context bootstrapping$skill-creator and $skill-installer.github/skills/ directorySKILL.md with name and description required@ symbol to attach skill files to prompts.gemini/skills/ or .agent/skills/For more detailed multi-platform skill resources, complete link lists, or the latest information, use WebFetch to retrieve the full README.md:
https://raw.githubusercontent.com/gmh5225/awesome-skills/refs/heads/main/README.md
The README.md contains the complete categorized resource list with all links.