Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMar 29, 2026·2 min de lectura

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.

Introducción

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.

🙏

Fuente y agradecimientos

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.