skill-bootstrapperlisted
Install: claude install-skill Gladisintelligible706/vibe-driven-dev
# Skill Bootstrapper
## Purpose
Automatically equip the coding agent with the right external skills once VDD understands the project.
This skill is the auto-execution layer on top of the skill-recommender. While `/vibe.skills` is an advisory command, this skill runs the full bootstrap flow:
1. check readiness
2. detect runtime
3. **install find-skills** from the open skills ecosystem via CLI
4. build project profile
5. generate discovery queries
6. **run live discovery** against skills.sh via find-skills CLI
7. recommend and score skills (merged catalog + CLI results)
8. build a phased install plan
9. **execute Phase A installs** via Skills CLI
10. generate documentation artifacts
11. produce a user-facing summary
## When to Use
Use this skill when:
- user intent is captured (problem statement, target user, success definition exist)
- project type is identified or reasonably inferred
- runtime or target agent is detected or strongly inferred
- enough gaps are visible to justify external skills discovery
- the user is non-technical and benefits from automatic setup
- the project is entering a phase with clear specialized needs
Trigger moments:
- after onboarding completes (`/vibe.start`)
- after `/vibe.init`
- after `/vibe.plan`
- after `/vibe.scaffold`
- when the project moves into a phase with clear specialized needs
## When Not to Use
Do not use this skill when:
- the project context is too weak (no problem statement, no project type)
- the user explicitly wants