Skill Claude CodeCodex
Use when adding or modifying translation keys, localized strings, i18n keys, or errors. Handles en.i18n.json, ar.i18n.json, and melos run translate.
Skill Claude CodeCodex
Use when adding or modifying translation keys, localized strings, i18n keys, or errors. Handles en.i18n.json, ar.i18n.json, and melos run translate.
Skill Claude CodeCodex
Creates low-level wrappers around third-party plugins or system APIs in the infrastructure/clients/ directory. Use when the user asks to create or modify an infrastructure client, implement a plugin wrapper, or add a service to the client barrel file.
Skill Claude CodeCodex
Use when asked to create a new feature or sub-feature following the DDD-lite architecture, or set up state, view, and page layers for a domain.
Skill Claude CodeCodex
Creates new domains in the infrastructure layer using dartmappable for models, Chopper for networking, and Riverpod for repositories. Use when the user asks to create a repository, API service, data model, or set up new infrastructure components.
Skill Claude CodeCodex
Use when adding a new local package to the Dart pub workspace (alongside appui and framework), e.g. to isolate a new library, plugin wrapper set, or shared domain logic. Covers pubspec setup, workspace registration, and melos wiring.
Skill Claude CodeCodex
Process for creating unit and widget tests in the test/ directory mirroring the lib/src/ directory structure. Covers using Mockito.
Skill Claude CodeCodex
Process for building, exporting, and registering reusable UI components in the packages/appui package. References design-to-code.md for design tokens (typography, colors, spacing).
Skill Claude CodeCodex
Outlines the process for converting Figma designs into a structured, platform-aware Flutter implementation.
Skill Claude CodeCodex
Use when adding or changing a design-system color token or typography style in packages/appui — covers AppColors/AppTextTheme ThemeExtensions and all four theme variants (light, dark, high-contrast light/dark).
Skill Claude CodeCodex
Step-by-step workflow for creating, configuring, and updating Flutter golden tests using the Alchemist package.
Skill Claude CodeCodex
Use when asked to add a new permission, gate a route or widget by role/capability, or otherwise touch the RBAC model (UserRole, Permission, kRolePermissions).
Skill Claude CodeCodex
Use when asked to add, update, or group routes using GoRouter, or manage redirection guards.
Skill Claude CodeCodex
Process for creating mock data sources in the infrastructure layer.
Skill Claude CodeCodex
Use when completely removing the web platform from the project. Details how to delete directories/configurations, clean up appui web components, remove web-specific feature views (viewweb.dart), prune conditional imports/logic, and run validation.