General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
163
Tabnine Enterprise / Pro supports project context and `.tabnine` config.
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
Tabnine Enterprise / Pro supports project context and .tabnine config.
cd your-android-project
git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .tabnine/skills/compose-kotlin-agent-skills
Tabnine Chat → Connect codebase → add instruction file:
.tabnine/skills/compose-kotlin-agent-skills/SKILL.md
Or .tabnine/context.md:
For Kotlin completions and chat, follow compose-kotlin-agent-skills:
- SKILL.md for routing and mandatory defaults
- references/ for architecture, Compose, Room, Hilt, etc.
Prefer collectAsStateWithLifecycle over collectAsState.
[context]
include = [".tabnine/skills/compose-kotlin-agent-skills/**/*.md"]
Tabnine chat: "Room DAO with Flow for list screen per compose-kotlin-agent-skills."
Should suggest @Query returning Flow<List<Entity>>.