akarachen/project
v0.1.0
Cross-language project standards: domain modeling, GitHub Actions hygiene, test judgment, and the pre-commit gate.
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": "project",
"version": "0.1.0",
"description": "Cross-language project standards: domain modeling, GitHub Actions hygiene, test judgment, and the pre-commit gate.",
"author": {
"name": "AkaraChen",
"url": "https://github.com/AkaraChen"
},
"homepage": "https://github.com/AkaraChen/eric-way",
"repository": "https://github.com/AkaraChen/eric-way",
"keywords": [
"domain-modeling",
"github-actions",
"testing",
"quality-control"
],
"extensions": {
"com.openai": {
"interface": {
"displayName": "Eric Project",
"shortDescription": "Per-project standards and commit gate",
"longDescription": "Use Eric Project in any repository where Eric writes code. It carries the language-agnostic rules that apply to the project itself: modeling business state, ownership, and side-effect boundaries; keeping GitHub Actions pinned to verified releases and lint-clean; deciding which behavior actually deserves a test; and running the repository's own checks before committing.",
"developerName": "AkaraChen",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/AkaraChen/eric-way",
"defaultPrompt": [
"Use $checklist before creating this commit.",
"Use $writing-tests to decide which behavior needs testing."
]
}
}
}
}
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.
- 4YAML files
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