AniTrend
Official@anitrend
Welcome to AniTrend
Agent Skills by AniTrend
Showing 26 vetted skills indexed across 1 GitHub repositories.
mapping-graphql-models
Map GraphQL payload changes to Kotlin Serializable model variants.
android-ui-automator-preview
Capture Android UI evidence via UIAutomator XML dumps and adb screenshots.
code-review-graph-refactor
Plan and apply dependency-validated code refactors using code-review graph analysis.
data-state-pattern
Standardize Android repository and UI state handling with DataState/UiState workflows.
code-review-graph-explore
Explore repository architecture via code-review-graph knowledge graph queries.
graphql-query-pattern
Standardizes AniList GraphQL queries and mutations from Retrofit to Room with error propagation.
cache-request-isolation
Diagnose blank AniTrend UI from CacheRequest enum collisions in cache_log.
android-runtime-investigation
Investigate Android runtime regressions using emulator targeting, UI baselines, and network logs.
android-platform-patterns
Guide contributors to reuse existing AniTrend Android platform helper APIs.
string-resource-inline-comments
Add inline XML comments above touched Android string resources for translator context.
room-entity-pattern
Generate Room entity, DAO, mapper, and repository files with migration workflows.
reference-map
Route legacy guidance to correct skill and reference documents in the AniTrend repo.
koin-module-wiring
Standardize Koin module aggregation and typed dependency bindings for AniTrend.
string-resources-convention
Enforce Android strings.xml naming conventions and translator comments.
new-module-checklist
Guide adding a new Gradle module with build, DI, and architecture wiring.
data-android-infrastructure
Document AniTrend's shared Android data infrastructure for controller, strategy, Koin wiring, caching, and database plumbing.
key-libraries
Select Android Jetpack and AniTrend libraries via the Gradle version catalog.
mockk-testing-patterns
Guide MockK-based AniTrend tests with correct source sets and coroutine primitives.
jenv-gradle-low-ram
Align jenv to .java-version and run Gradle with low-memory flags.
code-review-graph-debug
Trace bug root cause and impact using a code-review knowledge graph.
testing-guidelines
Standardizes Android/Kotlin unit and instrumentation testing with JUnit 4, MockK, and Turbine.
layered-module-patterns
Select closest layered module wiring patterns for AniTrend feature, data, domain, and task scenarios.
navigation-architecture
Trace deep-link routing through router contracts to feature-owned UI destinations.
adb-device-workflow
Automate Android device connection and debug APK installation via ADB.
Frequently Asked Questions About AniTrend
FAQPage SchemaWhat specific Android development tasks are enabled by these skills?▼
These skills enable standardized Android development including GraphQL query mapping, Room entity generation, Koin dependency wiring, and navigation routing. They provide structured patterns for repository state handling, unit testing with MockK, and enforcing string resource conventions for localization.
Which engineering personas benefit from these repository patterns?▼
Android engineers and mobile contributors working within the AniTrend ecosystem benefit most. These patterns are designed for developers managing complex Kotlin-based architectures, requiring consistent module wiring, database migration strategies, and deep-link navigation tracing across feature-owned UI destinations.
What are the prerequisites for implementing these architecture patterns?▼
Implementation requires an existing Android project environment utilizing Kotlin, Gradle version catalogs, and the Koin dependency injection framework. Developers should have familiarity with Jetpack components, Room persistence, and GraphQL integration to effectively apply the provided module wiring and testing guidelines.