anitrend-v2
Android app architecture, GraphQL, Room, and testing patterns
All Skills in This Repository (26)
Pure Emerald Level Indicatorsmapping-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.
Frequently Asked Questions
FAQPage SchemaHow to install AniTrend v2 skills?▼
Run `npx skills add AniTrend/anitrend-v2 --all -g -y` in your terminal to install all skills globally.
What problems do these Android skills solve?▼
They cover clean architecture layering, GraphQL-to-model mapping, Room migrations, Koin wiring, and debugging silent empty-UI cache bugs with ADB evidence.
How to debug empty UI screens in AniTrend?▼
The cache-request-isolation skill walks you through Room database forensics and cache_log inspection to find CacheRequest collisions that silently block network fetches.
Do these skills work with Claude Code and Cursor?▼
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, OpenClaw, and other compatible coding environments.
Can I plan Compose UI changes before coding?▼
Yes. The product-designer skill produces scoped, preview-first implementation plans with ASCII wireframes and state matrices for any screen or component.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core