Takes a project specification and scaffolds out a complete repository structure for you. You'd use this when starting a new project and want to skip the boilerplate setup of folders, config files, and basic structure. It reads your spec and makes opinionated decisions about layout, which is great for getting unstuck but means you'll probably tweak things afterward. Best for greenfield projects where you want to go from idea to working structure fast, though the quality depends heavily on how detailed your spec is.
npx skills add https://github.com/alirezarezvani/claude-skills --skill spec-to-repo