General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
163
OpenCode uses `AGENTS.md` at project root (same pattern as Codex CLI).
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
OpenCode uses AGENTS.md at project root (same pattern as Codex CLI).
cd your-android-project
git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .opencode/skills/compose-kotlin-agent-skills
## Skills — compose-kotlin-agent-skills
Path: `.opencode/skills/compose-kotlin-agent-skills/`
For Android/Kotlin/Compose:
- Read `SKILL.md` before coding
- Read `references/<topic>.md` for deep dives
- Real patterns from production apps — not doc summaries
Mandatory: UiState in ViewModel, collectAsStateWithLifecycle, LazyColumn keys.
opencode "Read SKILL.md and scaffold MVVM feature module"
OpenCode should route to references/01-architecture.md for module structure questions.