General
PromptBeginner5 minmarkdown
Untitled Skill
193
OpenCode uses `AGENTS.md` at project root (same pattern as Codex CLI).
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
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.