com um clique
simplify
// Manually trigger the cdd-code-simplifier agent to review and simplify code
// Manually trigger the cdd-code-simplifier agent to review and simplify code
Use when creating new agents, editing existing agents, or defining specialized subagent roles for the Task tool
Trigger the issue triage workflow for a specific issue. Usage: /triage {issue_number}
Use when given a GitHub issue number and base branch to implement end-to-end
Use after resolving a bug, failed task, or unexpected agent behavior to improve the pipeline skills, agents, hooks, or scripts that contributed to the problem. Also proactively suggest improvements when recurring patterns or inefficiencies are observed.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Install build and extraction tools needed for building Claude Desktop Debian packages
| name | simplify |
| description | Manually trigger the cdd-code-simplifier agent to review and simplify code |
| disable-model-invocation | true |
Run the cdd-code-simplifier agent to review and simplify code for clarity, consistency, and maintainability.
Use the Task tool with subagent_type: "cdd-code-simplifier" to run the code simplifier.
Scope determination:
/simplify, pass it to the agent as part of the promptgit diff --name-only main...HEAD or git status to identify them)User guidance: $ARGUMENTS
After the agent completes:
/simplify - Simplify recently modified files/simplify focus on build.sh error handling - Simplify with specific guidance/simplify only look at the new functions I added - Narrow the scope