cm

Consolidate coding sessions into a persistent cross-agent memory store.

70|13|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill cm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cm
Source: https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/tree/main/skills/cm
Command: npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill cm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CM addresses the problem of fragmented, session-specific knowledge by providing a procedural memory system that consolidates raw coding sessions into a persistent, cross-agent memory.

Core Features & Use Cases

  • Three-layer cognitive architecture: Episodic memory (raw sessions), Working memory (structured summaries), and Procedural memory (rules with decay).
  • Cross-agent knowledge transfer so patterns learned by one agent benefit others (e.g., Claude Code and Cursor share insights).
  • Persistent memory across sessions to enhance continuity, reduce duplication, and accelerate onboarding for new agents.
  • Safety and trauma guard concepts to guard against harmful automation and maintain reliability across multi-agent workflows.

Quick Start

  • Install and initialize the CASS memory system (cm) on your workstation.
  • Run a context task to hydrate rules and history, e.g., cm context "setup coding session" --json.
  • Use the playbook and onboarding features to bootstrap memory across agents.

Frequently Asked Questions about cm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I share coding session memory between Claude Code and Cursor?

Cross-agent memory transfer works by consolidating raw coding sessions into a persistent store, allowing patterns learned by Claude Code to be recalled and applied during Cursor sessions.

What is the best way to persist AI coding agent context across multiple sessions?

Persisting AI coding agent context requires a procedural memory system that captures episodic session data and converts it into structured rules with decay mechanics for future recall.

How do I set up a cross-agent memory store for TypeScript coding workflows?

Initialize the Bun/TypeScript CLI runtime on your workstation, then run a context task to hydrate rules and history to bootstrap the memory system across your agents.

Does this cross-agent memory system support multi-agent coding safety checks?

Yes, the cross-agent memory architecture implements safety and trauma guard concepts designed to prevent harmful automation and maintain reliability across multi-agent coding workflows.

When do I need a three-layer cognitive architecture for AI coding workflows?

A three-layer cognitive architecture is needed when you want to separate raw episodic session memory from working summaries and procedural rules to reduce duplication and accelerate agent onboarding.

Why does my AI coding agent lose learned patterns between sessions?

AI coding agents lose learned patterns because session-specific knowledge remains fragmented without a persistent procedural memory store to consolidate decisions, patterns, and guidance for later recall.