From 09cc76b5d0d114ffb81733cee7a2e0c2d0174e1d Mon Sep 17 00:00:00 2001 From: mach273 Date: Fri, 5 Jun 2026 14:35:37 +0530 Subject: [PATCH] docs: surface /atom-new skill in README feature table + repo tree The v0.3 #23 commit added the install callout but left the feature table and directory map referencing only the CLIs and scaffold/.claude/ skills. Add a feature-table row for the /atom-new skill and the new top-level skills/ directory to the repo-structure tree. Co-Authored-By: Claude Opus 4.8 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 53261a5..256f64d 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ Plus `--resume` (pick up an interrupted setup), `--dry-run` (preview without wri |---|---| | **`atom-setup`** | Interactive wizard (Node + clack). 4 modes: `--bare` / `--minimal` / default / `--full`. 10 sections cover project basics, stack, license, Docker tier, CI, git. Pre-flight detection, smart defaults, resumable state. Git section creates a GitHub repo via `gh` and pushes — no manual step. | | **`atom upgrade`** | Keeps atom itself up to date. Detects your install, polls `VERSION` upstream, runs `git pull --ff-only` + re-installs all CLIs. `atom upgrade --check` polls without installing. | +| **`/atom-new` skill** | Bootstrap a new project from inside Claude Code — type `/atom-new` in any session and Claude drives the same wizard conversationally, no terminal round-trip. Install symlinks it into `~/.claude/skills/`; `atom upgrade`'s git pull refreshes it for free. | | **`nucleus`** | Your **memory** — raw notes from every session, project-tagged, captured fast. Lives at `~/.atom/nucleus/`. JSONL storage with versioned schema migrations, keyword + structured filter search. Optionally synced to your own private GitHub repo. | | **`learnings`** | Your **playbook** — patterns you've decided to carry forward. Lives at `~/.atom/learnings/`. Auto-copied into every new project you bootstrap (filtered by stack tags). Optionally synced to your own private GitHub repo. | | **`model-race`** | Parallel AI model comparison via Git worktrees. Race the same spec through claude/codex/gemini, score with weighted metrics, optional LLM judge, merge the winner. | @@ -268,6 +269,9 @@ atom/ │ ├── learnings/ Your playbook CLI │ └── model-race/ Parallel AI model comparison via Git worktrees │ +├── skills/ Global Claude Code skills, symlinked into ~/.claude/skills/ +│ └── atom-new/ `/atom-new` — bootstrap a project conversationally +│ ├── scripts/ Maintenance scripts (e.g. copy-learnings.mjs, test-atom-setup.sh) │ └── extras/ Opt-in stack presets, copied based on user choice