ln-700-project-bootstrap

Solid

Bootstraps projects to production-ready structure. Use when creating new or transforming existing projects.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # ln-700-project-bootstrap **Type:** L1 Top Orchestrator **Category:** 7XX Project Bootstrap Universal project bootstrapper with two modes: CREATE (generate production-ready project from scratch) or TRANSFORM (migrate existing prototype from any platform to production structure). Output: Clean Architecture, Docker, CI/CD, quality tooling. --- ## Mode Selection | Aspect | CREATE | TRANSFORM | |--------|--------|-----------| | **Input** | Empty directory or target stack config | Existing project (Replit, StackBlitz, CodeSandbox, Glitch, custom) | | **Detection** | No source files found | Source files + optional platform config detected | | **ln-820** | SKIP (no deps to upgrade) | RUN (upgrade existing deps) | | **ln-720** | SCAFFOLD + GENERATE | RESTRUCTURE + MIGRATE | | **ln-724** | SKIP (no artifacts) | CONDITIONAL (if platform detected) | | **ln-730–780** | RUN (same for both modes) | RUN (same for both modes) | --- ## Overview | Aspect | Details | |--------|---------| | **Input** | Empty directory (CREATE) or source project (TRANSFORM) | | **Output** | Production-ready project with all infrastructure | | **Delegations** | ln-820 (conditional...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category