Agent skill
reflect-status
Show reflection configuration and learning statistics. Activates for reflect status, reflection status, memory status, learnings status.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/reflect-status
SKILL.md
Reflect Status Command
Show reflection configuration and learning statistics.
Usage
bash
/sw:reflect-status
Output Example
REFLECT: Status Dashboard
CONFIGURATION
Reflection: Enabled
Model: haiku
Max/session: 3
SKILL MEMORIES (CLAUDE.md)
Skill Learnings
─────────────────────────
devops 1
frontend 2
backend 3
general 2
─────────────────────────
Total: 8
RECENT LEARNINGS
- [devops] LSP requires ENABLE_LSP_TOOL=1 env var
- [frontend] Use shadcn/ui Button component
- [backend] Return 404 for missing resources
COMMANDS
/sw:reflect Manual reflection now
/sw:reflect-on Enable auto-reflect
/sw:reflect-off Disable auto-reflect
/sw:reflect-clear Clear specific learnings
Information Displayed
| Section | Contents |
|---|---|
| Configuration | Enable status, model, max learnings per session |
| Skill Memories | Count of learnings per skill from CLAUDE.md |
| Recent Learnings | Latest learnings with skill category |
| Commands | Quick reference for reflect commands |
Related Commands
| Command | Purpose |
|---|---|
/sw:reflect |
Manual reflection |
/sw:reflect-on |
Enable auto-reflect |
/sw:reflect-off |
Disable auto-reflect |
Execution
When this command is invoked:
- Read config from
.specweave/config.jsonfor reflect settings - Read CLAUDE.md to find Skill Memories section
- Parse learnings by skill category
- Display dashboard with all sections
Didn't find tool you were looking for?