skill-creator
Installation
SKILL.md
Skill Creator
Guidance for building effective skills — modular, self-contained folders that extend an LLM agent's capabilities with specialized knowledge, workflows, and tools.
Core Principles
Concise is Key
The context window is shared. Only add context the agent doesn't already have. Challenge every piece of information: "Does the agent really need this?" and "Does this paragraph justify its token cost?" Prefer concise examples over verbose explanations.