Plugin Claude Code
Plugin marketplace listing 1 plugin: mneme.
Plugin Claude Code
Plugin marketplace listing 1 plugin: mneme.
Plugin Claude Code
Installable mneme MCP server for Claude Code: persistent cross-project memory (remember / recall with staging), shipped as a self-contained compiled binary.
Hook
Runs when a session starts, executing launch.sh with --warm. From supostat/mneme-plugin.
Hook
Runs after a tool call finishes for Edit, Write and MultiEdit tool calls, executing design-lint.mjs with --hook. From supostat/mneme-plugin.
Hook
Runs when the agent finishes a response, executing design-lint.mjs with --hook. From supostat/mneme-plugin.
Skill Claude CodeCodex
Read-only architecture analysis — 2-3 solutions with trade-offs, one recommended. Use when designing a component or scoping a refactor.
Skill Claude CodeCodex
An ENTRY skill of the plan family: multi-turn, gated by HARD STOPS, and NOT an engine run — every design gate is HUMAN, at the skill level (the two-hard-stop precedent of /mneme:plan). The engine and the mneme MCP tools are untouched. Its place in the pipeline.
Skill Claude CodeCodex
orchestrate a development workflow through phases.
Skill Claude CodeCodex
The DEBUGGING entry of the lineup: grill interrogates, plan plans, dev executes — fix DIAGNOSES. It takes a bug in plain words («не работает X», «упало в проде», «тест красный после мержа»), reproduces it as a RED minimal test, fans out 2-3 hypotheses with evidence for a digit choice, and — after the user picks a…
Skill Claude CodeCodex
The AUTOMATED counterpart of /mneme:grill: the same interviewer discipline (a visible branch tree, doses of questions, a protocol finale), but FACT questions are answered by a RESPONDENT — a fresh Task spawn per round, grounded in the code — instead of the user. The user answers only DECISIONS. This automates the…
Skill Claude CodeCodex
The INTERROGATOR of the lineup: arch thinks, plan proposes, dev executes — grill EXTRACTS. It takes a raw, under-formulated idea and asks questions in small doses, round after round, keeping a visible map of the decision tree (closed vs open branches), until the USER says the tree is closed. Then — and only then — it…
Skill Claude CodeCodex
convert an externally-authored spec into runnable workflow phase files and render the graph map with boundary candidates, without running anything.
Skill Claude CodeCodex
turn a task described in words into a reviewed delta-spec through option fan and user confirmation.
Skill Claude CodeCodex
Read-only ORIENTATION. It reads the current git branch, finds the branch's active run in mneme's event log, reconstructs the phase map (closed / ready / blocked / paused-on-boundary) plus the staged-but-unaccepted notes, and SUGGESTS the /mneme:dev continuation in REAL syntax — slug + until, with boundary candidates…
Skill Claude CodeCodex
The ENTRY for a new user or a new project. One run per repository: diagnose the ALREADY WIRED mneme surface with zero questions, render one ternary report, offer ONLY the applicable fixes — each behind its own digit — then walk the FIRST note through the human staging gate so the remember → human gate → recall loop is…