Claude Reflect System banner
haddock-development haddock-development

Claude Reflect System

Development community

Description

Continual Learning & Self-improving skills system for Claude Code - learn from corrections, never repeat mistakes

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

![Skill Reflect Header](assets/header.jpg)

Claude Code Self-Learning Skills - Reflect System 🧠

*"Correct once, never again"* - AI that learns from your corrections and never repeats mistakes

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Claude Code](https://img.shields.io/badge/Claude-Code-purple)](https://claude.ai/code) [![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/) [![GitHub Stars](https://img.shields.io/github/stars/haddock-development/claude-reflect-system?style=social)](https://github.com/haddock-development/claude-reflect-system) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)

**Keywords:** Claude Code, AI Learning, Self-Improving AI, LLM Skills, Machine Learning, Continuous Learning, AI Memory, Developer Tools, Code Automation, Python AI


🎯 What is this?

**Reflect** is a revolutionary **self-learning AI system** for Claude Code that enables **automatic skill improvement** through user corrections. Unlike traditional AI coding assistants that forget everything between sessions, Reflect creates **permanent learning** from your feedback.

**Perfect for:** Developers, AI engineers, automation enthusiasts, teams using Claude Code, anyone tired of repeating corrections to AI assistants.

**Use Cases:**

  • 🔧 Development workflows - Teach Claude your preferred tools (uv, pytest, ruff)
  • 🎨 Code style - Enforce your coding standards automatically
  • 📦 Project templates - Remember your preferred project structures
  • 🔐 Security practices - Never forget security checks again
  • 🚀 CI/CD pipelines - Consistent deployment patterns

The Problem

Session 1: Claude uses pip
You:      "No, use uv instead"
Claude:   "Ok, using uv"

Session 2: Claude uses pip again 😞
You:      "I told you to use uv!"

The Solution

Session 1: Claude uses pip
You