HoangNguyen0403/agent-skills-standard

A collection of Agent Skills Standard and Best Practice for Programming Languages, Frameworks that help our AI Agent follow best practies on frameworks and programming laguages

This repository also configures its own agents. See what agent-skills-standard tells them →

565Stars on the repository
216Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

database-mongodb

145

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Apply MongoDB data-modeling, indexing, and query rules from access patterns. Use when designing schemas, choosing embed vs reference, or tuning MongoDB query behavior.

not rated 565 +4 3d ago A SkillSpector: pass 37 tokens original MIT

database-postgresql

146

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Apply PostgreSQL standards for migrations, indexing, transactions, and ORM boundaries. Use when editing entities, Prisma schema, migrations, RLS, or query-performance work for PostgreSQL.

not rated 565 +4 3d ago A SkillSpector: pass 40 tokens original MIT

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Diagnose database latency with explain plans, index ownership, and query-shape review. Use when a query is slow, an index is missing, or scans and N+1 patterns appear.

not rated 565 +4 3d ago A SkillSpector: pass 42 tokens original MIT

database-redis

148

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Optimize Redis as cache and coordination infrastructure with TTL, eviction, and latency-aware key design. Use when implementing Redis caching, key invalidation, or Redis performance work.

not rated 565 +4 3d ago A SkillSpector: pass 37 tokens original MIT

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Design relational or document schemas from access patterns, cardinality, and lifecycle. Use when modeling entities, choosing embed vs normalize, or shaping schema boundaries before implementation.

not rated 565 +4 3d ago A SkillSpector: pass 36 tokens original MIT

database-transactions

150

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Define transaction boundaries, locking, and consistency guarantees for multi-step writes. Use when designing atomic operations, retries, idempotency, or concurrent write behavior.

not rated 565 +4 3d ago A SkillSpector: pass 35 tokens original MIT

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Implement typed routing, nested routes, and auth guards using autoroute in Flutter. Use when the task explicitly uses autoroute or its generated router; defer generic deep-link setup and other routing libraries.

not rated 565 +4 3d ago A SkillSpector: pass 44 tokens original MIT

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Implement BLoC/Cubit state, events, transitions, and async concurrency in Flutter. Use for BLoC/Cubit feature logic, debounced/cancellable events, state rendering, or bloc tests—not generic widget-only work.

not rated 565 +4 3d ago A SkillSpector: pass 52 tokens original MIT

flutter-cicd

153

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Set up CI/CD pipelines for Flutter apps. Use when configuring automated testing, build, or deployment workflows with GitHub Actions or Fastlane.

not rated 565 +4 3d ago A SkillSpector: pass 33 tokens original MIT

flutter-concurrency

154

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Execute long-running tasks in background isolates to keep the UI responsive. Use when performing heavy computations, parsing large datasets, or choosing between async/await and isolates.

not rated 565 +4 3d ago A SkillSpector: pass 36 tokens original MIT

flutter-design-system

156

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Enforce Design Language System adherence in Flutter. Use when implementing design tokens, preventing hardcoded colors/spacing, or building a DLS.

not rated 565 +4 3d ago A SkillSpector: pass 32 tokens original MIT

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Implement functional repository error recovery with Either/Failure patterns in Flutter. Use when handling exceptions or dartz Either types in data flows; defer UI-only retry buttons.

not rated 565 +4 3d ago A SkillSpector: pass 37 tokens original MIT

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Organize Flutter apps with modular feature-based clean architecture. Use when creating features under lib/features/ with domain, data, and presentation layers. Do not use for test-only, BlocBuilder, navigation, or spinner requests.

not rated 565 +4 3d ago A SkillSpector: pass 51 tokens original MIT

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Implement context-less navigation, named routes, and middleware using GetX. Use when building navigation with GetX routing in Flutter.

not rated 565 +4 3d ago A SkillSpector: pass 30 tokens original MIT

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Implement reactive state with GetX controllers, bindings, and observables in Flutter. Use when managing app state with GetxController, Obx, GetBuilder, or dependency lifecycle—not unit tests for existing controllers.

not rated 565 +4 3d ago A SkillSpector: pass 48 tokens original MIT

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Failure taxonomy and allowed/forbidden repairs for a failing E2E test. Use when a Playwright/Maestro/Detox/XCUITest/Espresso/Appium test fails and you must decide whether to repair the test or route to a real bug.

not rated 565 +4 3d ago A 60 tokens original MIT

test-loop

164

HoangNguyen0403/agent-skills-standard

Skill Codex

Plan, generate, and heal an executable E2E test suite from approved acceptance criteria (web and mobile).

not rated 565 +4 3d ago A 25 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: