What problem does it solve?
This Skill helps you create or modify user-facing Android features in Los ANDROIDES without breaking the project’s architecture, module boundaries, or UI/presentation conventions, so changes stay maintainable and testable.
Core Features & Use Cases
- Repo-aligned feature workflow: Guides you to inspect the existing feature/screen/ViewModel/use cases/repositories/mappers/tests before changing behavior.
- Architecture-safe edits: Keeps UI behavior in Compose/presentation state, keeps business rules in use cases/domain code, and keeps data access behind repository interfaces.
- Verification-minded updates: Encourages updating/adding tests and running the narrowest useful verification to prevent regressions when shared code changes.
Quick Start
Use the android-feature skill when you need to implement or adjust a new user-facing behavior in Los ANDROIDES, and ask it to propose the safest set of files, layer boundaries, and tests to update while following AGENTS.md and the feature workflow.