setup
SolidInteractive setup and onboarding. Use on first run, when changing stack/packs, or when healthcheck reports config issues.
Data & Documents 35 stars
4 forks Updated today Apache-2.0
Install
Quality Score: 82/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /craftsman:setup - Configuration Wizard
## Outcome Contract
- **Outcome**: a configuration derived from what the repository actually is, with only the undeterminable parts asked.
- **Done when**: the inferred conventions were shown before being written, .craft-config.yml is valid against the schema, and healthcheck reports no config error.
- **Evidence**: the conventions analysis output, the written config, and the healthcheck result.
## Modes
| Command | Description |
|---------|-------------|
| `/craftsman:setup` | Full interactive setup (default) |
| `/craftsman:setup --quick` | Zero-question auto-setup with smart defaults |
| `/craftsman:setup --refresh` | Regenerate observed artifacts (conventions skill, codemap) |
| `/craftsman:setup --global` | Workshop profile: asked once per machine, inherited by every project |
---
## Setup by Observation (ADR-0022)
Every mode (including `--quick`) ends with the observation step. The repository answers most setup questions itself; only ask the user what observation cannot determine (strictness preference, pack opt-ins).
1. Run the conventions analyzer and SHOW the user what was inferred before writing anything:
```bash
bash ~/.claude/craftsman-conventions.sh analyze
```
2. On confirmation (automatic in `--quick` and `--refresh`), generate the project conventions skill:
```bash
bash ~/.claude/craftsman-conventions.sh generate "$PWD/.claude/skills"
```
This writes `.claude/skills/project-conventions/SKIL...
Details
- Author
- BULDEE
- Repository
- BULDEE/ai-craftsman-superpowers
- Created
- 5 months ago
- Last Updated
- today
- Language
- Shell
- License
- Apache-2.0
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
session-init
Internal skill for session initialization. Loads craftsman context and checks configuration.
35 Updated today
BULDEE AI & Automation Listed
setup
Use when bootstrapping a new (or existing) project to reuse the shared ai conventions — scaffolds drift-log, a thin CLAUDE.md, and wires the requested ai plugins (`core` always) into `.claude/settings.json`. Idempotent.
0 Updated yesterday
bim-ba AI & Automation Listed
claude-setup-wizard
Setup wizard — scans codebase, builds confidence per data point, only asks what it can't figure out, generates SDLC files. Use for first-time setup or re-running setup.
42 Updated today
BaseInfinity