mirror of
https://github.com/lucas-labs/claude-plugins.git
synced 2026-05-11 17:15:43 -03:00
Adds a code simplification agent that: - Simplifies and refines code for clarity and maintainability - Preserves all functionality while improving code structure - Follows project-specific best practices from CLAUDE.md - Focuses on recently modified code unless instructed otherwise
10 lines
271 B
JSON
10 lines
271 B
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"
|
|
}
|
|
}
|