agent-platforms | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / agent-platforms

agent-platforms

maintained by gmh5225

star 2 account_tree 0 verified_user MIT License
bolt View GitHub

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 /init command for context bootstrapping

Codex (OpenAI)

  • Supports multiple scopes: REPO, USER, ADMIN, SYSTEM
  • Built-in $skill-creator and $skill-installer
  • Restart required after installing new skills

GitHub Copilot

  • Skills in .github/skills/ directory
  • Uses SKILL.md with name and description required
  • 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

  1. Same SKILL.md format works across platforms
  2. Change only the installation path for different platforms
  3. Test on each target platform before distribution
  4. Document platform-specific requirements in skill README

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 2
GitHub Forks 0
Created Jan 2026
Last Updated 4个月前
tools tools productivity tools

Related Skills

ai-sdk

ai-sdk

vercel
star 22.3k
chevron_right
planning-with-files
chevron_right
agent-browser
chevron_right
specs-gen
chevron_right
ui-skills
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.