Files
Dan Guido 5e3e83226a Add python-code-simplifier plugin (#15)
* Add python-code-simplifier plugin imported from anthropics/claude-plugins-official

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Use agent format instead of skill format to match original

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 13:11:44 -05:00

10 lines
309 B
JSON

{
"name": "python-code-simplifier",
"version": "1.0.0",
"description": "Simplifies and refines Python code for clarity, consistency, and maintainability while preserving all functionality.",
"author": {
"name": "Anthropic",
"url": "https://github.com/anthropics/claude-plugins-official"
}
}