Source

hoangnguyen0403/agent-skills-standard

180 skills · 644 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
flutter-retrofit-networking Build type-safe HTTP networking with Dio and Retrofit including auth interceptors in Flutter. Use when integrating RE…
hoangnguyen0403/agent-skills-standard
3
2
implementation-readiness Verify PRD, ACs, architecture, UX, test strategy, and integration prerequisites before implementation starts.
hoangnguyen0403/agent-skills-standard
3
3
nestjs-configuration Environment variables validation and ConfigModule setup. Use when validating environment variables with Joi/Zod or co…
hoangnguyen0403/agent-skills-standard
3
4
nestjs-database Implement data access patterns, Scaling, Migrations, and ORM selection in NestJS. Use when implementing TypeORM/Prism…
hoangnguyen0403/agent-skills-standard
3
5
nestjs-documentation Automate Swagger/OpenAPI documentation and standardize API response schemas in NestJS. Use when generating OpenAPI sp…
hoangnguyen0403/agent-skills-standard
3
6
nestjs-file-uploads Validate and stream file uploads securely with Validation and S3 streaming in NestJS. Use when implementing secure fi…
hoangnguyen0403/agent-skills-standard
3
7
nestjs-observability Configure structured logging with Pino, Prometheus metrics, and health checks for NestJS services. Use when adding JS…
hoangnguyen0403/agent-skills-standard
3
8
nestjs-performance Optimize NestJS throughput with Fastify adapter, singleton scope enforcement, compression, and query projections. Use…
hoangnguyen0403/agent-skills-standard
3
9
nestjs-real-time Implement WebSocket gateways with Socket.io and Server-Sent Events endpoints in NestJS. Use when building chat featur…
hoangnguyen0403/agent-skills-standard
3
10
nestjs-scheduling Implement distributed cron jobs with Redis-based locking and BullMQ offloading in NestJS. Use when adding @Cron sched…
hoangnguyen0403/agent-skills-standard
3
11
nextjs-architecture Structure Next.js projects with Feature-Sliced Design layers, domain-grouped slices, and strict import hierarchy. Use…
hoangnguyen0403/agent-skills-standard
3
12
nextjs-authentication Secure token storage (HttpOnly Cookies) and Middleware patterns. Use when implementing authentication, secure session…
hoangnguyen0403/agent-skills-standard
3
13
nextjs-optimization Optimize images, fonts, scripts, and metadata for Next.js performance and Core Web Vitals. Use when configuring next/…
hoangnguyen0403/agent-skills-standard
3
14
nextjs-security Secure Next.js App Router with middleware auth, Server Action validation, CSP headers, and taint APIs. Use when addin…
hoangnguyen0403/agent-skills-standard
3
15
publish-notes Draft user-facing release notes, store changelogs, and internal publish summaries.
hoangnguyen0403/agent-skills-standard
3
16
retro-learn Convert delivery findings into skill, eval, workflow, and documentation improvements.
hoangnguyen0403/agent-skills-standard
3
17
review-ticket Review a ticket or PR through focused specialist lenses: scope, architecture, security, tests, AC coverage, and PR me…
hoangnguyen0403/agent-skills-standard
3
18
sdlc Route a task to the next synced SDLC workflow based on current artifacts and repo state.
hoangnguyen0403/agent-skills-standard
3
19
session-report Capture delivery evidence, commands, changed files, tool usage, token/cost notes, blockers, and skill-feedback candid…
hoangnguyen0403/agent-skills-standard
3
20
spring-boot-scheduling Configure scheduled tasks and distributed locking with ShedLock in Spring Boot. Use when implementing @Scheduled task…
hoangnguyen0403/agent-skills-standard
3
21
typescript-best-practices Write idiomatic TypeScript patterns for clean, maintainable code. Use when writing or refactoring TypeScript classes,…
hoangnguyen0403/agent-skills-standard
3
22
android-design-system Enforce Material Design 3 theming and design token usage in Jetpack Compose. Use when implementing M3 components, col…
hoangnguyen0403/agent-skills-standard
2
23
android-performance Optimize Android app startup, UI rendering, and frame stability with Baseline Profiles and lazy initialization. Use w…
hoangnguyen0403/agent-skills-standard
2
24
angular-style-guide Naming conventions, file structure, and coding standards for Angular projects. Use when naming Angular files, organiz…
hoangnguyen0403/agent-skills-standard
2
25
common-best-practices Enforce SOLID principles, guard-clause style, function size limits, and intention-revealing naming across all languag…
hoangnguyen0403/agent-skills-standard
2
26
common-code-review Conduct high-quality, persona-driven code reviews. Use when reviewing PRs, critiquing code quality, or analyzing chan…
hoangnguyen0403/agent-skills-standard
2
27
common-debugging Troubleshoot systematically using the Scientific Method. Use when debugging crashes, tracing errors, diagnosing unexp…
hoangnguyen0403/agent-skills-standard
2
28
common-error-handling Cross-cutting standards for error design, response shapes, error codes, and boundary placement across API, domain, an…
hoangnguyen0403/agent-skills-standard
2
29
common-performance-engineering Enforce universal standards for high-performance development. Use when profiling bottlenecks, reducing latency, fixin…
hoangnguyen0403/agent-skills-standard
2
30
database-redis Optimize Redis as cache and coordination infrastructure with TTL, eviction, and latency-aware key design. Use when im…
hoangnguyen0403/agent-skills-standard
2
31
flutter-getx-navigation Implement context-less navigation, named routes, and middleware using GetX. Use when building navigation with GetX ro…
hoangnguyen0403/agent-skills-standard
2
32
flutter-layer-based-clean-architecture Enforce inward dependency flow, pure domain layers, and DTO-to-entity mapping in Flutter DDD architecture. Use when s…
hoangnguyen0403/agent-skills-standard
2
33
golang-architecture Structure Go projects with Clean Architecture and standard layout conventions. Use when structuring Go projects or ap…
hoangnguyen0403/agent-skills-standard
2
34
golang-logging Standards for structured logging and observability in Golang. Use when adding structured logging or tracing to Go ser…
hoangnguyen0403/agent-skills-standard
2
35
ios-security Secure iOS apps with secure storage, biometrics, and data protection. Use when implementing secure storage, Face ID/T…
hoangnguyen0403/agent-skills-standard
2
36
java-best-practices Apply core Effective Java patterns for robust, maintainable code. Use when applying SOLID principles, choosing betwee…
hoangnguyen0403/agent-skills-standard
2
37
laravel-security Harden Laravel apps with Policies for model authorization, Gate-based RBAC, validated mass assignment, and CSRF prote…
hoangnguyen0403/agent-skills-standard
2
38
nestjs-bullmq Implement BullMQ job workflows in NestJS. Use when building queue processors, redis-throttler, Upstash limits, idle p…
hoangnguyen0403/agent-skills-standard
2
39
nestjs-caching Implement multi-level caching, invalidation patterns, and stampede protection in NestJS. Use when adding Redis cachin…
hoangnguyen0403/agent-skills-standard
2
40
nestjs-deployment Containerize NestJS apps with multi-stage Docker builds, tune Node.js memory, and implement graceful shutdown hooks. …
hoangnguyen0403/agent-skills-standard
2
41
nestjs-security-isolation Enforce multi-tenant isolation and PostgreSQL Row Level Security in NestJS. Use when enforcing tenant isolation or Po…
hoangnguyen0403/agent-skills-standard
2
42
nestjs-transport Configure gRPC, RabbitMQ, and monorepo contract patterns for NestJS microservices. Use when setting up gRPC service-t…
hoangnguyen0403/agent-skills-standard
2
43
nextjs-app-router Configure file-system routing with nested layouts, route groups, parallel routes, and error boundaries in Next.js App…
hoangnguyen0403/agent-skills-standard
2
44
nextjs-data-access-layer Build secure, reusable data access patterns with DTOs, taint checks, and colocated authorization in Next.js. Use when…
hoangnguyen0403/agent-skills-standard
2
45
nextjs-data-fetching Implement Fetch API, Caching, and Revalidation strategies in Next.js. Use when fetching data, configuring cache behav…
hoangnguyen0403/agent-skills-standard
2
46
nextjs-i18n Best practices for multi-language handling, locale routing, and detection strategies across App and Pages Router. Use…
hoangnguyen0403/agent-skills-standard
2
47
nextjs-server-actions Implement mutations, forms, and RPC-style calls with Next.js Server Actions. Use when implementing Server Actions, fo…
hoangnguyen0403/agent-skills-standard
2
48
nextjs-server-components Build async React Server Components and place 'use client' boundaries at leaf nodes for interactivity in Next.js App …
hoangnguyen0403/agent-skills-standard
2
49
nextjs-state-management Apply best practices for managing URL, server, and client state in Next.js applications. Use when choosing between UR…
hoangnguyen0403/agent-skills-standard
2
50
nextjs-tooling Configure Next.js build tooling, deployment, and developer workflow. Use when setting up Turbopack, standalone Docker…
hoangnguyen0403/agent-skills-standard
2
Page 2 · 180 total Previous Next