home / skills / hoangnguyen0403 / agent-skills-standard

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

117 skills
GitHub

Sponsored

controllers-services

hoangnguyen0403/agent-skills-standard

227
This skill enforces NestJS controllers and services separation, decorators, validation, and interceptors to promote scalable, testable backend architecture.
best-practices

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement PHP best practices with PSR-12, autoloading, SOLID design, and clean code structure for maintainable apps.
feedback-reporter

hoangnguyen0403/agent-skills-standard

227
This skill audits loaded skills before file writes and reports violations to ensure code adheres to standards.
mobile-animation

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement native-feeling mobile animations by applying timing standards, easing choices, and performance patterns across platforms.
tooling

hoangnguyen0403/agent-skills-standard

227
This skill helps PHP projects maintain quality with Composer lock parity, PSR-4 autoload, PHPStan analysis, and PHP CS Fixer linting.
background-work

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement robust Android background tasks using WorkManager, explicit constraints, Hilt integration, and foreground service guidelines for
navigation

hoangnguyen0403/agent-skills-standard

227
This skill enforces type-safe Jetpack Navigation Compose practices, using serializable routes and hoisted callbacks to simplify navigation across Android apps.
persistence

hoangnguyen0403/agent-skills-standard

227
This skill enforces iOS persistence best practices for SwiftData and Core Data, guiding safe threading, migrations, and efficient data access.
resources

hoangnguyen0403/agent-skills-standard

227
This skill helps enforce Android resource and localization best practices by guiding string usage in XML, vector drawables, and dark mode theming.
state

hoangnguyen0403/agent-skills-standard

227
This skill guides Android state management using ViewModel, StateFlow, and LCE patterns to ensure robust, testable UI state handling.
xml-views

hoangnguyen0403/agent-skills-standard

227
This skill enforces Android XML View standards by advocating ViewBinding, RecyclerView with ListAdapter, and efficient Layouts to boost app reliability.
ssr

hoangnguyen0403/agent-skills-standard

227
This skill helps implement server-side rendering practices by guiding hydration, transfer state, and prerendering for React and Next.js apps.
tdd

hoangnguyen0403/agent-skills-standard

227
This skill enforces test-driven development by guiding the red-green-refactor cycle and ensuring failing tests precede production code.
android-notifications

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement Android push notifications with Firebase Cloud Messaging, proper channels, and permission handling for a robust user experience.
legacy-state

hoangnguyen0403/agent-skills-standard

227
This skill enforces Android legacy state practices by mandating repeatOnLifecycle with StateFlow and viewLifecycleOwner usage to prevent leaks.
idiomatic-flutter

hoangnguyen0403/agent-skills-standard

227
This skill helps you write idiomatic Flutter layouts by enforcing modern patterns, composition, and performance-friendly widget usage.
go-router-navigation

hoangnguyen0403/agent-skills-standard

227
This skill ensures type-safe navigation with go_router in Flutter apps, providing typed routes, redirection, and transitions for reliable routing.
flutter-notifications

hoangnguyen0403/agent-skills-standard

227
This skill implements push and local Flutter notifications using Firebase Cloud Messaging and flutter_local_notifications, handling foreground, background, and
getx-state-management

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement reactive GetX state management in Flutter, using controllers, bindings, and Obx for clean MVVM architecture.
database

hoangnguyen0403/agent-skills-standard

227
This skill enforces Golang database best practices, promoting repository patterns, safe transactions, and proper connection pooling for reliable,
configuration

hoangnguyen0403/agent-skills-standard

227
This skill helps you apply 12-Factor, typed config, and secret management guidelines across languages, loading env vars and validating config.
business-analysis

hoangnguyen0403/agent-skills-standard

227
This skill conducts deep business analysis by enforcing atomic decomposition, actor mapping, edge-case discovery, and anti-pattern checks for accurate impact.
swiftui

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement SwiftUI with composable views, proper state management, and data flow for smooth 60fps iOS UI.
coroutines

hoangnguyen0403/agent-skills-standard

227
This skill enforces safe structured concurrency in Kotlin by guiding coroutine usage, dispatchers, state and event flows, and proper cancellation.
api

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement Laravel API best practices with resource formatting, versioned routes, and token-based authentication for secure, scalable
real-time

