← Back to list

agent-platforms
by gmh5225
A curated list of Agent Skills, resources, and tools for AI coding agents like Claude Code, Codex, Gemini CLI, GitHub Copilot, and more.
⭐ 1🍴 0📅 Jan 22, 2026
SKILL.md
name: agent-platforms description: Guide for multi-platform skill compatibility across Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot, and other AI coding agents.
Multi-Platform Agent Skills
Scope
Use this skill when:
- Ensuring skills work across multiple platforms
- Understanding platform-specific conventions
- Converting skills between platforms
Platform Compatibility Matrix
| 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/ |
Universal SKILL.md Format
All platforms use YAML frontmatter:
---
name: skill-name
description: When to use this skill
---
# Instructions here...
Cross-Platform Installation
Most tools auto-discover skills in .agent/skills/:
# Universal installation (works with most tools)
git clone https://github.com/user/skills .agent/skills
Platform-Specific Notes
Claude Code
- Auto-discovers from
.claude/skills/and~/.claude/skills/ - Supports
/initcommand for context bootstrapping
Codex (OpenAI)
- Supports multiple scopes: REPO, USER, ADMIN, SYSTEM
- Built-in
$skill-creatorand$skill-installer - Restart required after installing new skills
GitHub Copilot
- Skills in
.github/skills/directory - Uses
SKILL.mdwithnameanddescriptionrequired - Copilot auto-activates based on description match
Gemini CLI
- Use
@symbol to attach skill files to prompts - Place skills in
.gemini/skills/or.agent/skills/
Conversion Tips
- Same SKILL.md format works across platforms
- Change only the installation path for different platforms
- Test on each target platform before distribution
- Document platform-specific requirements in skill README
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon