This guide helps you create effective skills for Apollo GraphQL and GraphQL development following the Agent Skills specification.
A skill is a directory containing instructions that extend an AI agent's capabilities with specialized knowledge, workflows, or tool integrations. Skills activate automatically when agents detect relevant tasks.
| name | Yes | Lowercase, hyphens only. Must match directory name. Max 64 chars. | | description | Yes | What the skill does and when to use it. Max 1024 chars. | | license | No | License name (e.g., MIT, Apache-2.0). | | compatibility | No | Environment requirements. Max 500 chars. | | metadata | No | Key-value pairs for author, version, etc. |
Руководство по созданию эффективных навыков для Apollo GraphQL и разработки GraphQL. Используйте этот навык, когда: (1) пользователи хотят создать новый навык, (2) пользователи хотят обновить существующий навык, (3) пользователи спрашивают о структуре навыков или передовом опыте, (4) пользователям нужна помощь в написании файлов SKILL.md. Источник: apollographql/skills.