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

android-deployment

97

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Configure release signing, R8 obfuscation, and App Bundle publishing for Android. Use when setting up signing configs, enabling minification, adding ProGuard keep rules, or preparing for Play Store submission.

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

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Enforce Material Design 3 theming and design token usage in Jetpack Compose. Use when implementing M3 components, color schemes, typography, or design tokens.

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

android-di

99

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Configure Hilt dependency injection with proper scoping, modules, and constructor injection in Android. Use when changing the production Hilt graph; defer test overrides, Room wiring, navigation-specific scopes, and generic DI explanations to their specific skills.

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

android-edge-to-edge

100

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Migrate a Jetpack Compose app to edge-to-edge display and fix system bar inset issues. Use when UI components are obscured by navigation/status bars, fixing IME insets, or enabling edge-to-edge for SDK 35+.

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

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Implement Jetpack Navigation Component with XML graphs and SafeArgs for type-safe fragment navigation. Use when working with XML-based navigation or SafeArgs in legacy Android projects; defer drawer and other UI-chrome work to UI skills.

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

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Harden Intent handling, WebView configuration, and FileProvider access in Android apps. Use when securing Intent extras, configuring WebViews, or exposing files via FileProvider; defer manifest export flags and generic Bundle typing to focused Android security guidance.

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

android-legacy-state

103

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Integrate ViewModel state with XML Views using Coroutines and Lifecycle on Android. Use when managing state with repeatOnLifecycle or lifecycle-aware coroutines in Fragment/Activity; defer Compose state and generic Flow design to their specific skills.

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

android-navigation-3

104

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Install and migrate to Jetpack Navigation 3. Use when implementing Navigation 3 patterns including NavDisplay, NavKey routes, deep links, multiple backstacks, scenes (dialogs, bottom sheets), or migrating from Navigation 2.

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

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Implement type-safe Jetpack Navigation Compose routes using Kotlin serialization. Use only when defining typed Compose destinations and arguments; defer XML navigation, deep links, animations, and generic auth or bottom-navigation work.

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

android-navigation

106

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Implement screen routes and deep-link/App Link routing with Jetpack Compose Navigation on Android. Use when the primary task is Compose route configuration or external URL routing; defer typed-route APIs, XML/fragments, generic back-stack, and transition questions to their specific navigation skills.

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

android-networking

107

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Integrate Retrofit, OkHttp, and Kotlinx Serialization for type-safe API communication in Android. Use when building API clients, adding interceptors, or configuring network security—not standalone MockWebServer or API-test setup.

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

android-notifications

108

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Integrate Android app notifications using Firebase Cloud Messaging and NotificationCompat. Use when setting up FCM, notification channels, or client-side notification taps; defer Flutter, server sends, WorkManager orchestration, and generic Intent handling.

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

android-performance

109

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Optimize Android app startup, UI rendering, frame stability, and benchmark performance with Baseline Profiles, Macrobenchmark, and lazy initialization. Use when reducing startup time, diagnosing jank, or measuring rendering; defer Compose state API and test-only questions.

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

android-persistence

110

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Implement Room schemas and DataStore preferences with proper async patterns in Android. Use when the primary task is storage schema, DAO, migration, or preference isolation; defer auth-token/security storage, any CoroutineWorker/WorkManager task, Hilt graph wiring, and cache-policy design.

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

android-resources

111

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Organize Android strings, drawables, fonts, themes, localization, and concrete resource-backed Compose values such as MaterialTheme colors. Use for resource declarations and their direct UI lookup; defer design-system token architecture, network image loading, lint-rule configuration, and general Compose…

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

android-security

112

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Secure Android data at rest and authentication secrets. Use for auth tokens, encrypted storage, and app-data isolation; defer WebView/Intent/FileProvider to android-legacy-security and TLS/certificate pinning to android-networking.

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

android-state

113

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Configure ViewModel state emission with StateFlow, SharedFlow, and sealed UiState classes in Android. Use for state modeling and sharing policies; defer generic lifecycle collection, navigation-event plumbing, Hilt injection, test code, and configuration-change recipes to their specific skills.

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

android-testing

114

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Write Android unit, Compose UI, and Hilt-integrated tests. Use when designing test behavior with MockK or coroutine test utilities; defer database/WorkManager-specific recipes to the owning feature skill.

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

android-tooling

115

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Configure Android static analysis with Detekt, Ktlint, and Android Lint for CI/CD quality gates. Use for Android-specific lint and quality tooling; defer generic Java Checkstyle, SonarQube, and standalone CI configuration.

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

android-xml-views

116

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Implement ViewBinding, RecyclerView, and XML layouts correctly on Android. Use when changing XML view binding or RecyclerView behavior, including its item animations and layout managers; defer standalone animation or layout-manager questions unrelated to RecyclerView.

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

angular-architecture

117

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Standards for Angular project structure, feature modules, and lazy loading. Use when structuring Angular apps, defining feature modules, or configuring lazy loading.

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

angular-components

118

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Build standalone Angular components with Signals inputs, OnPush change detection, Control Flow, and Smart/Dumb patterns. Use when building standalone Angular components, implementing @if/@for control flow, applying OnPush change detection, or implementing Signals in Angular components.

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

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Configure DI, inject() usage, and providers in Angular. Use when configuring Angular dependency injection, using inject(), or defining providers.

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

HoangNguyen0403/agent-skills-standard

Skill Claude CodeCodex

Build custom Angular attribute directives, HostDirectives, and pure pipes. Use for Angular directive or pipe implementation, including custom attribute directives; defer React/CSS middleware and unrelated framework work.

not rated 565 +4 3d ago A SkillSpector: pass 43 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: