General
PromptBeginner5 minmarkdown
Untitled Skill
193
Tabnine Enterprise / Pro supports project context and `.tabnine` config.
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
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>>.