anoopsg

14 mods across 1 repository, 2 stars between them.

add-translations

01

anoopsg/agent_rules

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.

2 1mo ago A 42 tokens original MIT

create-client

02

anoopsg/agent_rules

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.

2 1mo ago A 50 tokens original MIT

create-feature

03

anoopsg/agent_rules

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.

2 1mo ago A 35 tokens original MIT

anoopsg/agent_rules

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.

2 1mo ago A 52 tokens original MIT

create-package

05

anoopsg/agent_rules

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.

2 1mo ago A 54 tokens original MIT

create-test

06

anoopsg/agent_rules

Skill Claude CodeCodex

Process for creating unit and widget tests in the test/ directory mirroring the lib/src/ directory structure. Covers using Mockito.

2 1mo ago A 28 tokens original MIT

create-ui-widget

07

anoopsg/agent_rules

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).

2 1mo ago A 38 tokens original MIT

design-to-code

08

anoopsg/agent_rules

Skill Claude CodeCodex

Outlines the process for converting Figma designs into a structured, platform-aware Flutter implementation.

2 1mo ago A 22 tokens original MIT

extend-theme

09

anoopsg/agent_rules

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).

2 1mo ago A 46 tokens original MIT

anoopsg/agent_rules

Skill Claude CodeCodex

Step-by-step workflow for creating, configuring, and updating Flutter golden tests using the Alchemist package.

2 1mo ago A 25 tokens original MIT

manage-permissions

11

anoopsg/agent_rules

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).

2 1mo ago A 41 tokens original MIT

manage-routes

12

anoopsg/agent_rules

Skill Claude CodeCodex

Use when asked to add, update, or group routes using GoRouter, or manage redirection guards.

2 1mo ago A 25 tokens original MIT

provide-mock-data

13

anoopsg/agent_rules

Skill Claude CodeCodex

Process for creating mock data sources in the infrastructure layer.

2 1mo ago A 16 tokens original MIT

remove-web-platform

14

anoopsg/agent_rules

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.

2 1mo ago A 51 tokens original MIT