awrshift

45 mods across 5 repositories, 75 stars between them.

memory-kit

01

awrshift/claude-memory-kit

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.

31 5d ago A tokens not measured original MIT

awrshift/claude-memory-kit

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.

31 5d ago A 594 tokens original MIT

memory-kit

03

awrshift/claude-memory-kit

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…

31 5d ago A tokens not measured original MIT

executor

04

awrshift/claude-memory-kit

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…

31 5d ago A 168 tokens original MIT

idea-validator

05

awrshift/claude-memory-kit

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…

31 5d ago B 97 tokens original MIT

qa

06

awrshift/claude-memory-kit

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…

31 5d ago B 182 tokens original MIT

recon

07

awrshift/claude-memory-kit

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…

31 5d ago A 95 tokens original MIT

SessionStart

08

awrshift/claude-memory-kit

Hook

Runs when a session starts on startup, clear, resume, compact and fork, executing session-start.py via python3. From awrshift/claude-memory-kit.

31 5d ago A tokens not measured original MIT

PreToolUse

09

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.

31 5d ago A tokens not measured original MIT

PreCompact

10

awrshift/claude-memory-kit

Hook

Runs before the context is compacted, executing pre-compact.sh via bash. From awrshift/claude-memory-kit.

31 5d ago A tokens not measured copy · 55% MIT

SessionEnd

11

awrshift/claude-memory-kit

Hook

Runs when a session ends, executing session-end.sh via bash. From awrshift/claude-memory-kit.

31 5d ago A tokens not measured copy · 48% MIT

close-session

12

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".

31 5d ago A 64 tokens original MIT

memory-audit

13

awrshift/claude-memory-kit

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…

31 5d ago A 119 tokens original MIT

qa-sweep

14

awrshift/claude-memory-kit

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…

31 5d ago A 199 tokens original MIT

second-opinion

15

awrshift/claude-memory-kit

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…

31 5d ago A 130 tokens original MIT

session-review

16

awrshift/claude-memory-kit

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 …

31 5d ago A 149 tokens original MIT

setup

17

awrshift/claude-memory-kit

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…

31 5d ago D 93 tokens original MIT

system-audit

18

awrshift/claude-memory-kit

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…

31 5d ago A 225 tokens original MIT

tour

19

awrshift/claude-memory-kit

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.

31 5d ago B 50 tokens original MIT

memory-kit

20

awrshift/agent-memory-kit

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.

31 yesterday A tokens not measured original MIT

awrshift/agent-memory-kit

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.

31 yesterday A 594 tokens copy · 100% MIT

memory-kit

22

awrshift/agent-memory-kit

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…

31 yesterday A tokens not measured original MIT

executor

23

awrshift/agent-memory-kit

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…

31 yesterday A 168 tokens copy · 100% MIT

idea-validator

24

awrshift/agent-memory-kit

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…

31 yesterday B 97 tokens copy · 100% MIT