← All plugins
code-simplifier
v1.0.0Agent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality
Claude Code
by Anthropic33.3kupdated 40 minutes ago
Source
git clone https://github.com/anthropics/claude-plugins-officialClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/code-simplifier/ inside the repository.
Layout
plugins/code-simplifier/
└── .claude-plugin/plugin.json
Manifests1
plugins/code-simplifier/.claude-plugin/plugin.json
{
"name": "code-simplifier",
"version": "1.0.0",
"description": "Agent that simplifies and refines code for clarity, consistency, and maintainability while preserving functionality",
"author": {
"name": "Anthropic",
"email": "support@anthropic.com"
}
}