General
PromptBeginner5 minmarkdown
Untitled Skill
193
Continue uses `.continue/config.yaml` for rules and context.
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
Continue uses .continue/config.yaml for rules and context.
cd your-android-project
git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .continue/skills/compose-kotlin-agent-skills
Add to .continue/config.yaml:
rules:
- uses: file
with:
path: .continue/skills/compose-kotlin-agent-skills/SKILL.md
name: compose-kotlin-agent-skills
description: Production Android/Kotlin + Compose patterns
Or paste rules inline:
rules:
- |
For Kotlin/Android: read .continue/skills/compose-kotlin-agent-skills/SKILL.md.
Load references/ for Room, Hilt, Compose, coroutines, etc.
In Continue chat: @compose-kotlin-agent-skills if you symlink or add as docs folder.
Continue chat: "Explain LazyColumn key requirement per compose-kotlin-agent-skills."
Should explain item identity + recomposition state loss without keys.