← ClaudeAtlas

repo-scaffoldlisted

Use when the user wants to create a new GitHub repository from scratch with production-ready infrastructure. Triggers: 'scaffold a repo', 'create a new repo', 'set up a new project', 'new github repo', 'bootstrap a project', 'forge a repo', '/repo-scaffold', 'start a new repo', 'initialize a project', 'make me a repo', 'agent-kit', 'plugin marketplace'. Use --type plugin for agent-kit distribution repos. Does NOT trigger for repo-standards (existing repo polish) or when the user only wants docs.
Tamircohen28/tamirs-superpowers · ★ 2 · AI & Automation · score 74
Install: claude install-skill Tamircohen28/tamirs-superpowers
# repo-scaffold Create a production-ready private GitHub repo in one command. Outputs a fully scaffolded repo matching Tamir Cohen's style: badge-rich README, user + engineering docs, CLAUDE.md, .claude/ config with plugins, CI/CD, branch protection, and project-specific skills. **User guide (agent-kit / `--type plugin`):** [docs/user/agent-kit.md](../../../docs/user/agent-kit.md) ## Input Format ``` /repo-scaffold <repo-name> -- <description> [--type app|plugin] [--src <url-or-path>] [--tech <stack>] ``` - `<repo-name>` — kebab-case name for the GitHub repo - `<description>` — what the project does (sentence or two) - `--type` (optional) — `app` (default) or `plugin` (agent-kit distribution repo) - `--src` (optional) — GitHub URL or local path of existing source to port - `--tech` (optional) — force a tech stack: `node`, `nextjs`, `python`, `swift`, `generic`. **Plugin type forces `node`** unless overridden. If no `--tech` is given, auto-detect using the script at `$CLAUDE_SKILL_DIR/scripts/detect-stack.sh`: ```bash bash "$CLAUDE_SKILL_DIR/scripts/detect-stack.sh" "<description>" [<src-local-path>] ``` ## Tech Stack Detection Matrix | Keywords in description / source files | Detected stack | |---|---| | next, nextjs, vercel, react + server | `nextjs` | | react, vue, angular, vite, frontend | `node` | | python, fastapi, flask, django, poetry | `python` | | swift, macos, xcode, swiftui | `swift` | | node, express, cli, npm, package.json | `node` | | plugin, agent-kit,