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
Queue Location
Pending learnings: ~/.cursor/reflect-queue.json (global location, never pollutes project repos)
Scan to contact