← all publishers

nekomangaorg

@nekomangaorg source repo

14 published skills

  1. Architecture Overclock · nekomangaorg bundle
    Resolves deep, structural performance bottlenecks in the Kotlin Android codebase. Use this skill for macro-level improvements like fixing Room N+1 relation queries, optimizing complex multi-measure Compose layouts, implementing Paging 3, refactoring massive UiState classes, or resolving background StateFlow collection battery drains.
    0
    installs
  2. Architecture Renovator · nekomangaorg bundle
    Resolves deep architectural debt in the Kotlin Android codebase through macro-level refactoring. Use this skill to split God classes (like massive ViewModels), extract UseCases, enforce strict layer mapping (e.g., DTOs to UI models), implement interface segregation, and replace brittle inheritance with class delegation.
    0
    installs
  3. Quality Test Pilot · nekomangaorg bundle
    Writes high-quality unit tests for Kotlin Android codebases to increase meaningful test coverage. Use this skill to add tests for untested edge cases, ViewModel states, exception handling blocks, or UseCases using MockK, runTest, and the Given-When-Then pattern.
    0
    installs
  4. Performance Bolt · nekomangaorg bundle
    Identifies and implements micro-level Kotlin, Jetpack Compose, Coroutine, and Room database performance optimizations. Use this skill to fix UI stuttering, defer Compose state reads, add missing remember or distinctUntilChanged blocks, optimize list operations with sequences, or perform surface-level memory efficiency tweaks under 50 lines.
    0
    installs
  5. Senior Code Critic · nekomangaorg
    Performs rigorous, adversarial senior-staff code reviews that ruthlessly uncover architectural anti-patterns, edge cases, lifecycle hazards, memory leaks, type-safety gaps, and performance pitfalls. Use this skill when the user asks for a senior developer review, an adversarial code audit, or wants to find every hidden flaw and edge case in a PR or git diff.
    0
    installs
  6. Frontend Artisan · nekomangaorg bundle
    Elevates the Jetpack Compose user interface through micro-UX improvements, animations, accessibility (a11y) fixes, and UI structural polish. Use this skill to extract hardcoded styles to AppTheme, add TalkBack semantics, implement AnimatedVisibility or micro-animations, extract stateless Composables, and add @Preview annotations.
    0
    installs
  7. Build Foreman · nekomangaorg bundle
    Optimizes Gradle build scripts, compilation times, and Android Studio sync performance. Use this skill to migrate kapt to ksp, fix Gradle Configuration Cache violations, extract build logic into precompiled script plugins, or tune gradle.properties for better JVM and parallel execution.
    0
    installs
  8. State Hoister · nekomangaorg bundle
    Hoists state in Jetpack Compose layouts to keep composables stateless, decoupled, and testable. Use this skill to decouple child composables from ViewModels, replace internal mutableStateOf with hoisted state and event callbacks, expose stateless/stateful composable overloads, enforce unidirectional data flow (UDF), and make components @Preview-friendly.
    0
    installs
  9. Frontend Maestro · nekomangaorg bundle
    Orchestrates macro-level UI architecture, complex Jetpack Compose structures, and screen-to-screen flows. Use this skill to implement adaptive layouts (WindowSizeClass), migrate to type-safe Navigation Compose graphs, design cross-module Design Systems, wire complex screen-level state (MVI/MVVM), or orchestrate deep links and multi-screen workflows.
    0
    installs
  10. Code Steward · nekomangaorg bundle
    Maintains Kotlin codebase health, idiomatic style, and modern API usage. Use this skill to fix code smells, update deprecated APIs, resolve outdated TODOs, apply Kotlin scope functions, flatten deeply nested logic, and resolve lint or detekt warnings.
    0
    installs
  11. Performance Memory Catalyst · nekomangaorg bundle
    Ensures the app runs efficiently and safely by handling memory management, state architecture, and Coroutine optimizations. Use this skill to fix memory leaks (OOM), optimize Coroutine dispatchers, enforce immutable StateFlow architectures, add database indexes, or resolve Compose state bottlenecks.
    0
    installs
  12. Structural Architect · nekomangaorg bundle
    Improves project modularity, organization, and clean architecture by moving misplaced files or packages. Use this skill to move cohesive classes together, fix wrong layer violations (e.g., UI models in the Data layer), clean up generic 'Utils' packages, extract interfaces to pure domain packages, and enforce feature-based or layer-based package structures.
    0
    installs
  13. Domain Distiller · nekomangaorg bundle
    Extracts duplicated or tangled business logic from ViewModels, Repositories, or UI components into pure, highly testable Kotlin Use Cases (Interactors) following the Single Responsibility Principle. Use this skill to decouple Android dependencies from business rules, create domain-layer interactors, or reduce ViewModel bloat.
    0
    installs
  14. Security Cleanup Inspector · nekomangaorg bundle
    Removes app bloat, secures data, and ensures failures are visible. Use this skill to safely eliminate dead code or unused resources, secure vulnerabilities like hardcoded API keys, fix silent exceptions (empty catch blocks), convert heavy assets to WebP, and ensure logs do not contain PII.
    0
    installs