General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
163
Continue uses `.continue/config.yaml` for rules and context.
Loading actions...
<a href="https://prompts.chat">
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 linting, type safety, or ESLint configuration.
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.