← ClaudeAtlas

cqs-bootstraplisted

One-command setup for cqs in a new project — skills, tears infrastructure, CLAUDE.md, init, index.
jamie8johnson/cqs · ★ 7 · AI & Automation · score 74
Install: claude install-skill jamie8johnson/cqs
# Bootstrap Project Fully self-contained setup for cqs in a new project. After running this, the project has semantic search, notes, continuity tracking, and all skills working. ## Prerequisites - `cqs` binary installed (check with `which cqs`) - Project has a git repo initialized - Running inside Claude Code in the target project directory (or pass project path as argument) ## Process ### Phase 1: Tears Infrastructure 1. Check if files already exist — **don't overwrite** 2. Create `docs/` directory if needed 3. Write each file: #### docs/notes.toml ```toml # Notes - unified memory for AI collaborators # Surprises (prediction errors) worth remembering # sentiment: DISCRETE values only: -1, -0.5, 0, 0.5, 1 # -1 = serious pain, -0.5 = notable pain, 0 = neutral, 0.5 = notable gain, 1 = major win [[note]] sentiment = 0 text = "Project bootstrapped with cqs tears infrastructure." mentions = ["docs/notes.toml", "PROJECT_CONTINUITY.md"] ``` #### PROJECT_CONTINUITY.md ```markdown # Project Continuity ## Right Now (active task - update when starting something) ### What happened this session ### Tracked issues ### What's next ## Parked (threads to revisit later) ## Open Issues ## Architecture (version, languages, tests, key tech decisions) ``` #### ROADMAP.md ```markdown # Roadmap <!-- When this grows past ~100 lines, archive completed phases to docs/roadmap-archive.md --> ## Current Phase ### Done - [ ] ... ### Next - [ ] ... ``` ### Phase 2: Skills 4. C