You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(claude): convert commands to SKILL.md format with auto-trigger
Add YAML frontmatter to all 6 project commands so Claude auto-triggers
them based on conversation context rather than requiring explicit /cmd
invocation. Each skill description includes clear trigger signals and
explicit "use proactively" guidance.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Review the recently changed code for clarity, consistency, and maintainability, then fix any issues found. Focus on: removing duplication, improving readability, applying project conventions from `.claude/CLAUDE.md`. Do not change behavior or add features.
1
+
---
2
+
name: simplify
3
+
description: >
4
+
Reviews recently changed code for clarity, consistency, and maintainability,
5
+
then fixes any issues found — without changing behavior or adding features.
6
+
Trigger this when the user wants to clean up, tighten, or polish code that
7
+
was just written or modified. Signals: "simplify", "clean this up", "refactor
8
+
this", "make it cleaner", "too complex", "can we improve this?", or after a
9
+
feature is done and the user wants a final pass before committing. Focus on
10
+
removing duplication, improving readability, and applying project conventions
11
+
from CLAUDE.md. Do NOT change behavior or add features.
12
+
---
13
+
14
+
Review the recently changed code for clarity, consistency, and maintainability,
15
+
then fix any issues found. Focus on: removing duplication, improving readability,
16
+
applying project conventions from `CLAUDE.md`. Do not change behavior or add
0 commit comments