con un clic
android-performance
Standards for Baseline Profiles, Startup Time, and UI Rendering
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Standards for Baseline Profiles, Startup Time, and UI Rendering
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Foundational "High-Density" standard for token-optimized agent instructions and CLI-based automated activation.
Universal principles for clean, maintainable, and robust code across all environments.
Standards for performing high-quality, readable code reviews.
Essential rules for code comments, READMEs, and technical documentation.
CRITICAL - Before ANY file write, audit loaded skills for violations. Auto-report via feedback command.
Universal standards for version control, branching, and team collaboration.
| name | Android Performance |
| description | Standards for Baseline Profiles, Startup Time, and UI Rendering |
| metadata | {"labels":["android","performance","baseline-profile","startup"],"triggers":{"files":["**/*Benchmark.kt","**/*Initializer.kt"],"keywords":["BaselineProfile","JankStats","recomposition"]}} |
App Startup or lazy Singletons. Avoid blocking Application.onCreate..crossfade()).LazyColumn must use key and stableitem classes.**Avoid Nested Weights**: Use ConstraintLayout (Views) or simple Row/Col (Compose).**Watch Context**: Avoid leaking Activity Context in Singletons.