michieldean
- 11 skills
- 0 followers
- 5 hours ago last updated
- ▌ Llmem Setup 2 · michieldeanInstall and configure LLMem for an agent harness. Handles cloning, pip/npm installs, llmem init, and harness integration (AGENTS.md injection or minimal harness creation). Use when setting up memory for a new or existing agent. Triggers on: "install llmem", "set up memory", "configure memory", "add llmem to harness", "memory setup".
- ▌ Llmem · michieldeanManage LLMem — structured memory system with SQLite-backed factual memory, semantic search, and background dreaming (decay, boost, promote, merge). Use when the user wants to: (1) add, search, update, or delete memories, (2) generate context for injection, (3) check memory stats, (4) run background consolidation/dream. Triggers on: "memory", "remember", "recall", "llmem", "memories", "forget", "consolidate memories", "dream".
- ▌ Llmem Setup · michieldeanInstall and configure LLMem for an agent harness. Handles CLI install, plugin deployment, skill registration, and provider setup. Triggers on: "install llmem", "set up memory", "configure memory", "add llmem to harness", "memory setup".
- ▌
- ▌
- ▌ Cistern Github · michieldeanGitHub CLI operations for Cistern delivery cataractae. Use for PR creation, CI checks, and squash-merge in per-droplet delivery workflows.
- ▌ External Repo Guidelines · michieldeanInject external repo contributing guidelines as cataractae context. Use when working on fork-mode repos to follow the upstream project's conventions.
- ▌ Cistern Signaling · michieldeanSignaling, droplet state, and role permissions for Cistern cataractae. Defines which signals each role may use, when to use each, issue filing, and prior-issue checking. Replaces per-INSTRUCTIONS.md signaling sections — INSTRUCTIONS.md should reference this skill instead of duplicating its content.
- ▌ Cataractae Protocol · michieldeanUniversal behavioral protocol for all cataractae in the Cistern pipeline. Covers pipeline position awareness, pass/recirculate criteria, discourse conventions, and cycle-cap handling. Injected into every cataractae at generation time.
- ▌ Cistern Diff Reader · michieldeanDiff reading methodology for Cistern review cataractae. Covers empty-diff early exit and the principle of tracing changes to their callers. Use when a cataractae needs to understand what changed in the current droplet. For the diff command itself, see the cistern-git skill.
- ▌ Cistern Test Runner · michieldeanTest execution protocol for Cistern cataractae. Detects repo stack and runs the correct test/build commands. Use whenever a cataractae needs to verify code correctness before signaling.