github.com/HoangNguyen0403/agent-skills-standard
| Skill | Added | Review |
|---|---|---|
android-performance skills/android/android-performance/SKILL.md 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. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
android-compose skills/android/android-compose/SKILL.md Build high-performance declarative UI with Jetpack Compose. Use when writing Composable functions, optimizing recomposition, hoisting state, or working with LazyColumn and side effects; defer deep-link and navigation routing to android-navigation. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
common-learning-log .github/skills/common/common-learning-log/SKILL.md Append a learning entry to AGENTS_LEARNING.md when an AI agent makes a mistake. Auto-activates after a pre-write audit auto-fix, a retrospective correction loop, or a mid-session user correction. Use when: mistake, wrong, correction, my bad, agent error, learning log. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
JavaScript Best Practices .github/skills/javascript/best-practices/SKILL.md Idiomatic JavaScript patterns and conventions for maintainable code. | — | |
angular-dependency-injection skills/angular/angular-dependency-injection/SKILL.md Configure DI, inject() usage, and providers in Angular. Use when configuring Angular dependency injection, using inject(), or defining providers. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
angular-forms skills/angular/angular-forms/SKILL.md Build typed reactive forms with strict FormGroup typing, custom validators, and nonNullable controls in Angular. Use when implementing typed reactive forms, custom validators, or form control patterns. | 78 78 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
android-tooling skills/android/android-tooling/SKILL.md 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. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
android-security skills/android/android-security/SKILL.md 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. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
common-store-changelog .github/skills/common/common-store-changelog/SKILL.md Generate user-facing release notes for the App Store and Google Play from git history (App Store <=4000 chars, Google Play <=500). Use when generating release notes, app store changelog, play store release, or "what's new" text for a mobile app. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
common-code-review .github/skills/common/common-code-review/SKILL.md Conduct high-quality, persona-driven code reviews. Use when reviewing PRs, critiquing code quality, or analyzing changes for team feedback. | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
android-notifications skills/android/android-notifications/SKILL.md 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. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
android-background-work skills/android/android-background-work/SKILL.md Implement WorkManager and background processing correctly on Android. Use when creating Worker classes, scheduling tasks, choosing between WorkManager and Foreground Services, or setting up Hilt in workers; defer FCM and notification delivery to android-notifications. | 61 61 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
typescript-security .github/skills/typescript/typescript-security/SKILL.md Secure server-side TypeScript input, auth tokens, and injection boundaries. Use for API/request validation, sanitization, secrets, and sensitive configuration; defer client-only React form validation and generic linting. | 62 62 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
android-legacy-navigation skills/android/android-legacy-navigation/SKILL.md 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. | 78 78 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
android-legacy-state skills/android/android-legacy-state/SKILL.md 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. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
angular-architecture skills/angular/angular-architecture/SKILL.md Standards for Angular project structure, feature modules, and lazy loading. Use when structuring Angular apps, defining feature modules, or configuring lazy loading. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
angular-performance skills/angular/angular-performance/SKILL.md Optimization techniques including OnPush, @defer, and Image Optimization. Use when optimizing Angular rendering, deferring blocks, or improving Core Web Vitals. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
android-legacy-security skills/android/android-legacy-security/SKILL.md 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. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
android-persistence skills/android/android-persistence/SKILL.md 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. | 74 74 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
android-networking skills/android/android-networking/SKILL.md 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. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
android-testing skills/android/android-testing/SKILL.md 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. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
common-dast-tooling .github/skills/common/common-dast-tooling/SKILL.md Standardize dynamic application security testing for backend APIs, frontend web apps, and mobile clients. Covers ZAP, Nuclei, Nikto, sqlmap, ffuf, browser automation, mobile proxy interception, and AI-driven curl probes. Use when advising on or running dynamic security scans on local/staging environments. | 69 69 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 9f695e8 | |
android-xml-views skills/android/android-xml-views/SKILL.md 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. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
angular-components skills/angular/angular-components/SKILL.md 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. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9f695e8 | |
common-skill-creator .github/skills/common/common-skill-creator/SKILL.md Standardizes the creation and evaluation of high-density Agent Skills (Claude, Cursor, Windsurf). Ensures skills achieve high Activation (specificity/completeness) and Implementation (conciseness/actionability) scores. Use when: writing or auditing SKILL.md, improving trigger accuracy, or refactoring skills to reduce redundancy and maximize token ROI. | 73 73 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9f695e8 |