
from cass_memory_system374
A Bun/TypeScript CLI that builds procedural memory for AI coding agents: extracts rules from session history, manages playbooks, and enforces safety via a traum
CM (CASS Memory System) is a command-line tool that converts episodic agent sessions into a reusable procedural playbook. It provides context commands to surface relevant rules, anti-patterns, and historical snippets to assistants before they act. The system tracks confidence decay, validates proposed rules against history, and offers onboarding starters and safety guards.
Use CM when you want agents to retain and reuse practical lessons across sessions and agent types — for example, surfacing troubleshooting rules before a debugging task, or blocking dangerous commands detected by the trauma guard. It’s intended for teams building robust agent workflows and automated reflection pipelines.
Designed for developer-focused assistants and agent integrations that can call local CLIs or MCP servers (Claude Code, Codex/Copilot, Cursor). It’s particularly valuable in environments where multiple agent types operate and cross-agent memory is desired.
This skill has not been reviewed by our automated audit pipeline yet.