mirror of
https://github.com/nodnarbnitram/claude-code-extensions.git
synced 2026-09-14 18:36:21 +08:00
b63de614fc
Resync all packaged plugin manifests so they rely on auto-discovery and keep only metadata plus the core hooks entry. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
19 lines
545 B
JSON
19 lines
545 B
JSON
{
|
|
"name": "cce-python",
|
|
"version": "1.0.0",
|
|
"description": "Python CLI development with Typer for type-hint driven applications, validation, and testing",
|
|
"author": {
|
|
"name": "Claude Code Extensions Contributors",
|
|
"url": "https://github.com/nodnarbnitram/claude-code-extensions"
|
|
},
|
|
"homepage": "https://github.com/nodnarbnitram/claude-code-extensions",
|
|
"repository": "https://github.com/nodnarbnitram/claude-code-extensions",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"python",
|
|
"typer",
|
|
"cli",
|
|
"type-hints"
|
|
]
|
|
}
|