← ClaudeAtlas

a-templatelisted

Replace with description of the skill and when agent should use it.
Voronenko/ai-files · ★ 0 · Data & Documents · score 60
Install: claude install-skill Voronenko/ai-files
# Insert instructions below # THEORY ## What Are Agent Skills? Agent Skills package domain expertise, new capabilities, and repeatable workflows that agents can use. At its core, a skill is a folder containing a `SKILL.md` file with metadata and instructions that tell an agent how to perform a specific task. This approach keeps agents fast while giving them access to more context on demand. When a task matches a skill's description, the agent reads the full instructions into context and follows them—optionally loading referenced files or executing bundled code as needed. ### Key Benefits - **Self-documenting**: A skill author or user can read a `SKILL.md` file and understand what it does, making skills easy to audit and improve - **Interoperable**: Skills work across any agent that implements the [Agent Skills specification](https://agentskills.io/specification) - **Extensible**: Skills can range in complexity from simple text instructions to bundled scripts, templates, and reference materials - **Shareable**: Skills are portable and can be easily shared between projects and developers ## How Skills Work in Kilo Code Skills can be: - **Generic** - Available in all modes - **Mode-specific** - Only loaded when using a particular mode (e.g., `code`, `architect`) The workflow is: 1. **Discovery**: Skills are scanned from designated directories when Kilo Code initializes 2. **Activation**: When a mode is active, relevant skills are included in the syst