Skills
Skills are the building blocks of a spaget agent. Each skill is a focused set of instructions that teaches your AI a specific competency.
How skills work
Section titled “How skills work”A skill is a self-contained instruction set. When you add a skill to your agent, its instructions are included in the exported configuration. Skills can be:
- Community skills — Created and shared by other spaget users
- Custom skills — Created by you for your specific needs
- Team skills — Shared within your organization (requires team plan)
Skill anatomy
Section titled “Skill anatomy”Every skill has:
- Name — A descriptive title (e.g., “TypeScript strict mode”)
- Description — What the skill does
- Instructions — The actual content included in the agent configuration
- Tags — For discoverability in the library
Using skills
Section titled “Using skills”Adding skills to your agent
Section titled “Adding skills to your agent”- Open your agent in the visual builder
- Click Add Skill
- Browse or search the skill library
- Click a skill to preview its instructions
- Click Add to include it
Creating custom skills
Section titled “Creating custom skills”- Click Create Custom Skill
- Write your instructions
- Add a name, description, and tags
- Save — the skill is now available in your library
Combining skills
Section titled “Combining skills”Skills are designed to be composable. A typical agent might include:
- A language/framework skill (TypeScript conventions)
- A testing skill (Vitest patterns)
- A style skill (commit messages, documentation)
- A project-specific skill (your architecture decisions)
Tips for effective skills
Section titled “Tips for effective skills”- Be specific — “Use Vitest for testing with describe/it blocks” beats “Write tests”
- Be actionable — Include concrete examples when possible
- Keep it focused — One skill per concern, not everything in one skill
- Update regularly — Skills should evolve with your practices
Next steps
Section titled “Next steps”- Visual builder guide — How to use the builder interface
- Template gallery — Pre-built agent configurations to learn from