General
PromptBeginner5 minmarkdown
Untitled Skill
193
Augment uses workspace rules and `.augment/` configuration.
Loading actions...
Main instructions and any bundled files for this skill.
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend li...
risks
Augment uses workspace rules and .augment/ configuration.
cd your-android-project
git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .augment/skills/compose-kotlin-agent-skills
Create .augment/rules/android-kotlin.md:
---
scope: kotlin
---
Source of truth: `.augment/skills/compose-kotlin-agent-skills/SKILL.md`
For Compose UI → `references/02-compose-ui.md`
For DI → `references/05-hilt-di.md`
For DB → `references/06-room-db.md`
Never skip LazyColumn keys. Never use collectAsState on Android screens.
Augment panel → Workspace Guidelines → Import rules file above.
Ask Augment: "Refactor to MVI with UiEvent/UiEffect per compose-kotlin-agent-skills."
Should show sealed UiEvent, Channel/Flow for effects, single UiState.