mirror of
https://github.com/nodnarbnitram/claude-code-extensions.git
synced 2026-09-14 18:36:21 +08:00
de8ff51754
Generate self-contained plugin manifests and marketplace metadata from the shared source tree so packaged installs stay in sync. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
20 lines
589 B
JSON
20 lines
589 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"
|
|
],
|
|
"agents": "./agents/specialized/python/"
|
|
}
|