akarachen/python
v0.1.0
Eric's pre-commit checklist for Python changes.
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "python",
"version": "0.1.0",
"description": "Eric's pre-commit checklist for Python changes.",
"author": {
"name": "AkaraChen",
"url": "https://github.com/AkaraChen"
},
"homepage": "https://github.com/AkaraChen/eric-way",
"repository": "https://github.com/AkaraChen/eric-way",
"keywords": [
"python",
"ruff",
"pytest",
"checklist"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Eric Python",
"shortDescription": "Python commit checklist",
"longDescription": "Use Eric Python in any Python project. It covers the pre-commit checklist for formatting, linting, type checking, tests, and dependency or security audits.",
"developerName": "AkaraChen",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/AkaraChen/eric-way",
"defaultPrompt": [
"Run $python-checklist before committing these Python changes."
]
}
}
}
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- openai.yaml
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.openai