Prerequisites
- macOS (Apple Silicon or Intel)
- One of: Claude Code, Cursor, GitHub Copilot, Codex CLI, Gemini CLI, or VS Code
Create your first skill
Open the Studio
Launch SkillCreator and click Studio in the sidebar. You will see a prompt input with options to add context from URLs, files, or images.
Describe what you want
Type a natural-language description of the task your agent should learn. For example:You can also paste a URL to existing documentation, drag in files, or upload a screenshot.
Generate
Click Generate Skill. The Studio will analyze your input, extract key patterns, and produce a structured SKILL.md file with:
- Metadata (name, description, allowed-tools)
- Overview section
- Step-by-step instructions
- Example prompts
Review and edit
The generated skill appears as an inline card in the Studio. You can edit it there, or save it to the Library and open it in the full Editor. You can also:
- Edit the Markdown directly in the Monaco editor
- Adjust metadata in the frontmatter panel
- Add or remove files in the file tree
- View token budget and file relationship insights
Run evals
Switch to the Evals tab and click Run evaluation. The system scores your skill on 6 dimensions:
- Structure
- Content
- Evidence
- Usage
- Toolchain
- Freshness
What’s next?
Understand the skill format
Learn the anatomy of a SKILL.md file.
Convert existing docs
Turn runbooks, READMEs, and docs into skills.