@bayramannakov/claude-reflect
Self-learning system that captures corrections during sessions and reminds users to run /reflect to update CLAUDE.md. Use when discussing learnings, corrections, or when the user mentions rememberi...
Install
Add @bayramannakov/claude-reflect to Claude Code with the PolySkill CLI: polyskill add @bayramannakov/claude-reflect
Instructions
# Claude Reflect - Self-Learning System A two-stage system that helps Claude Code learn from user corrections. ## How It Works **Stage 1: Capture (Automatic)** Hooks detect correction patterns ("no, use X", "actually...", "use X not Y") and queue them to `~/.claude/learnings-queue.json`. **Stage 2: Process (Manual)** User runs `/reflect` to review and apply queued learnings to CLAUDE.md files. ## Available Commands | Command | Purpose | |---------|---------| | `/reflect` | Process queued learnings with human review | | `/reflect --scan-history` | Scan past sessions for missed learnings | | `/…
Keywords: github, self-learning-system, session-correction, claude-md, user-reminders, coding-assistant, knowledge-capture, learning-reflection, ai-prompting