cass-memory

Solid

Use when starting non-trivial work, mining lessons, or preventing repeated mistakes with cm procedural memory.

AI & Automation 389 stars 40 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 86/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- TOC: Quick Start | THE EXACT PROMPT | Architecture | Commands | References --> # cass-memory — CASS Memory System (cm) > **Core Capability:** Transforms scattered agent sessions into persistent, cross-agent procedural memory. A pattern discovered in Cursor **automatically** helps Claude Code on the next session. ## Quick Start ```bash # Initialize with a starter playbook cm init --starter typescript # THE ONE COMMAND: run before any non-trivial task cm context "implement user authentication" --json # Check system health cm doctor --json ``` --- ## THE EXACT PROMPT — Session Start ``` Before starting this task, run: cm context "<task description>" --json Read the output carefully: - relevantBullets: Rules from playbook scored by relevance - antiPatterns: Things that have caused problems before - historySnippets: Past sessions (yours and other agents') - suggestedCassQueries: Deeper investigation if needed Reference rule IDs when following them (e.g., "Following b-8f3a2c...") ``` --- ## THE EXACT PROMPT — Rule Feedback ``` # When a rule helped cm mark b-8f3a2c --helpful # When a rule caused problems cm mark b-xyz789 --harmful --reason "Caused regression" # Or leave inline comments (parsed during reflection) // [cass: helpful b-8f3a2c] - this saved me from a rabbit hole // [cass: harmful b-x7k9p1] - wrong for our use case ``` --- ## THE EXACT PROMPT — Trauma Guard Setup ``` # Install safety hooks to prevent dangerous commands cm guard --install # C...

Details

Author
boshu2
Repository
boshu2/agentops
Created
7 months ago
Last Updated
today
Language
Go
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category