claude-reflect

Execute self-learning system that captures corrections during sessions and syncs them to CLAUDE.md.

Content Preview
---
name: claude-reflect
description: |
  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...".
allowed-tools: Read, Write, Edit, Bash(jq:*), Bash(cat:*)
version: 1.4.1
license: MIT
author: Bayram Annakov <[email protected]>
compatible-with: claude-code, cod
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/claude-reflect.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/community/claude-reflect/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/community/claude-reflect/SKILL.md

Related Skills