Skills
Guided workflows for common development tasks
Skills are structured prompts that guide your AI agent through complex tasks using noodlbox's knowledge graph.
Available Skills
Exploring Codebases
Navigate unfamiliar code and understand architecture
Debugging
Trace bugs and find root causes
Change Planning
Analyze blast radius before committing
Refactoring
Plan safe renames, extractions, and restructuring
Generating Documentation
Create architecture docs from the knowledge graph
Setup
Initialize noodlbox context for a project
How to Use Skills
Skills are invoked via slash commands in your AI agent:
/noodlbox:exploring-codebases
/noodlbox:debugging
/noodlbox:change-planning
/noodlbox:refactoring
/noodlbox:generating-documentation
/noodlbox:setupEach skill provides:
- Quick Start - Essential steps to get going
- Workflow Checklist - Track your progress
- Tool Reference - Which MCP tools to use
- Examples - Real-world scenarios
Choosing the Right Skill
| Task | Skill |
|---|---|
| "How does this code work?" | Exploring Codebases |
| "Why is this failing?" | Debugging |
| "What will my changes break?" | Change Planning |
| "I want to rename/move this" | Refactoring |
| "Document the architecture" | Generating Documentation |
| "Set up noodlbox for this project" | Setup |
Related
- Workflows - Step-by-step guides for common tasks
- MCP Server - Tools and resources available to your agent