skills/mobile-context-compression/SKILL.md
Token-efficient workflow for Android and Flutter development that compresses task context without losing correctness. Use when conversations get long, context windows are tight, tasks span many files, or you need concise updates while preserving evidence and engineering quality.
npx skillsauth add envy-7z/mobile-agent-skillpack mobile-context-compressionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Reduce token usage by maintaining a compact context pack, using delta-only communication, and loading only the minimum required files for each step.
scripts/context_pack.sh <repo_root> at task start.rg for specific symbols/paths before opening full files.Use this compact format when context is large:
## Context Pack
- Goal:
- Scope now:
- Decisions locked:
- Open risks:
- Next action:
## Delta
- Changed since last update:
- Evidence:
scripts/context_pack.sh <repo_root> to generate a compact workspace summary.references/compression-rules.md when choosing what to keep vs omit.development
Use when you have a spec or requirements for a multi-step task, before touching code
data-ai
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
tools
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
testing
Applies Kent Beck's Thinkies—pattern-based thinking habits that generate ideas. Use when stuck, exploring alternatives, or reframing decisions.