skill-creator
Installation
SKILL.md
Skill Creator
This skill provides guidance and tools for creating effective, high-quality, and agent-agnostic skills.
Core Principles
- High Quality & Output: Focus on clear, actionable instructions that produce reliable results.
- Efficiency: Keep
SKILL.mdconcise (< 500 lines) by moving heavy documentation toreferences/and automation toscripts/. - Token Economy: Be mindful of context usage. Use "High Density" practices where appropriate (imperative language, bullet points) but prioritize clarity.
Directory Structure
To determine where to place a new skill, follow this priority:
- User Instructions: If the user has explicitly provided instructions on how to structure the skill or where to place it, proceed with that first.
- Check README: Read the root
README.mdif it exists and follow any stated structural guidelines. - Check
skills/folder: If no instructions are found, look for askills/directory and follow the existing organizational pattern (e.g.,skills/[skill]/). - Ask if Unclear: If the location is still ambiguous or if the project might prefer skills in a different location (like the
.agent/directory), ask the user for clarification.