General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
163
For Amazon Q in IDE (VS Code, JetBrains, etc.) and Amazon Q 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
For Amazon Q in IDE (VS Code, JetBrains, etc.) and Amazon Q CLI.
cd your-android-project
git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .amazonq/skills/compose-kotlin-agent-skills
Create .amazonq/rules/android-kotlin.md (or use Q Developer → Add project context):
# compose-kotlin-agent-skills
Read `.amazonq/skills/compose-kotlin-agent-skills/SKILL.md` for Kotlin/Compose/Android tasks.
References: `.amazonq/skills/compose-kotlin-agent-skills/references/`.
Production rules: Hilt ViewModel scope, Room Flow DAOs, offline-first repository,
Compose stability (@Immutable UiState), baseline profiles before release.
q chat --project-context .amazonq/skills/compose-kotlin-agent-skills/SKILL.md
Ask Q: "Generate Hilt module for AuthRepository per compose-kotlin-agent-skills."
Should use @Binds + @Singleton, not @Provides for simple interface binding.