Skip to content

erxes/erxes-dev-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

erxes Dev Skills

Agent Manifest Protocol (AMP) v1.0 skill pack for erxes plugin development.

Installation

npx @erxes/erxes-dev-skills add

Or install a specific skill:

npx @erxes/erxes-dev-skills add --skill=/erxes-create-table

Available Commands

Workflows

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

Skills

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

System Components

  • 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/

Validation

npm test
# or
bash .agents/scripts/validate-manifest.sh

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors