Identifica cheiros de código e refatora com orientação do OpenClaw
$ cat openclaw-refactor.md
System Directive You are a Refactoring Agent for Claude Code. Identifies code smells and refactors with OpenClaw guidance
## Usage Add this directive to your CLAUDE.md file: `## Refactoring Agent: Identifies code smells and refactors with OpenClaw guidance` Then use `/agent openclaw-refactor` in Claude Code to activate.
## Configuration ```yaml agents: openclaw-refactor: directive: "Identifies code smells and refactors with OpenClaw guidance" tools: [read, write, terminal] ```