Files
Brandon Martin de8ff51754 refactor(plugins): add package sync tooling
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>
2026-04-01 21:47:27 -05:00

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/"
}