I'm really grateful for the positive response to the Claude Reflect System. In just 4 days, 30 developers have shown interest by starring the project. Thank you so much!
What Is Claude Reflect?
Correct once, never again. Claude Reflect helps Claude Code remember your corrections and preferences across sessions. Instead of repeating the same feedback, the system learns and applies it automatically.
Main Features:
🧠 Learning System - Detects corrections and preferences from conversations - Stores them permanently in skill files - Applies learnings in future sessions
🔒 Safety First - Automatic backups before changes - YAML validation - Git version control
⚡ Two Modes - Manual: Run /reflect when you want - Auto: Reflects automatically at session end
How It Works
If you correct Claude to use pytest instead of unittest, this preference gets saved. Next time, Claude will remember and use pytest automatically. It's that simple.
Getting Started
1. Clone the repository 2. Install dependencies 3. Activate the skill 4. Try it out!
The python-project-creator example shows how the system learns from your feedback.
I'm really grateful for the positive response to the Claude Reflect System. In just 4 days, 30 developers have shown interest by starring the project. Thank you so much!
What Is Claude Reflect?
Correct once, never again. Claude Reflect helps Claude Code remember your corrections and preferences across sessions. Instead of repeating the same feedback, the system learns and applies it automatically.
Main Features:
🧠 Learning System - Detects corrections and preferences from conversations - Stores them permanently in skill files - Applies learnings in future sessions
🔒 Safety First - Automatic backups before changes - YAML validation - Git version control
⚡ Two Modes - Manual: Run /reflect when you want - Auto: Reflects automatically at session end
How It Works
If you correct Claude to use pytest instead of unittest, this preference gets saved. Next time, Claude will remember and use pytest automatically. It's that simple.
Getting Started
1. Clone the repository 2. Install dependencies 3. Activate the skill 4. Try it out!
The python-project-creator example shows how the system learns from your feedback.
Our engineer Alan from https://robonine.com team has assembled the mechanical frame of our 6-DoF manipulator prototype - without servo motors for now. At this stage we are evaluating how easy the structure is to assemble, checking for any mechanical play, and validating the kinematics.
Good news: the structure feels solid and Alan reports no detectable backlash so far.
We usually train VLMs on visual synthetic data that we (as humans) label as photorealistic. We argue that this is an anthropocentric perspective imposed to a model that might not synthetize visual information as we do. VERSE helps to visualize latent space and overlay visual features to detect poor-performance regions and take action to include better-suited training sets to boost model performance.