๐ง AureusERP Agent Skills โ
Enhance your AureusERP development workflow with AI-powered agent skills designed specifically for AureusERP projects.
These skills provide domain-specific, reusable intelligence for AI agents such as Claude Code, Cursor, Windsurf, and other AI-powered development tools.
What is aureuserp/agent-skills? โ
aureuserp/agent-skills is a collection of specialized AI skills that improve how AI tools understand and work within an AureusERP codebase.
Why Use Agent Skills?
These skills give AI agents deeper awareness of AureusERP's plugin architecture, API conventions, and testing workflows โ resulting in more accurate code generation and smarter development assistance.
Benefits for Developers โ
Agent skills help with:
- ๐๏ธ Plugin Architecture Awareness โ Follow AureusERP's package and module conventions
- ๐ REST API Development โ Build plugin APIs with proper route, controller, and resource patterns
- ๐งช Structured Testing Workflows โ Generate Pest tests with proper assertions and architecture patterns
- ๐ฏ Smarter Code Suggestions โ Context-aware development guidance
- ๐ Faster Development โ Reduce repetitive implementation work
Setup Instructions โ
Install All Skills โ
Install all available skills into your AI agent:
npx skills add aureuserp/agent-skillsInstall for a Specific Agent โ
npx skills add aureuserp/agent-skills -a claude-codenpx skills add aureuserp/agent-skills -a cursorInstall a Specific Skill โ
npx skills add aureuserp/agent-skills --skill "aureuserp-plugin-builder"npx skills add aureuserp/agent-skills --skill "aureuserp-api-builder"npx skills add aureuserp/agent-skills --skill "aureuserp-test-case-builder"Available Skills โ
We currently provide the following specialized AI skills:
๐ฆ Plugin Builder โ
Skill: aureuserp-plugin-builder
Purpose: Builds and refactors AureusERP plugins with project-standard patterns.
This skill covers:
- Service provider and plugin registration
- Admin/customer panel wiring
- ACL and policy integration
- Settings, dashboard pages, widgets, and table views
- Translation structure and install/uninstall lifecycle
Run the following command to install the specified skill:
npx skills add aureuserp/agent-skills --skill "aureuserp-plugin-builder"๐ API Builder โ
Skill: aureuserp-api-builder
Purpose: Builds and refactors plugin REST APIs following AureusERP conventions.
This skill covers:
- Route conventions and auth middleware
- Controller patterns with Scribe attributes
- FormRequest rules derived from Filament analysis
- API resources with soft-delete restore and force-delete flows
- Optional plugin dependency guards
Run the following command to install the specified skill:
npx skills add aureuserp/agent-skills --skill "aureuserp-api-builder"๐งช Test Case Builder โ
Skill: aureuserp-test-case-builder
Purpose: Builds and refactors Pest API feature tests for AureusERP plugins.
This skill covers:
- Factory-first setup and payload generation
- Permission and auth bootstrap helpers
- Stable JSON assertions
- Plugin install/bootstrap-safe test strategy
Run the following command to install the specified skill:
npx skills add aureuserp/agent-skills --skill "aureuserp-test-case-builder"Supported AI Tools โ
These skills are compatible with:
- Claude Code
- Cursor IDE
- Windsurf
- Any AI agent supporting the
skillsCLI
Getting Started
For full AI assistance in AureusERP projects, install all skills. If you work in a specific area (like API development or testing), install only the relevant skill.
Best Practices โ
Skill Management โ
- Install only the skills relevant to your workflow
- Keep skills updated alongside AureusERP upgrades
- Use clear prompts to trigger the correct skill activation
Important
Ensure the skills are installed in the correct environment where your AI agent operates, otherwise activation may not work properly.