Skill Creator
Create a new workspace skill that can be invoked by AI agents.
Process
- Understand the skill purpose - Ask clarifying questions if needed
- Generate skill content - Write clear, actionable instructions
- Call create_skill tool - Save with name, description, and content
Skill Format Guidelines
- Name: lowercase, alphanumeric, hyphens only (e.g., "simplify-for-kids")
- Description: 1-2 sentences explaining when to use the skill
- Content: Markdown instructions the AI follows when skill is invoked
Example
For "create a skill that rewrites content for a 5-year-old":
- name: "simplify-for-kids"
- description: "Rewrite content to be understandable by a 5-year-old"
- content: Instructions for simplification (short sentences, simple words, etc.)
