From workflow-skills
Refactor CLAUDE.md files to follow progressive disclosure principles. Use when a CLAUDE.md file is too long or needs organizational improvement.
npx claudepluginhub arosenkranz/claude-code-config --plugin workflow-skillsThis skill uses the workspace's default tool permissions.
Refactor CLAUDE.md files to follow progressive disclosure principles.
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.
Refactor CLAUDE.md files to follow progressive disclosure principles.
I want you to refactor my CLAUDE.md file to follow progressive disclosure principles.
Follow these steps:
Report the current line count. Flag issues:
.claude/rules/ files)Check for a ## Verification section with commands Claude can run after making changes. If missing:
## Verification section with discovered commandsThis is critical—Claude performs dramatically better when it can verify its work.
Identify any instructions that conflict with each other. For each contradiction, ask me which version I want to keep.
Look for content that could become a reusable global skill in ~/.claude/skills/:
If found, suggest creating a global skill with name and description.
Extract only what belongs in the root CLAUDE.md:
npm test, npm run build if standard).claude/rules/ files with brief descriptionsOrganize remaining instructions into .claude/rules/ files by category (e.g., TypeScript conventions, testing patterns, API design, Git workflow).
Identify content that should be removed entirely:
# Project Name
One-line description.
## Commands
- `command` - what it does (only non-obvious ones)
## Rules
- [Topic](/.claude/rules/topic.md) — brief description
## Verification
After making changes:
- `npm test` - Run tests
- `npm run lint` - Check linting
Keep in CLAUDE.md:
Move to .claude/rules/:
Remove entirely: