delivery-bootstrap
SolidUse when starting implementation on a new or unfamiliar codebase. Auto-detects tech stack and sets up development context.
AI & Automation 45 stars
3 forks Updated today MIT
Install
Quality Score: 86/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Delivery Bootstrap Skill
Just-in-Time tech stack detection and setup.
## Workflow
1. **Check product_type** from `.claude/diamonds/active.yml`:
- If `product_type` is set (from `/mycelium:interview`), use it to determine the delivery profile.
- If not set, scan for indicators per `${CLAUDE_PLUGIN_ROOT}/jit-tooling/detector.md` Step 1b:
- Curriculum/lesson plans, LMS config -> `content_course`
- Manuscript/chapters, editorial calendar -> `content_publication`
- Video scripts, subtitle files, podcast RSS -> `content_media`
- Prompt templates, model configs, agent definitions -> `ai_tool`
- Service blueprints, pricing docs -> `service_offering`
- If non-software product_type detected: skip software tooling detection (Steps 2-3 below), configure product-type-appropriate validation instead, and proceed to Step 4.
1b. **Scan project root** for technology indicators (software and ai_tool with code):
- Package files: package.json, Cargo.toml, go.mod, requirements.txt, pyproject.toml, Gemfile, pom.xml, build.gradle
- Config files: tsconfig.json, .eslintrc, .prettierrc, rustfmt.toml, .editorconfig
- CI/CD: .github/workflows, .gitlab-ci.yml, Jenkinsfile, Dockerfile
- Framework indicators: next.config.js, nuxt.config.ts, angular.json, etc.
2. **Identify stack components** (software/ai_tool with code):
- Language(s) and version(s)
- Framework(s)
- Package manager
- Test runner and framework
- Linter and formatter
- Bui...
Details
- Author
- haabe
- Repository
- haabe/mycelium
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
bootstrap
First-run framework setup. Detects existing project stack or guides new project creation from vision/braindump.
4 Updated 3 weeks ago
joris887 AI & Automation Solid
new-project
Full project bootstrap - interviews the developer (name, description, stack, components), then scaffolds directory structure, CLAUDE.md, config files, hooks, skills, and first commit.
76 Updated 1 weeks ago
sneg55 AI & Automation Listed
setup-project
Bootstrap a project for Claude Code — auto-detect stack, configure permissions, generate commands
0 Updated yesterday
Vleickzs