Agent Manifest Protocol (AMP) v1.0 skill pack for erxes plugin development.
npx @erxes/erxes-dev-skills addOr install a specific skill:
npx @erxes/erxes-dev-skills add --skill=/erxes-create-table| Command | Description |
|---|---|
/erxes-dev |
Full plugin development protocol (detect → intake → build → review) |
/erxes-new-plugin |
Create and validate a new erxes plugin from scratch |
/erxes-add-feature |
Add complete CRUD feature to existing plugin |
/erxes-fix |
Fix Sonar/lint/TypeScript issues and validate |
/erxes-review |
PR review loop until all AI reviewers pass |
| Command | Description |
|---|---|
/erxes-assemble-context |
Auto-assemble working context by loading rules and skills |
/erxes-detect-scope |
Detect user intent, identify plugin/module |
/erxes-intake |
Requirement gathering and scope confirmation |
/erxes-create-plugin |
Scaffold new erxes plugin |
/erxes-plugin-workflow |
Baseline workflow for plugin contributions |
/erxes-pr-review |
Post-commit PR review automation |
/erxes-create-page |
Add frontend pages and routes |
/erxes-create-table |
Build table/list screens with RecordTable |
/erxes-create-query |
Add GraphQL operations and Apollo hooks |
/erxes-create-modal |
Add modal/dialog UI |
/erxes-create-form |
Build drawer/sheet forms with validation |
/erxes-create-backend-entity |
Add Mongoose-backed backend entities |
/erxes-create-migration |
Create MongoDB migration scripts |
/erxes-create-provider |
Add React providers/contexts |
/erxes-add-translations |
Add i18n strings and locale entries |
/erxes-expose-module |
Configure Module Federation exposes |
/erxes-configure-nav |
Configure plugin navigation and settings |
/erxes-fix-sonar |
Fix Sonar/lint/TypeScript issues |
/erxes-operation-ref |
Apply operation plugin patterns |
- Constitution:
AGENTS.md— root source of truth - Manifest:
.agents/manifest.yaml— skill registry, rule layers, protocol - Rules: 14 rule files in
.agents/rules/ - Skills: 21 skills with contracts in
.agents/skills/ - Scripts: 7 automation scripts in
.agents/scripts/ - Workflows: 5 composite workflows in
workflows/
npm test
# or
bash .agents/scripts/validate-manifest.shMIT