Guide for creating effective Agent Skills for t-koma. Use when the user wants to create a new skill or update an existing skill.
This guide helps you create effective Agent Skills that extend t-koma's capabilities.
A skill is a self-contained directory with instructions, scripts, and resources that help the agent perform specific tasks more accurately and efficiently.
Create a skill when:
prompts/skills/my-skill/
├── SKILL.md # Required: Instructions and metadata
├── scripts/ # Optional: Executable code
├── references/ # Optional: Additional docs
└── assets/ # Optional: Static resources
The SKILL.md file has two parts:
---