configure-plugin-navigation
Configure erxes frontend plugin navigation, settings navigation, icons, module entries, widget declarations, and config paths. Use when changing src/config.tsx or plugin navigation surfaces.
Browse reusable Agent Skills, each with a clear purpose and practical guidance.
Configure erxes frontend plugin navigation, settings navigation, icons, module entries, widget declarations, and config paths. Use when changing src/config.tsx or plugin navigation surfaces.
Add or extend Mongoose-backed erxes backend entities, models, GraphQL schemas, resolvers, permissions, and metadata. Use for backend plugin or service feature work.
Create safe erxes backend MongoDB migrations or command scripts. Use when existing persisted data needs idempotent migration, backfill, repair, or cleanup.
Build erxes drawer, sheet, or dialog forms with local validation, mutations, state, toasts, and close/reset behavior. Use for create and edit flows in frontend plugins.
Add erxes modal or dialog UI by reusing existing dialog components, state patterns, validation, layout, and button behavior. Use for frontend modal tasks.
Add scoped React providers or contexts in erxes using existing feature, shared-library, and provider-effect patterns. Use when child trees need shared scoped access.
Add or reuse erxes frontend GraphQL queries, mutations, fragments, subscriptions, and Apollo hooks. Use for frontend data-fetching changes.
Build erxes table and list screens with existing RecordTable, cursor pagination, filters, loading states, actions, and command bar patterns.
Add or change erxes frontend Module Federation exposes, shared dependencies, widgets, and host-facing plugin entry points.
Apply erxes operation plugin conventions from operation_ui and operation_api. Use when creating or refactoring plugin features, backend entities, cursor tables, GraphQL/Apollo flows, Module Federation entries, permissions, notifications, or rules based on the repository's preferred operation plugin patterns.