This repository organizes skills under the skills/ directory. Each skill lives in its own folder and includes a SKILL.md file.
Fetch the complete documentation index at:
https://agentskills.io/llms.txt
Use this file to discover all available pages before exploring further.
Follow the integration guide here:
https://agentskills.io/integrate-skills
This guide explains how to:
- Discover skills in configured directories
- Load metadata at startup
- Match tasks to relevant skills
- Activate skills by loading full instructions
- Execute scripts and access bundled assets as needed
Notes:
- Skills are filesystem-based: your agent should read
skills/*/SKILL.md. - Keep metadata concise; only load full skill instructions when needed.