hoangnguyen0403/agent-skills-standard

227
This skill guides NestJS real-time patterns with WebSocket and SSE scaling, security, and architecture for reliable, scalable communications.
database-expert

hoangnguyen0403/agent-skills-standard

227
This skill helps Laravel developers optimize database interactions with advanced query patterns, Redis caching, and scalable architecture guidance.
sessions-middleware

hoangnguyen0403/agent-skills-standard

227
This skill enforces Laravel sessions and middleware best practices, promoting secure, scalable request handling with standardized headers and robust CSRF
api-standards

hoangnguyen0403/agent-skills-standard

227
This skill enforces standardized NestJS API responses, pagination, and error handling to improve consistency and developer experience.
caching

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement multi-level caching in NestJS with Redis, providing stale-while-revalidate patterns, proper key management, and stampede
file-uploads

hoangnguyen0403/agent-skills-standard

227
This skill securely handles file uploads in NestJS with validation, streaming to S3, and async processing to prevent DoS and scale.
search

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement robust NestJS search with CQRS, Elasticsearch indexing, and reliable event-driven synchronization patterns.
security-isolation

hoangnguyen0403/agent-skills-standard

227
This skill enforces strict multi-tenant isolation using PostgreSQL RLS and centralized validation to protect child data.
transport

hoangnguyen0403/agent-skills-standard

227
This skill helps you design and enforce NestJS microservices patterns with gRPC, RabbitMQ, and mono-repo contracts for scalable, contract-first architectures.
internationalization

hoangnguyen0403/agent-skills-standard

227
This skill helps implement Next.js i18n with sub-path routing, server components, and language detection to improve localization and SEO.
upgrade

hoangnguyen0403/agent-skills-standard

227
This skill streamlines Next.js upgrades by guiding incremental migrations, codemod execution, and verification to ensure smooth v14+ transitions.
zephyr-test-generation

hoangnguyen0403/agent-skills-standard

227
This skill automates Zephyr test case generation from requirements by analyzing impact, drafting or updating TCs, and ensuring traceability.
typescript

hoangnguyen0403/agent-skills-standard

227
This skill enforces type-safe React TypeScript patterns to improve components, hooks, and event handling with precise typings.
react-native-navigation

hoangnguyen0403/agent-skills-standard

227
This skill helps implement and validate React Native navigation with React Navigation, ensuring strong types, deep links, and safe routing.
api-design

hoangnguyen0403/agent-skills-standard

227
This skill helps you design Spring Boot APIs with OpenAPI, URI versioning, and robust RFC 7807 error handling.
rendering

hoangnguyen0403/agent-skills-standard

227
This skill helps you choose and apply Next.js rendering strategies (SSG, SSR, ISR, Streaming, and PPR) to balance data freshness and performance.
jira-integration

hoangnguyen0403/agent-skills-standard

227
This skill helps you manage Jira and Zephyr integration by retrieving issue details and linking test cases for traceability.
architecture

hoangnguyen0403/agent-skills-standard

227
This skill enforces iOS MVVM, Coordinator, and VIPER architecture guidelines to improve modularity, testability, and clean separation of concerns.
compose

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement high-performance Jetpack Compose UI with proper state hoisting, theming, and lifecycle-safe patterns for fluid apps.
rxjs-interop

hoangnguyen0403/agent-skills-standard

227
This skill helps you bridge RxJS observables and signals using toSignal and toObservable for seamless template rendering and reactive logic.
agent-skills-architecture

hoangnguyen0403/agent-skills-standard

227
This skill helps you organize and apply high-density agent instructions with language-specific package separation and CLI-driven activation.
debugging

hoangnguyen0403/agent-skills-standard

227
This skill helps you debug effectively using the scientific method, guiding observe, hypothesize, experiment, fix, and verify to root out issues.
git-collaboration

hoangnguyen0403/agent-skills-standard

227
This skill enforces Git and collaboration standards, guiding consistent commits, branch hygiene, PR workflows, and security practices across teams.
performance-engineering

hoangnguyen0403/agent-skills-standard

