From skeleton-skills
Use at the start of every conversation. Loads CLAUDE.md + ARCHITECTURE.md for the target repo and routes intent to the appropriate skeleton:* skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/skeleton-skills:skeleton-bootstrappingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Entry point for every session. Loads context and routes intent.
Entry point for every session. Loads context and routes intent.
Announce: "Using skeleton:bootstrapping to load project context."
./CLAUDE.md (orchestrator root){repo}/CLAUDE.md + {repo}/ARCHITECTURE.md for target repo(s)
3b. Frontend task gate:
frontend/DESIGN_SYSTEM.md existsdocs/plans/:
.md files in docs/plans/grep -c '- \[ \]' docs/plans/*.md{filename} with N remaining tasks. Resume?"
| Intent | Plan exists? | Destination |
|---|---|---|
| New feature | No | skeleton:designing |
| New feature | Yes, incomplete | skeleton:laravel-implementing / skeleton:nextjs-implementing |
| Bug / error | N/A | skeleton:debugging |
| Create/edit skill | N/A | skeleton:writing-skills |
5b. Preview routing:
- If user intent involves frontend UI AND uses words like: "preview", "show me first", "mockup", "let me see", "prototype", "how would it look" → route to skeleton:previewing
- If user says "implement" or "build" for a UI task and no prototype exists in frontend/.previews/ → suggest: "Want a quick preview before I implement, or should I go straight to code?"
6. Inform user: what context was loaded and where we're routing
| Temptation | Reality |
|---|---|
| "I already know this project" | Fresh context window. ARCHITECTURE.md may have changed. Always read it. |
| "It's a trivial change" | Trivial changes in wrong locations are bugs. Architecture defines file paths. |
| "The user told me exactly what to do" | Knowing WHAT isn't knowing WHERE. Load context first. |
| Condition | Destination |
|---|---|
| New feature, no plan | skeleton:designing |
| Existing incomplete plan | Resume implementation |
| Bug / error | skeleton:debugging |
| Create / edit skill | skeleton:writing-skills |
npx claudepluginhub juanguillenmartinez/skeleton-skills --plugin skeleton-skillsRoutes all technical tasks to workflow skills before code edits, planning, debugging, or reviews. Enforces project setup gate for memory files like project-map.md.
Plans and architects new features: analyzes requirements, asks clarifying questions, creates detailed implementation plans aligned with project architecture. Use before coding.
Enforces invoking Skill tool before any response or clarification when starting conversations, guiding proper skill discovery and usage workflow.