返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

reflect-yourself

自学习系统,能够捕捉更正信息、发现工作流模式,并将学到的知识同步到技能和规则中。在会话结束时、进行更正后或用户希望正式化所学知识时使用(v1.0.5)。

person作者: jakexiaohubgithub

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

  1. At session end, run /reflect-yourself
  2. Review captured learnings
  3. Approve, edit, or skip each one
  4. 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)