🧠
AI EngineeringTypeScript

CASS Memory System

by Dicklesworthstone

CASS Memory System is an AI Engineering skill for Claude Code, published by Dicklesworthstone in cass_memory_system.

411 stars47 forkson Dicklesworthstone/cass_memory_systemAdded 2026/07/16Repository updated 2026/08/04
ai-agentsbundeveloper-toolsmemorytypescript
Install in seconds
Install CASS Memory System
Copy CASS Memory System into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Dicklesworthstone/cass_memory_system ~/.claude/skills/cass_memory_system

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Dicklesworthstone/cass_memory_system.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in Dicklesworthstone/cass_memory_system
Installs to
~/.claude/skills/cass_memory_system
Collection
The only skill cataloged from this repository
Category
AI Engineering3670 skills

What CASS Memory System does

CASS Memory System provides procedural memory for AI coding agents with cross-session and cross-agent context retrieval. Use it before non-trivial tasks to surface relevant rules, anti-patterns, and past session history.

CASS Memory System is cataloged under AI Engineering on DirSkills. CASS Memory System comes from a repository tagged ai-agents, bun, developer-tools, memory and typescript.

Documentation

README

CM - CASS Memory System

Procedural memory for AI coding agents. Transforms scattered sessions into persistent, cross-agent memory. Uses a three-layer cognitive architecture that mirrors human expertise development.

Why This Exists

AI coding agents accumulate valuable knowledge but it's:

  • Trapped in sessions - Context lost when session ends
  • Agent-specific - Claude doesn't know what Cursor learned
  • Unstructured - Raw logs aren't actionable guidance
  • Subject to collapse - Naive summarization loses critical details

You've solved auth bugs three times this month across different agents. Each time you started from scratch.

CM solves this with cross-agent learning: a pattern discovered in Cursor is immediately available to Claude Code.


This is the opening of the README. Read the full README on GitHub.

Frequently asked about CASS Memory System

  • How does CASS Memory System compare to other AI Engineering skills?

    CASS Memory System ranks #2214 by stars among the 3670 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of CASS Memory System against them. Open each page to compare what they document and how they install.