AgentSkillsCN

reflect-yourself

一个能够自动记录修正内容、发现工作流程规律,并将学习成果同步至技能与规则库的自学习系统。当您结束一次会话、完成修正,或希望将学习成果系统化时,可选用此技能(v1.0.5)。

SKILL.md
--- frontmatter
name: reflect-yourself
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/:

CommandFile
/reflect-yourselfcommands/reflect-yourself.md
/reflect-yourself-skillscommands/reflect-yourself-skills.md
/reflect-yourself-queuecommands/reflect-yourself-queue.md
/reflect-yourself-skipcommands/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)