Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

agent_rules

agent_rules contient 11 skills collectées depuis anoopsg, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
11
Stars
2
mis à jour
2026-06-24
Forks
1
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

provide-mock-data
Développeurs de logiciels

Process for creating mock data sources in the infrastructure layer.

2026-06-24
create-ui-widget
Développeurs de logiciels

Process for building, exporting, and registering reusable UI components in the packages/app_ui package. References design-to-code.md for design tokens (typography, colors, spacing).

2026-06-16
design-to-code
Développeurs de logiciels

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

2026-06-16
remove-web-platform
Développeurs de logiciels

Use when completely removing the web platform from the project. Details how to delete directories/configurations, clean up app_ui web components, remove web-specific feature views (*_view_web.dart), prune conditional imports/logic, and run validation.

2026-06-16
manage-routes
Développeurs de logiciels

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

2026-06-12
flutter-golden-testing
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-10
create-feature
Développeurs de logiciels

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.

2026-06-05
create-test
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-03
add-translations
Développeurs de logiciels

Use when adding or modifying translation keys, localized strings, i18n keys, or errors. Handles en.i18n.json, ar.i18n.json, and melos run translate.

2026-06-03
create-client
Développeurs de logiciels

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.

2026-05-20
create-infrastructure
Administrateurs de réseaux et de systèmes informatiques

Creates new domains in the infrastructure layer using dart_mappable 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.

2026-05-20