Loading...
Loading...
Analyze the current session and propose improvements to skills. **Proactively invoke this skill** when you notice user corrections after skill usage, or at the end of skill-heavy sessions. Also use when user says "reflect", "improve skill", or "learn from this".
npx skill4agent add llama-farm/llamafarm reflect/reflect/reflect [skill-name]/reflect on/reflect off/reflect statusWhich skill should I analyze this session for?
- frontend-design
- code-reviewer
- [other]┌─ Skill Reflection: [skill-name] ───────────────────┐
│ │
│ Signals: X corrections, Y successes │
│ │
│ Proposed changes: │
│ │
│ 🔴 [HIGH] + Add constraint: "[specific constraint]"│
│ 🟡 [MED] + Add preference: "[specific preference]"│
│ 🔵 [LOW] ~ Note for review: "[observation]" │
│ │
│ Commit: "[skill]: [summary of changes]" │
│ │
└────────────────────────────────────────────────────┘
Apply these changes? [Y/n] or describe tweaks\033[1;31m\033[1;33m\033[1;36m\033[0mYn.claude/skills/[skill-name]/SKILL.mdcd .claude/skills
git add [skill-name]/SKILL.md
git commit -m "[skill]: [change summary]"
git push origin main.claude/skills/[skill-name]/OBSERVATIONS.md/reflect on~/.claude/reflect-skill-state.json{"enabled": true, "updatedAt": "[timestamp]"}/reflect off~/.claude/reflect-skill-state.json{"enabled": false, "updatedAt": "[timestamp]"}/reflect status~/.claude/reflect-skill-state.json~/.claude//reflect frontend-design┌─ Skill Reflection: frontend-design ───────────────┐
│ │
│ Signals: 2 corrections, 3 successes │
│ │
│ Proposed changes: │
│ │
│ 🔴 [HIGH] + Constraints/NEVER: │
│ "Use gradients unless explicitly requested" │
│ │
│ 🔴 [HIGH] + Color & Theme: │
│ "Dark backgrounds: use #000, not #1a1a1a" │
│ │
│ 🟡 [MED] + Layout: │
│ "Prefer CSS Grid for card layouts" │
│ │
│ Commit: "frontend-design: no gradients, #000 dark"│
│ │
└───────────────────────────────────────────────────┘
Apply these changes? [Y/n] or describe tweaks.claude/skills/git addgit commitgit push.claude/skills