Agent Skills
Agent Skills are reusable prompt-based instructions that teach AI coding assistants (like Claude Code) how to generate code following Comet DXP conventions. Each skill encodes project-specific patterns, best practices, and code examples so the AI can produce consistent, high-quality output.
For installation instructions, see the Installing agent skills guide.
Available Skills
| Skill | Description |
|---|---|
| comet-crud | Full-stack CRUD orchestrator — chains all skills to scaffold a complete entity |
| comet-api-graphql | NestJS/GraphQL API: entity, service, resolver, DTOs, module |
| comet-admin-translatable-enum | Translatable enum components, chips, and form fields |
| comet-admin-datagrid | Server-side MUI DataGrid with filtering, sorting, and pagination |
| comet-admin-form | Final Form components with create/edit modes and save conflict detection |
| comet-admin-pages | Page navigation, layouts, toolbars, and routing patterns |