← All plugins
claude-reflect
v1.12.0Self-learning system for Claude Code that captures corrections and updates CLAUDE.md automatically
Claude Code1 skill
by Bayram AnnakovMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/community/claude-reflect/ inside the repository.
Layout
plugins/community/claude-reflect/
├── .claude-plugin/plugin.json└── SKILL.md
Skills1
claude-reflectSKILL.md
Execute self-learning system that captures corrections during sessions and syncs them to CLAUDE.md. Use when discussing learnings, corrections, or when the user mentions remembering something. Trigger with phrases like "remember this", "don't forget", "use X not Y", or "actually...".
Manifests1
plugins/community/claude-reflect/.claude-plugin/plugin.json
{
"name": "claude-reflect",
"version": "1.12.0",
"description": "Self-learning system for Claude Code that captures corrections and updates CLAUDE.md automatically",
"author": {
"name": "Bayram Annakov",
"url": "https://github.com/bayramannakov"
},
"repository": "https://github.com/bayramannakov/claude-reflect",
"license": "MIT",
"keywords": [
"claude-code",
"self-learning",
"corrections",
"CLAUDE.md",
"memory",
"learnings"
]
}