Cette page est affichée en anglais. Une traduction française est en cours.
SkillsMar 29, 2026·2 min de lecture

Agent Skills Standard — Cross-Platform AI Skills

The shared Agent Skills format used by Claude Code, OpenAI Codex, and Gemini CLI. Write skills once, use across all major AI coding tools.

Introduction

Anthropic, OpenAI, and Google have converged on a shared Agent Skills standard defined at agentskills.io. Skills are folders with a SKILL.md file containing YAML frontmatter + markdown instructions. Write once, use across Claude Code, Codex CLI, and Gemini CLI.

Works with: Claude Code, GitHub Copilot, Gemini CLI, OpenAI Codex

Skill Format

---
name: my-skill
description: What this skill does
triggers:
  - pattern: "*.test.ts"
    description: Activate for test files
---

## Instructions

Your skill instructions here. The AI agent reads these
when the skill is activated.

Compatible Tools

Tool Skills Directory Stars
Claude Code .claude/skills/ 83,900+
OpenAI Codex .codex/skills/ 68,200+
Gemini CLI .gemini/skills/ 99,400+
GitHub Copilot .github/skills/ 27,500+

Official Skill Repositories


FAQ

Q: What is Agent Skills Standard? A: The shared Agent Skills format used by Claude Code, OpenAI Codex, and Gemini CLI. Write skills once, use across all major AI coding tools.

Q: How do I install Agent Skills Standard? A: Check the Quick Use section above for step-by-step installation instructions. Most assets can be set up in under 2 minutes.

🙏

Source et remerciements

Discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.