Source

hoangnguyen0403/agent-skills-standard

180 skills · 644 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
php-language Apply core PHP language standards and modern 8.x features. Use when working with PHP 8.x features like enums, fibers,…
hoangnguyen0403/agent-skills-standard
2
2
react-hooks Write efficient React functional components and hooks. Use when writing custom hooks, optimizing useEffect, or workin…
hoangnguyen0403/agent-skills-standard
2
3
react-native-notifications Push notifications for React Native using Firebase or Expo Notifications. Use when integrating push notifications wit…
hoangnguyen0403/agent-skills-standard
2
4
react-security Prevent XSS, secure auth flows, and harden React client-side applications. Use when preventing XSS, securing auth flo…
hoangnguyen0403/agent-skills-standard
2
5
react-typescript Type React components and hooks with TypeScript patterns. Use when typing React props, hooks, event handlers, or comp…
hoangnguyen0403/agent-skills-standard
2
6
spring-boot-security Configure Spring Security 6+ with Lambda DSL, JWT, and hardening rules. Use when configuring Spring Security 6+, OAut…
hoangnguyen0403/agent-skills-standard
2
7
swift-best-practices Apply Guard, Value Types, Immutability, and Naming conventions in Swift. Use when writing idiomatic Swift with guard,…
hoangnguyen0403/agent-skills-standard
2
8
typescript-language Apply modern TypeScript standards for type safety and maintainability. Use when working with types, interfaces, gener…
hoangnguyen0403/agent-skills-standard
2
9
android-compose Build high-performance declarative UI with Jetpack Compose. Use when writing Composable functions, optimizing recompo…
hoangnguyen0403/agent-skills-standard
1
10
android-compose-migration Migrate an Android XML View to Jetpack Compose following a structured 10-step workflow. Use when converting XML layou…
hoangnguyen0403/agent-skills-standard
1
11
android-edge-to-edge Migrate a Jetpack Compose app to edge-to-edge display and fix system bar inset issues. Use when UI components are obs…
hoangnguyen0403/agent-skills-standard
1
12
android-legacy-state Integrate ViewModel state with Views using Coroutines and Lifecycle on Android. Use when managing state with repeatOn…
hoangnguyen0403/agent-skills-standard
1
13
android-navigation Implement navigation with Jetpack Compose Navigation and App Links on Android. Use when implementing navigation flows…
hoangnguyen0403/agent-skills-standard
1
14
android-notifications Integrate Android app notifications using Firebase Cloud Messaging and NotificationCompat. Use when setting up FCM, n…
hoangnguyen0403/agent-skills-standard
1
15
android-resources Organize strings, drawables, and localization resources in Android projects. Use when managing Android resources, plu…
hoangnguyen0403/agent-skills-standard
1
16
android-testing Write unit tests, Compose UI tests, and Hilt-integrated tests for Android. Use when writing test files or testing Vie…
hoangnguyen0403/agent-skills-standard
1
17
angular-forms Build typed reactive forms with strict FormGroup typing, custom validators, and nonNullable controls in Angular. Use …
hoangnguyen0403/agent-skills-standard
1
18
angular-http-client Integrate HttpClient, Interceptors, and API interactions in Angular. Use when integrating HttpClient, writing interce…
hoangnguyen0403/agent-skills-standard
1
19
common-api-design Apply REST API conventions — HTTP semantics, status codes, versioning, pagination, and OpenAPI standards for any fram…
hoangnguyen0403/agent-skills-standard
1
20
common-documentation Write effective code comments, READMEs, and technical documentation following intent-first principles. Use when addin…
hoangnguyen0403/agent-skills-standard
1
21
common-mobile-animation Apply motion design principles for mobile apps covering timing curves, transitions, gestures, and performance-conscio…
hoangnguyen0403/agent-skills-standard
1
22
common-mobile-ux-core Enforce universal mobile UX principles for touch-first interfaces including touch targets, safe areas, and mobile-spe…
hoangnguyen0403/agent-skills-standard
1
23
common-observability Enforce structured JSON logging, OpenTelemetry distributed tracing, and RED metrics across backend services. Use when…
hoangnguyen0403/agent-skills-standard
1
24
common-security-audit Probe for hardcoded secrets, injection surfaces, unguarded routes, business logic flaws, and platform-specific weakne…
hoangnguyen0403/agent-skills-standard
1
25
common-security-standards Enforce universal security protocols for safe, resilient software. Use when implementing authentication, encryption, …
hoangnguyen0403/agent-skills-standard
1
26
common-store-changelog Generate user-facing release notes for the Apple App Store and Google Play Store by collecting git history, triaging …
hoangnguyen0403/agent-skills-standard
1
27
common-tdd Guides quality-first TDD for new behavior, bug fixes, and test changes. Selects the smallest test layer, proves a dis…
hoangnguyen0403/agent-skills-standard
1
28
common-ui-design Design distinctive, production-grade frontend UI with bold aesthetic choices. Use when building web components, pages…
hoangnguyen0403/agent-skills-standard
1
29
Dart Language Patterns Modern Dart standards (3.x+) including null safety and patterns.
hoangnguyen0403/agent-skills-standard
1
30
Dart Tooling & CI Standards for analysis, linting, formatting, and automation.
hoangnguyen0403/agent-skills-standard
1
31
database-mongodb Apply expert schema design, indexing, and performance rules for MongoDB. Use when designing MongoDB schemas, creating…
hoangnguyen0403/agent-skills-standard
1
32
database-postgresql Apply PostgreSQL standards for migrations, indexing, transactions, and ORM boundaries. Use when editing entities, Pri…
hoangnguyen0403/agent-skills-standard
1
33
database-query-performance Diagnose database latency with explain plans, index ownership, and query-shape review. Use when a query is slow, an i…
hoangnguyen0403/agent-skills-standard
1
34
database-transactions Define transaction boundaries, locking, and consistency guarantees for multi-step writes. Use when designing atomic o…
hoangnguyen0403/agent-skills-standard
1
35
golang-concurrency Write safe concurrent Go code with goroutines, channels, and context. Use when implementing concurrency with goroutin…
hoangnguyen0403/agent-skills-standard
1
36
golang-error-handling Standards for error wrapping, checking, and definition in Golang. Use when wrapping errors, defining sentinel errors,…
hoangnguyen0403/agent-skills-standard
1
37
golang-security Secure Go backend services against common vulnerabilities. Use when implementing input validation, crypto, or SQL inj…
hoangnguyen0403/agent-skills-standard
1
38
ios-deployment Automate provisioning, signing, and deployment with Fastlane. Use when provisioning iOS apps, managing code signing, …
hoangnguyen0403/agent-skills-standard
1
39
ios-notifications Push notifications for iOS using UserNotifications framework and APNS. Use when integrating APNS push notifications i…
hoangnguyen0403/agent-skills-standard
1
40
ios-performance Profile and optimize iOS apps with Instruments, memory management, and rendering techniques. Use when profiling iOS a…
hoangnguyen0403/agent-skills-standard
1
41
ios-swiftui Build declarative UI and manage data flow with SwiftUI in iOS. Use when building declarative SwiftUI views or managin…
hoangnguyen0403/agent-skills-standard
1
42
java-concurrency Implement modern concurrency with Virtual Threads and Structured Concurrency in Java. Use when implementing Java Virt…
hoangnguyen0403/agent-skills-standard
1
43
java-language Modern Java 21+ standards including Records, Pattern Matching, and Virtual Threads. Use when working with Java record…
hoangnguyen0403/agent-skills-standard
1
44
javascript-best-practices Idiomatic JavaScript patterns and conventions for maintainable code. Use when writing or refactoring JavaScript follo…
hoangnguyen0403/agent-skills-standard
1
45
kotlin-best-practices Core patterns for robust Kotlin code including scope functions and backing properties. Use when writing idiomatic Kot…
hoangnguyen0403/agent-skills-standard
1
46
laravel-background-processing Build scalable asynchronous workflows using Queues, Jobs, and Events in Laravel. Use when implementing queued jobs, e…
hoangnguyen0403/agent-skills-standard
1
47
laravel-clean-architecture Implement Domain-Driven Design with typed DTOs, repository interfaces, and single-responsibility Action classes in La…
hoangnguyen0403/agent-skills-standard
1
48
nestjs-notification Build dual-write notification services with database persistence and FCM push delivery in NestJS. Use when creating n…
hoangnguyen0403/agent-skills-standard
1
49
nestjs-search Integrate Elasticsearch and implement search index Sync patterns in NestJS. Use when integrating Elasticsearch or imp…
hoangnguyen0403/agent-skills-standard
1
50
nextjs-caching Configure the 4 caching layers in Next.js: request memoization, data cache, full-route cache, and router cache. Use w…
hoangnguyen0403/agent-skills-standard
1
Page 3 · 180 total Previous Next