← ClaudeAtlas

devrites-liblisted

Internal shared DevRites helper library. Documents cross-cutting engine commands and references; not a user workflow. Do not invoke directly.
ViktorsBaikers/DevRites · ★ 1 · AI & Automation · score 60
Install: claude install-skill ViktorsBaikers/DevRites
# devrites-lib — internal shared helpers (not a command) This is **not** a skill you run. It is DevRites' manifest for shared references and control-plane operations. Skills call `devrites-engine <command>` from any workspace; no pack script path is required. ## Operations These are selected `devrites-engine` contracts; `devrites-engine help` is exhaustive. **Read-only — orient / gate (never mutate the workspace):** - `devrites-engine preamble` — orientation digest for the active `.devrites/` feature: prints `state.md`, the artifacts present, the run mode (HITL/AFK), and the open-question tally by gate. Run first (step 0) by every workspace-operating `rite-*` skill so the model orients deterministically instead of re-deriving state from raw Markdown. - `devrites-engine progress` — progress footer; the mirror of `devrites-engine preamble` (which runs first). Run **last** (output step) by every lifecycle `rite-*` skill to render — from `state.md`, with zero model drift — the `── rite-<phase> ──` header rule, the **slice meter** (`Slice 3/5 ██████░░░░ <last-built> ✓`, or `Slices 5/5 ██████████ ✅ ALL BUILT` at completion), and the **flow ribbon** (`spec ✓ define ✓ build ◉ … ship ○`). The meter answers "how many slices left"; the `✅ ALL BUILT` marker answers "is the build done". The skill prints its own what-was-done / next-step / hygiene lines beneath it. Read-only; silent (exit 0) when there is no active workspace. Not for the workspace-less util