Multi-Platform Agent Skills

SkillAI & models

Guide for multi-platform skill compatibility across Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot, and other AI coding agents.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Multi-Platform Agent Skills skill

What this skill tells your AI

The instructions your AI receives, as published by diegosouzapw/awesome-omni-skill in skills/data-ai/agent-platforms/SKILL.md and read by ahel’s review.

Scope

Use this skill when:

  • Ensuring skills work across multiple platforms
  • Understanding platform-specific conventions
  • Converting skills between platforms

Platform Compatibility Matrix

PlatformSkill FormatProject PathGlobal Path
AmpSKILL.md.agents/skills/~/.config/agents/skills/
AntigravitySKILL.md.agent/skills/~/.gemini/antigravity/skills/
Claude CodeSKILL.md.claude/skills/~/.claude/skills/
CodexSKILL.md.codex/skills/~/.codex/skills/
CursorSKILL.md.cursor/skills/~/.cursor/skills/
Gemini CLISKILL.md.gemini/skills/~/.gemini/skills/
GitHub CopilotSKILL.md.github/skills/~/.copilot/skills/
GooseSKILL.md.goose/skills/~/.config/goose/skills/
OpenCodeSKILL.md.opencode/skills/~/.config/opencode/skills/
WindsurfSKILL.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

Signals

GitHub stars
57
Forks
19
Last commit
Mar 2026
Advanced
Catalog kind
skill
Gateway key
agent-platforms
Source
github.com/diegosouzapw/awesome-omni-skill