cyberneticlibrary

Scaffold a new project from spec

spec-to-reposkillsetup L217,464
alirezarezvani/claude-skills
What it does

Generate complete, runnable starter repository from natural-language project spec

Best for

Bootstrapping new project when you have requirements but no boilerplate — produces real, working code.

Inputs
  • · [object Object]
Outputs
  • · [object Object]
Preconditions
  • · Clear project specification (natural language acceptable)
  • · Stack explicitly named or inferable from context
Failure modes
  • · Stack inference wrong if signals ambiguous → wrong scaffold
  • · Generated code skips edge cases if spec vague
  • · No secrets in .env.example but user adds them → exposed in repo
Trust signals
  • · Generated manifest (package.json/requirements.txt) matches imports
  • · .gitignore covers stack-specific artifacts
  • · README includes runnable setup steps