Persistent semantic memory for Claude Code with opinionated development workflows
npx claudepluginhub merewhiplash/engram-cogitatorOpinionated development workflows powered by Engram Cogitator's persistent semantic memory. Requires EC to be running.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
The Machine Spirit remembers what you forget.
(And unlike your da, it won't bring up that one time you dropped prod)
Persistent semantic memory for AI coding assistants.
By the grace of the Omnissiah, your decisions shall not be lost to the warp.
Works with: Claude Code, Cursor, Cline, Windsurf, and any MCP-compatible client
Step 1: Install the MCP server
curl -sSL https://raw.githubusercontent.com/MereWhiplash/engram-cogitator/main/install.sh | bash
Step 2: Install the cogitation plugin (in Claude Code)
/plugin marketplace add MereWhiplash/engram-cogitator
/plugin install cogitation@engram-cogitator
Step 3: Initialize your project
/cogitation:init
Prerequisites: Docker running. That's it.
The memory backend. Provides ec_add, ec_search, ec_list, ec_invalidate for storing and retrieving semantic memories.
Opinionated development workflows that leverage EC's persistent memory.
┌─────────────────────────────────────────────────────────────────────┐
│ │
│ /cogitation:init (one-time project setup) │
│ │ │
│ ▼ │
│ /cogitation:brainstorming (explore idea → design doc) │
│ │ │
│ ▼ │
│ /cogitation:writing-plans (design doc → implementation plan) │
│ │ │
│ ▼ │
│ /cogitation:executing-plans (plan → working code) │
│ │ │
│ ▼ │
│ /cogitation:finish (verify, store learnings, merge) │
│ │
│ /cogitation:audit (periodic memory cleanup) │
│ │
└─────────────────────────────────────────────────────────────────────┘
/cogitation:init - First-time project setup
docs/designs/ and docs/plans/ directories/cogitation:brainstorming - Turn ideas into designs
docs/designs/YYYY-MM-DD-<topic>.md/cogitation:writing-plans - Turn designs into plans
docs/plans/YYYY-MM-DD-<topic>.md/cogitation:executing-plans - Turn plans into code
/cogitation:finish - Complete the work
/cogitation:audit - Memory maintenance
These are invoked automatically by Claude based on context: