modelscope.cn

reflect-yourself

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).

Installation

$ npx skills add https://modelscope.cn

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents cursor

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,279 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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)