Stats
Links
Categories
Error detection hook + recurrence tracking via .learnings/
npx claudepluginhub yulin0629/self-improvingDetects Bash errors and tracks recurring patterns via .learnings/
Claude Code plugin for automatic error detection and recurring pattern tracking.
.learnings/ directory with Pattern-Key matching| Skill | Description |
|---|---|
/self-improving:session-reflect | Review current session corrections and update skills, rules, or memory |
/self-improving:pattern-scan | Scan .learnings/ entries for recurring patterns and suggest promotions |
Project-level .learnings/ directory (cross-tool compatible):
<project-root>/
└── .learnings/
├── LEARNINGS.md # Corrections, knowledge gaps, best practices
└── ERRORS.md # Command failures, exceptions
Add to ~/.claude/plugins/known_marketplaces.json:
"self-improving-local": {
"source": {
"source": "directory",
"path": "/path/to/self-improving"
}
}
Then install:
claude plugin install self-improving@self-improving-local