From cortex
Cortex memory captures learnings across sessions: diary entries, reflections, and rules.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cortex:memory-systemThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Cortex memory captures learnings across sessions: diary entries, reflections, and rules.
Cortex memory captures learnings across sessions: diary entries, reflections, and rules.
!cx memory stats 2>/dev/null
!cx memory ls -n 5 2>/dev/null
$ARGUMENTS
Capture what was learned in this session:
# Pipe structured context
echo "Task: [what was worked on]
Work Done:
- [item 1]
- [item 2]
Design Decisions:
- [decision 1]
Lessons Learned:
- [learning 1]" | cx memory diary --task CX-N
Find relevant past context:
cx memory search "query"
Analyze patterns across diary entries:
cx memory reflect # Last 7 days
cx memory reflect --since 2024-01-01
Create CLAUDE.md rules from patterns:
cx memory rules
cx memory rules --min-strength strong
cx memory export # Updates CLAUDE.md
cx memory show mem-xxx
Session Work → Diary Entry → Reflection → Rules → CLAUDE.md
cx memory diarycx memory reflect to find patternscx memory rules and cx memory export| Type | Purpose | Command |
|---|---|---|
| diary | Session capture | cx memory diary |
| reflection | Pattern analysis | cx memory reflect |
| rule | CLAUDE.md rules | cx memory rules |
--task CX-N to associate with workcx memory search before asking questionsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub jsvitolo/cortex-plugins --plugin cortex