Launch a whole project in one click
Requirements → pack → install, in 3 steps.
The 3 steps, in more detail
1) Describe what you want in the reverse-lookup box. 2) AI assembles the matching subagents/skills/commands into a pack. 3) Install writes it straight into `.claude/`.
Starter packs are a shortcut
/packs already has ready-made packs: `nextjs-saas`, `indie-mvp`, `data-ai`, `devops`, `marketing-content`, `code-quality`. If one fits, skip the reverse-lookup and install directly.
The same thing from the CLI
`npx configdeck add <pack-name>` does the same as the one-click button — handy for CI setup scripts or rolling the same pack into several projects.
$ npx configdeck add nextjs-saasWhy the write scope is fixed
To keep "one click" both convenient and safe, install only ever writes inside the `.claude/` folder you choose — never your source files or `package.json`/`.env`.
FAQ
Reverse-lookup or a starter pack — which first?
If a matching pack exists in /packs, install it directly; otherwise use the reverse-lookup.
What starter packs exist today?
nextjs-saas, indie-mvp, data-ai, devops, marketing-content, code-quality.
Can I install via CLI?
Yes — `npx configdeck add <pack-name>` matches the one-click button.
Does install touch my existing files?
No — only the .claude/ folder you choose is written to.