mirror of
https://github.com/trailofbits/skills-curated
synced 2026-06-21 14:12:04 +00:00
5e3e83226a
* 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>
10 lines
309 B
JSON
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"
|
|
}
|
|
}
|