227
This skill helps you apply universal performance standards across languages and frameworks to optimize efficiency, profiling, and scalability.
security-standards

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement universal security standards across your codebase, guiding safe practices, data protection, and secure development workflows.
system-design

hoangnguyen0403/agent-skills-standard

227
This skill helps you apply foundational architectural principles and patterns to design robust, scalable, and maintainable systems.
concurrency

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement PHP concurrency using fibers and async libraries to improve I/O responsiveness.
networking

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement iOS networking standards with URLSession and Alamofire while enforcing Codable, retries, and secure practices.
performance

hoangnguyen0403/agent-skills-standard

227
This skill helps optimize iOS performance by guiding memory management, instrumentation usage, and multi-threading practices for responsive apps.
component-patterns

hoangnguyen0403/agent-skills-standard

227
This skill enforces modern React component patterns, guiding hook usage, composition, typing, and exports to build scalable, maintainable UI.
http-client

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement HTTP client best practices with functional interceptors, typed responses, and service-based calls to improve reliability.
style-guide

hoangnguyen0403/agent-skills-standard

227
This skill enforces Angular naming, file structure, and style guide best practices to improve code consistency and maintainability.
auto-route-navigation

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement safe Flutter navigation with AutoRoute by generating typed routes, nested navigation, guards, and declarative context navigation.
bloc-state-management

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement predictable Flutter BLoC state management with freezed and equatable, guiding events, states, and UI integration.
cicd

hoangnguyen0403/agent-skills-standard

227
This skill automates Flutter CI/CD workflows, enforcing quality checks, testing, and deployment to Android and iOS with secure, scalable pipelines.
flutter-design-system

hoangnguyen0403/agent-skills-standard

227
This skill enforces Flutter design system adherence by replacing hardcoded values with project tokens, enhancing consistency and maintainability.
error-handling

hoangnguyen0403/agent-skills-standard

227
This skill enforces PHP error handling best practices with exception-driven flow, global handlers, and PSR-3 logging to improve reliability and maintainability.
feature-based-clean-architecture

hoangnguyen0403/agent-skills-standard

227
This skill enforces feature-based clean architecture for scalable Flutter apps by organizing by feature with strict layers and domain-first dependencies.
getx-navigation

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement decoupled navigation with GetX, using named routes, bindings, and middleware for robust Flutter apps.
layer-based-clean-architecture

hoangnguyen0403/agent-skills-standard

227
This skill enforces layer-based clean architecture and DDD in Flutter, guiding code structure, dependencies, and testing for robust apps.
api-server

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement Golang HTTP services following standard routing, middleware, health checks, and graceful shutdown for robust APIs.
ios-notifications

hoangnguyen0403/agent-skills-standard

227
This skill helps implement iOS push notifications using UserNotifications and APNs, including foreground handling and permissions workflow.
observability

hoangnguyen0403/agent-skills-standard

227
This skill implements structured logging with nestjs-pino, redacts sensitive data, and exposes Prometheus metrics for observability in NestJS applications.
nestjs-bullmq

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement robust, type-safe background jobs in NestJS using BullMQ with producer-consumer pattern.
styling

hoangnguyen0403/agent-skills-standard

227
This skill helps optimize Next.js styling and UI performance by enforcing zero-runtime CSS with Tailwind, RSC compatibility, and robust font handling.
platform-specific

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement platform-specific React Native code using Platform API and native modules for iOS and Android.
react-native-notifications

hoangnguyen0403/agent-skills-standard

227
This skill helps implement push notifications in React Native apps using Firebase or Expo, handling foreground, background, and quit states.
code-review

hoangnguyen0403/agent-skills-standard

227
This skill acts as a principal engineer reviewer to identify bugs, security gaps, and architectural issues while prioritizing actionable improvements.
documentation

hoangnguyen0403/agent-skills-standard

227
This skill enforces documentation standards for comments, READMEs, and APIs to improve clarity, maintenance, and collaboration.
memory-management

hoangnguyen0403/agent-skills-standard

227
This skill helps you apply Swift memory management best practices, reinforcing ARC fundamentals, capture lists, and avoiding retain cycles across code.
mobile-ux-core

