playbook/antigravity-awesome-skills/plugins/antigravity-bundle-aas-pyth.../.codex-plugin/plugin.json

39 lines
1.9 KiB
JSON

{
"name": "agyb-aas-python-api-builder",
"version": "13.1.0",
"description": "Install the \"AAS Python API Builder\" workflow plugin from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",
"url": "https://github.com/sickn33/antigravity-awesome-skills"
},
"homepage": "https://github.com/sickn33/antigravity-awesome-skills",
"repository": "https://github.com/sickn33/antigravity-awesome-skills",
"license": "MIT",
"keywords": [
"codex",
"skills",
"bundle",
"aas-python-api-builder",
"productivity"
],
"skills": "./skills/",
"interface": {
"displayName": "AAS Python API Builder",
"shortDescription": "Build Python APIs and services with FastAPI, Django, Pydantic, OpenAPI, async patterns, tests, and API design.",
"longDescription": "Build Python APIs and services with FastAPI, Django, Pydantic, OpenAPI, async patterns, tests, and API design. A language-specialized plugin is useful when it bundles framework guidance, async patterns, testing, and API design together. Recommended for: Python backend teams, FastAPI and Django builders, API maintainers. Not for: Language-agnostic API governance, Frontend-only implementation. Covers Python Pro, Python Patterns, and 8 more skills.",
"developerName": "sickn33 and contributors",
"category": "Specialized Product Plugins - Next Wave",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/sickn33/antigravity-awesome-skills",
"brandColor": "#111827",
"defaultPrompt": [
"Use this plugin to design a FastAPI service with routes, Pydantic models, validation, async boundaries, and tests.",
"Use this plugin to review this Django API for structure, performance, OpenAPI coverage, and test coverage.",
"Use this plugin to refactor this Python service toward clearer API and async patterns."
]
}
}