session-learnlisted
Install: claude install-skill 0merUfuk/the-matrix
**Version**: 1.0
**Created**: 2026-03-25
**Last Updated**: 2026-03-25
**Authors:** Ömer Ufuk
---
# /session-learn — Session Learning Loop
**Usage**: `/session-learn`
## Current State
- Session summary exists: !`test -f tasks/session-summary.md && echo "yes" || echo "no"`
- Known issues count: !`grep -c '^\- ' .claude/KNOWN_ISSUES.md 2>/dev/null || echo "0"`
- Rules count: !`ls .claude/rules/*.md 2>/dev/null | wc -l | tr -d ' '`
- Agent count: !`ls .claude/agents/*.md 2>/dev/null | wc -l | tr -d ' '`
**Examples**:
```
/session-learn # extract findings from current session and propose .claude/ improvements
```
---
## What This Command Does
Closes the tactical self-improvement loop for the-matrix's own development. After a session where bugs were found, reviewer patterns were flagged, or quality gaps were discovered, this skill reads the session artifacts, extracts meaningful learnings, briefs the architect agent to propose specific additions to existing `.claude/` files (rules, agent prompts, checklists), presents each proposal to the user for approval, and applies the approved changes. The result is that the agents and rules that guide future sessions become incrementally better with every development cycle.
This skill is for the-matrix's own self-improvement only, not for client projects provisioned by the tools.
---
## When To Run
Run at the end of any the-matrix development session where one or more of these occurred:
- A bug class was found and fixed