Skip to content
Skill

reflect-yourself

by maorfsdev

AI Summary

A self-learning system for Cursor that automatically captures code corrections and patterns, then syncs them into reusable skills and project rules. Developers benefit by reducing repetitive feedback and building a personalized knowledge base that improves over time.

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "reflect-yourself" skill in my project.

Please run this command in my terminal:
# Install skill into the correct directory
mkdir -p .claude/skills/reflect-yourself && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/reflect-yourself/SKILL.md "https://raw.githubusercontent.com/maorfsdev/reflect-yourself/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Self-learning system that captures corrections, discovers workflow patterns, and syncs learnings to skills and rules. Use when ending a session, after corrections, or when the user wants to formalize learnings (v1.0.5).

reflect-yourself

A self-learning system for Cursor that captures corrections and syncs them to the right place.

Commands

When the user invokes these commands, read the corresponding file in commands/: | Command | File | |---------|------| | /reflect-yourself | commands/reflect-yourself.md | | /reflect-yourself-skills | commands/reflect-yourself-skills.md | | /reflect-yourself-queue | commands/reflect-yourself-queue.md | | /reflect-yourself-skip | commands/reflect-yourself-skip.md |

Quick Start

• At session end, run /reflect-yourself • Review captured learnings • Approve, edit, or skip each one • Learnings are applied to skills/rules

Placement Logic

• Project Skills (.cursor/skills/) → Codebase-specific • Personal Skills (~/.cursor/skills/) → Reusable across projects • Project Rules (.cursor/rules/) → Coding standards

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
17 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars17
Issues0
Updated2mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Cursor