KS
Killer-Skills
Documentation

Guide

Skill Structure

Every skill needs a SKILL.md file with YAML frontmatter:

---
name: my-skill
description: A helpful skill for...
triggers:
  - when user asks about X
---

# Instructions

When triggered, follow these steps:
1. Analyze the user's request
2. Perform the action
3. Return the result

Best Practices

  • Be Specific - Clear triggers help the AI know when to use your skill
  • Provide Examples - Show sample inputs and outputs
  • Handle Errors - Include fallback instructions

Publishing

To share your skill with the community:

  1. Create a GitHub repository
  2. Add your SKILL.md to .agent/skills/
  3. Submit a PR to the registry (optional)