hoangnguyen0403/agent-skills-standard

227
This skill enforces mobile UX best practices for touch-first interfaces, ensuring accessible targets, safe areas, and responsive typography across platforms.
quality-assurance

hoangnguyen0403/agent-skills-standard

227
This skill enforces QA best practices by generating granular test cases with single conditions per screen and clear naming conventions.
language

hoangnguyen0403/agent-skills-standard

227
This skill enforces modern PHP standards and typing discipline to improve code quality, readability, and maintainability across projects.
skill-creator

hoangnguyen0403/agent-skills-standard

227
This skill helps engineers craft high-density agent skills by enforcing token-conscious structure and progressive loading for optimal efficiency.
security

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement iOS security best practices for Keychain, biometrics, data protection, and network security across apps.
android-design-system

hoangnguyen0403/agent-skills-standard

227
This skill enforces Material Design 3 tokens in Jetpack Compose apps using MaterialTheme for consistent theming and typography.
android-navigation

hoangnguyen0403/agent-skills-standard

227
This skill helps implement Android navigation with Jetpack Compose, enforcing type-safe routes, deep links, and validated arguments.
deployment

hoangnguyen0403/agent-skills-standard

227
This skill helps iOS teams streamline deployment by enforcing Fastlane signing, provisioning, and TestFlight automation for reliable releases.
di

hoangnguyen0403/agent-skills-standard

227
This skill guides Android Hilt setup, modules, and constructor injection to enforce best practices and reduce boilerplate.
legacy-navigation

hoangnguyen0403/agent-skills-standard

227
This skill enforces Android Jetpack Navigation standards with single activity, SafeArgs, modular graphs, and in-graph deep links to ensure robust app
legacy-security

hoangnguyen0403/agent-skills-standard

227
This skill helps harden Android legacy security by enforcing intents, webview, and file exposure best practices for safer apps.
directives-pipes

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement Angular Directives and Pure Pipes using standalone patterns for composition and reusable DOM behavior.
forms

hoangnguyen0403/agent-skills-standard

227
This skill enforces reactive, strictly typed non-nullable forms with FormControl and FormGroup to improve reliability and maintainability.
context-optimization

hoangnguyen0403/agent-skills-standard

227
This skill helps optimize AI sessions by masking noisy outputs, compacting state, and preserving context to reduce latency and lost context.
product-requirements

hoangnguyen0403/agent-skills-standard

227
This skill guides iterative discovery to draft PRDs by collecting requirements, mapping to templates, and defining actionable states.
widgets

hoangnguyen0403/agent-skills-standard

227
This skill guides building reusable, performant Flutter UI components with best practices for state, composition, theming, and layout.
logging

hoangnguyen0403/agent-skills-standard

227
This skill enforces structured, contextual Golang logging with leveled outputs and safe library usage to improve observability.
app-lifecycle

hoangnguyen0403/agent-skills-standard

227
This skill guides iOS app lifecycle best practices, promoting lean AppDelegate usage, SceneDelegate coordination, and robust deep linking and background task
ui-navigation

hoangnguyen0403/agent-skills-standard

227
This skill helps you apply iOS UI and layout standards using Auto Layout, UIKit, and HIG guidelines for accessible, scalable interfaces.
background-processing

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement scalable Laravel background processing using queues, jobs, and events with best-practice guidelines.
app-router

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement Next.js App Router patterns, ensuring proper routing, layouts, and server/client boundaries with best practices.
authentication

hoangnguyen0403/agent-skills-standard

227
This skill helps implement secure Next.js authentication using HttpOnly cookies, server components access, and middleware protection to strengthen token
data-fetching

hoangnguyen0403/agent-skills-standard

227
This skill helps you implement Next.js data fetching best practices across app router components, enabling efficient caching, revalidation, and parallel data
optimization

hoangnguyen0403/agent-skills-standard

227
This skill helps you optimize Next.js performance by applying image, font, script, and metadata best practices across projects.
server-components

hoangnguyen0403/agent-skills-standard

227
This skill guides Next.js Server and Client Components usage, clarifying server components, use client directive, and safe composition patterns for optimized