android_general_rules

A rule set for Kotlin Android development using MVVM, a design that keeps screen display separate from application logic, along with guidance for coroutines, performance, dependency injection, and testing.

In plain words
What is it for?
Use it when generating or refactoring Android screens, ViewModels, repositories, lists, background tasks, or Jetpack Compose code.
Why use it?
It keeps Android code easier to maintain and test while reducing slow screens, memory leaks, and tangled screen logic.

Cursor rule for Cursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/nphausg/ai-agent-skills/android_general_rules
Clone the repo
git clone --depth 1 https://github.com/nphausg/ai-agent-skills

Made for: Cursor.

Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 363 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00363
Opus 5 $0.00000 $0.00181
Sonnet 5 $0.00000 $0.00073
Haiku 4.5 $0.00000 $0.00036

Measured 2d ago against content hash 6c93420e0724, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

android_general_rules scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/android/android_general_rules.mdc · 39 lines

What it actually says

For every Kotlin Android code you generate or refactor:

  1. Architecture:

    • Follow MVVM pattern strictly.
    • Business logic must go into ViewModel, not in View (Activity/Fragment/Composable).
    • Views should only observe StateFlow/LiveData from ViewModel.
  2. Kotlin Best Practices:

    • Use StateFlow instead of LiveData unless explicitly required.
    • Use Kotlin Coroutines (structured concurrency, viewModelScope, SupervisorJob).
    • Prefer val over var where possible.
    • Use extension functions and sealed classes when appropriate.
    • No memory leaks (avoid context leaks in ViewModel).
    • Use Dependency Injection (Hilt) if necessary.
  3. Android Performance:

    • Avoid heavy work on the main thread.
    • Use Dispatchers.IO or background coroutines for I/O, disk, and network tasks.
    • Use lazy initialization where suitable.
    • For RecyclerView/List: use ListAdapter + DiffUtil.
    • Avoid unnecessary recomposition in Jetpack Compose.
    • Apply LRU caching for repeated data/images if needed.
  4. Testing:

    • Generated ViewModel and Repository code must be testable (no static singletons).
    • Show sample unit test if introducing new logic.
  5. Code Quality:

    • Minimize code duplication.
    • Clear function separation (Single Responsibility Principle).
    • Provide brief inline comments for complex sections.
  6. Output Requirement:

    • Provide full code samples (including imports) unless specified otherwise.
    • Brief explanation of key design decisions made.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 39 lines · 0 tokens per session scan A 6c93420e0724

Subscribe to this mod's changes

android_general_rules is a cursor rule published in the GitHub repository nphausg/ai-agent-skills (2 stars, last pushed 1mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 363 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.