Skip to main content
AniTrend
GitHub creator profile

AniTrend

Repository-level view of 60 collected skills across 13 GitHub repositories.

skills collected
60
repositories
13
updated
Aug 9, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

data-android-infrastructure
software-developers

data/core module reference. Use when working with ControllerStrategy, OnlineStrategy, OfflineStrategy, ScopeExtensions, graphQLController Koin wiring, DefaultController, DeferrableNetworkClient, ICacheStore, or when asking what the data/core module provides…

Aug 9, 2026
graphql-query-pattern
software-developers

GraphQL controller and request lifecycle guide. Use when adding or refactoring AniList or Edge GraphQL requests, generated operation wiring, mappers, and error propagation in the data layer. Covers generated `GraphQLOperationRequest<...Variables>` usage with…

Aug 9, 2026
mapping-graphql-models
software-developers

Use when adding or changing AniTrend data-layer GraphQL fragments, queries, or mutations and deciding how fields map to Kotlin Serializable model variants, containers, and source wiring across AniList and edge schemas.

Aug 9, 2026
reference-map
software-developers

Instruction-to-skill navigation map. Use when routing tasks to the right instruction and skill files or migrating legacy guidance to the split-doc model.

Aug 9, 2026
android-runtime-investigation
software-developers

Investigate Android runtime bugs with evidence-first workflows. Use for emulator targeting, logcat/AndroidRuntime/Timber inspection, Chucker HTTP/GraphQL payloads, UIAutomator hierarchy capture, Room database forensics, and root-cause analysis before changing…

Aug 3, 2026
cache-request-isolation
software-developers

Diagnose and fix silent empty-UI bugs caused by CacheRequest enum collisions in AniTrend. Use when a new offline-first source variant produces blank UI with no crash, no exception, and the Room tables have zero rows. Covers: cache_log collision diagnosis, ADB…

Jul 11, 2026
data-state-pattern
software-developers

DataState and UiState workflow guide for repositories and data sources. Use when implementing or reviewing data flow, refresh/retry behavior, and repository return contracts.

Jul 11, 2026
adb-device-workflow
software-developers

Use ADB to connect devices, install Android debug builds, and troubleshoot deployment failures. Use for device detection errors, install failures, launch failures, package selection across flavors, and first-pass process checks. For deeper runtime…

Jun 8, 2026
Showing 8 of 19 collected skills.
support-markdown-markwon-internals
software-developers

Deep reference for Markwon plugin internals, commonmark-java AST extension points, Android Spanned rendering, and AniList-Flavored Markdown syntax. Use when implementing new plugins, debugging rendering pipelines, choosing the correct hook layer…

Apr 19, 2026
support-markdown-plugin-workflow
software-developers

Implement or debug support-markdown plugins using real AniList feed fixtures, FeedList.graphql curl validation, and Markwon/commonmark-java extension points. Use for new plugin work, parser or rendering bugs, markdown test design, and deciding whether…

Apr 19, 2026
support-markdown-build-dependencies
software-developers

Understand and change support-markdown build logic, Markwon/commonmark-java dependency wiring, module dependencies, version catalog entries, Dokka setup, and shared Gradle conventions. Use for buildSrc edits, new dependencies, parser or renderer dependency…

Apr 10, 2026
support-markdown-kdoc-dokka
software-developers

Write or improve KDoc for public APIs in support-markdown. Use for Dokka updates, plugin class docs, controller docs, listener docs, span docs, and explaining how downstream apps should use or configure Markwon and commonmark-java backed library behavior.

Apr 10, 2026
support-markdown-reference-map
software-developers

Reference map for support-markdown modules, plugin packages, dependency layers, Markwon/commonmark-java ownership boundaries, consumer entry points, and Dokka navigation. Use for questions like which package should own this code, where a class should live, or…

Apr 10, 2026
jenv-gradle-low-ram
software-developers

Align jenv with .java-version and run Gradle reliably on low-RAM machines. Use for Java mismatch errors, Gradle OOMs, daemon memory pressure, and selecting safe build flags.

Apr 10, 2026
Showing 12 of 13 repositories