Instructions file CodexOpenCode
AGENTS.md instructions for aureuserp/agent-skills, covering aureuserp agent notes, plugin root, core plugins (code-defined), available plugins (directory snapshot) and common plugin structure.
Instructions file CodexOpenCode
AGENTS.md instructions for aureuserp/agent-skills, covering aureuserp agent notes, plugin root, core plugins (code-defined), available plugins (directory snapshot) and common plugin structure.
Skill Claude CodeCodex
Generate or update Laravel plugin REST APIs in AureusERP for any module. Use when implementing new API resources or refactoring existing endpoints to match shared project conventions for routes, controllers, requests, resources, policies, Spatie QueryBuilder filtering/includes/sorting, soft-delete restore/force…
Skill Claude CodeCodex
Build or refactor AureusERP Laravel plugins using the project’s plugin-manager and Filament conventions. Use when creating/updating plugin service providers, plugin registration, install/uninstall flow, dependency setup, admin/customer panel wiring, ACL and role permissions, policies, resources/clusters/pages/widgets…
Skill Claude CodeCodex
Build and refactor Pest feature tests for AureusERP plugin APIs with reusable helpers, policy-permission auth setup, factory-first payloads, stable JSON assertions, and plugin-install bootstrap strategy. Use when creating or updating API tests under plugins///tests. This skill is structured to support a future…