← ClaudeAtlas

agent-workflow-kitlisted

Deploy or upgrade a portable AI-agent memory-and-workflow system in any project. Use when the user wants to bootstrap `docs/ai/` + an entry-point `AGENTS.md` (+ `CLAUDE.md` alias) + cap/archive/index enforcement in a new or existing repo, set up the Memory Map and session protocols, install the docs-rotation pre-commit hook, or run `/agent-workflow-kit` / `/agent-workflow-kit upgrade`. Triggers on phrases like "set up the memory system", "deploy the AI workflow here", "bootstrap docs/ai", "upgrade the workflow".
sabaiway/agent-workflow · ★ 0 · AI & Automation · score 75
Install: claude install-skill sabaiway/agent-workflow
# agent-workflow-kit Deploys and upgrades a **portable AI-agent memory-and-workflow system** in a project. **Posture:** never leak kit internals — translate tool outcomes to plain language; Gotchas: `${CLAUDE_SKILL_DIR}/references/shared/deploy-tail.md`. --- ## Memory substrate: delegate or fall back (composition root) This kit is the **composition root** of the `agent-workflow` family. The memory substrate (`docs/ai/`, the entry-point doc, caps / archive / index, the setup contracts) is owned by **`agent-workflow-memory`**. The kit **prefers to delegate** substrate deployment to that skill when it is present and healthy, and otherwise uses its **own bundled copy** (`references/`, `migrations/`) — the one-command install stays **dependency-free**. (The methodology slot is a separate axis: its fragment is read **live from the installed `agent-workflow-engine`**, which `npx @sabaiway/agent-workflow-kit@latest init` installs; see `${CLAUDE_SKILL_DIR}/references/shared/composition-handoff.md`.) `init` also **refreshes the installed memory substrate** (best-effort — a miss is a loud DEGRADED success: warn + the exact recovery command + exit 0, never silent, never the engine's hard STOP; `--no-memory` skips it), so a returning `init` leaves **no stale core member**. The execution-backend bridges are still never **placed** by `init` (placed on demand by `setup`, opt-in); **once placed**, `init` **refreshes** them from the kit's own bundled copies (refresh-only, never a downgrad