<h1 align="center">
<a href="https://prompts.chat">
For Android Studio, IntelliJ IDEA with AI Assistant or Junie agent.
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
For Android Studio, IntelliJ IDEA with AI Assistant or Junie agent.
cd your-android-project
git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .junie/skills/compose-kotlin-agent-skills
Also works at:
git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .idea/compose-kotlin-agent-skills
Settings → Tools → AI Assistant → Guidelines → Add file:
.junie/skills/compose-kotlin-agent-skills/SKILL.md
Or create .junie/guidelines.md:
Follow compose-kotlin-agent-skills (`.junie/skills/compose-kotlin-agent-skills/SKILL.md`).
For Compose performance read `references/10-performance.md`.
For Room read `references/06-room-db.md`.
Match existing module structure — feature/data/domain/presentation.
Junie reads project docs — add SKILL.md to "trusted project files" in Junie settings.
Ask Junie: "Add new feature module with Clean Architecture per skill."
Should propose domain interface + data impl + presentation ViewModel layers.