memory-kit
01Plugin Claude Code
Memory for Claude Code agents that survives the session boundary — and the builder's layers distilled from a year of daily production use.
Plugin Claude Code
Memory for Claude Code agents that survives the session boundary — and the builder's layers distilled from a year of daily production use.
Instructions file
Instructions for awrshift/claude-memory-kit, covering working on memory kit, rules that are easy to get wrong, before committing a change to hooks or skills, docs that must stay true in the same commit and language.
Plugin Claude Code
Persistent memory for Claude Code agents: a hot cache injected every session and held under three size caps, per-session handoffs, and agent-audited promotion into knowledge articles and rules. Carries the builder's layers too — executor/recon/idea-validator agents, session review, second opinion, agent QA and a…
Agent
Builder to an ALREADY-DECIDED spec (the model split: the main session designs; the executor builds). Use for: building a designed slice/chunk, test writing, mechanical refactors with an objective gate (typecheck, test suites, byte-replay). The spec — normally a file at projects/ /plans/YYYY-MM-DD- .md, named in the…
Agent
Isolated Claude instance that critiques ideas, designs, patterns, hypotheses, or plans without context from the parent conversation. Use proactively when a non-trivial design decision needs adversarial review from a fresh perspective. Pair with an external-family model (parallel call) when you have one — different…
Agent
QA lens agent: probes the RUNNING product — web UI via Playwright MCP, API via curl/HTTP — through ONE assigned lens (user-flow · edge-state · honesty · contract · ux-critique) and returns STRUCTURED FINDINGS with repro steps + evidence. Observation-only: it never decides, never fixes, never edits files, never clicks…
Agent
Read-only fact-gatherer (the model split: the main session designs; recon gathers — breadth over depth). Use for: mapping a codebase surface before a design, input-availability tables, verifying a doc claim against code, sweeping many files for a fact, external fresh-checks against official sources. Returns RAW FACTS…
Hook
Runs when a session starts on startup, clear, resume, compact and fork, executing session-start.py via python3. From awrshift/claude-memory-kit.
Hook
Runs before the agent uses a tool for Edit and Write tool calls, executing protect-tests.py via python3. From awrshift/claude-memory-kit.
Hook
Runs before the context is compacted, executing pre-compact.sh via bash. From awrshift/claude-memory-kit.
Hook
Runs when a session ends, executing session-end.sh via bash. From awrshift/claude-memory-kit.
Skill Claude CodeCodex
End-of-session ritual — audit today's patterns against accumulated memory, propose promotions, refresh MEMORY.md, and write the session handoff. Use when the user says "/memory-kit:close-session", "закрой сессию", "закрываем", "we're done for today", "wrap up".
Skill Claude CodeCodex
Audit MEMORY.md against the memory discipline — oversized sections, settled multi-session patterns that belong in knowledge/concepts/, stacked chronicle blocks, stale entries. Produces a move plan as a table for approval, then executes the approved moves atomically. Use when the SessionStart hook reports a tripped…
Skill Claude CodeCodex
Run a multi-lens agent QA sweep of the RUNNING product: spawn qa agents (one per lens — user-flow · edge-state · honesty · contract · ux-critique), collect their structured findings, integrator-verify the load-bearing ones, and land verified findings as backlog tickets + a run record in the project's qa/ folder. Use…
Skill Claude CodeCodex
Cross-check the agent's own answer with independent reviewers before bringing it to the user. Use when the user says 'second opinion', 'sanity check', 'cross-check', 'am I missing something', 'stress-test', 'devil's advocate', 'run a full review', 'this is important', 'high-stakes', 'help me choose between', 'critique…
Skill Claude CodeCodex
End-of-session adversarial review loop. Assemble the session's work into a role-assigned, self-contained brief, then run independent reviewers in parallel — an isolated code-reader (the idea-validator agent) that reads the ACTUAL files and web-checks technology currency, plus an external-family model if you have one …
Skill Claude CodeCodex
Adopt the Memory Kit in THIS repository — scaffold the memory layers, decide how the kit coexists with Claude Code's native auto memory, and install safe permission rails. Use when the user says "/memory-kit:setup", "set up the memory kit", "adopt the kit here", "настрой кит", or when a session starts in a repo where…
Skill Claude CodeCodex
Periodic evidence-based self-audit of the whole agent system — the orchestrator, its docs/SSOTs, rules, memory, subagents, tools, infra and the work it claims to have delivered — followed by immediate cheap-safe fixes and a ranked backlog. Use when the user says 'аудит системы', 'проверь себя', 'самопроверка', 'system…
Skill Claude CodeCodex
Interactive walkthrough of the Memory Kit system using the user's actual project files. Use when the user says "/memory-kit:tour", "give me a tour", "покажи как это работает", or right after /memory-kit:setup.
Plugin Claude Code
Memory for coding agents that survives the session boundary — and the builder's layers distilled from a year of daily production use.
Instructions file
Claude Code instructions for awrshift/agent-memory-kit, covering working on memory kit, rules that are easy to get wrong, before committing a change to hooks or skills, docs that must stay true in the same commit and language.
Plugin Claude Code
Persistent memory for coding agents: a hot cache injected every session and held under three size caps, per-session handoffs, and agent-audited promotion into knowledge articles and rules. Carries the builder's layers too — executor/recon/idea-validator agents, session review, second opinion, agent QA and a system…
Agent
Builder to an ALREADY-DECIDED spec (the model split: the main session designs; the executor builds). Use for: building a designed slice/chunk, test writing, mechanical refactors with an objective gate (typecheck, test suites, byte-replay). The spec — normally a file at projects/ /plans/YYYY-MM-DD- .md, named in the…
Agent
Isolated Claude instance that critiques ideas, designs, patterns, hypotheses, or plans without context from the parent conversation. Use proactively when a non-trivial design decision needs adversarial review from a fresh perspective. Pair with an external-family model (parallel call) when you have one — different…