| name | skill-creator |
| description | Meta-skill for creating, evaluating, and improving AgentFlow skills. |
FORGE Skill Creator Skill
Use this skill when you need to formalize a new set of instructions or common workflows into an AgentFlow SKILL.md.
Workflow
- Capture Intent: What problem does this skill solve?
- Research: Identify best practices and common pitfalls for the targeted task.
- Draft SKILL.md:
- Use the frontmatter format:
name, description.
- Include a clear
# Title.
- Define a
# Workflow or # Guidelines.
- Iterative Improvement: Use feedback from tests or user reviews to refine the skill instructions.
Skill Writing Tips
- Be Actionable: Use imperative verbs.
- Be Structured: Use headers and lists for scannability.
- Be Contextual: Mention specific AgentFlow components if relevant.
- Be Minimal: Only include instructions that provide high value.