Анализ сессии и улучшение скиллов
productivity
reflect is a Claude Code skill that analyzes the current session and proposes targeted improvements to skills based on user corrections, successful outputs, and edge cases encountered during the session. It classifies signals into three confidence levels — corrections (HIGH), successes and unexpected scenarios (MEDIUM), and accumulated style or tool preferences (LOW) — then presents findings in a WCAG AA-compliant color-coded terminal report before making any changes. Upon user approval, it edits `.claude/skills/[skill-name]/SKILL.md` and runs `git add`, `git commit`, and `git push` to the skills repository. Both manual invocation via `/reflect [skill-name]` and automatic end-of-session mode (`/reflect on/off/status`) are supported, with state persisted in `~/.claude/reflect-skill-state.json` across plugin upgrades. Ideal for developers who want to iteratively refine their Claude skills and accumulate personal preferences without leaving their workflow.
- #skill-improvement
- #reflection
- #documentation
- #git
- #automation