From workflow-skills
Reflects on recent session work and systematically improves existing skills and agents in ~/.claude/. Audits for token efficiency, accuracy, and robustness, then makes edits autonomously. Invoke after sessions where you used skills or identified friction points.
npx claudepluginhub arosenkranz/claude-code-config --plugin workflow-skillsThis skill uses the workspace's default tool permissions.
You are performing a meta-improvement pass on the Claude skills and agents in this setup. Your goal is to make skills sharper, more accurate, and more efficient based on what you observed in this session.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
You are performing a meta-improvement pass on the Claude skills and agents in this setup. Your goal is to make skills sharper, more accurate, and more efficient based on what you observed in this session.
List all skills and agents:
ls ~/.claude/skills/
ls ~/.claude/agents/
For each, note:
If there is a prior session to reflect on, review what happened:
If invoked on a fresh/empty session (cold audit): skip reflection. Proceed directly to Phase 3 and audit the most frequently used skills based on MEMORY.md and CLAUDE.md context. In Phase 4, you MAY improve skills based on quality criteria alone — not just observed friction. Remove the "didn't observe" restriction for cold audits.
For each skill that warrants review, evaluate:
Token efficiency:
Accuracy:
Robustness:
Self-documentation:
For skills that have clear, specific improvements:
Read tool.Edit tool.Do not change:
After making changes, produce a concise report:
## Skills Improvement Report
### Modified
- `<skill-name>`: [what changed and why]
- `<skill-name>`: [what changed and why]
### Reviewed but unchanged
- `<skill-name>`: [why no change was needed]
### Flagged for future review
- `<skill-name>`: [what to investigate next time]
### New skills suggested
- `<skill-name>`: [what it would do and why it's needed]
~/.claude/skills/ and ~/.claude/agents/.CLAUDE.md or settings.json unless the user explicitly asks.