General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
163
Cody uses workspace context and optional `.sourcegraph/cody.json`.
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
Cody uses workspace context and optional .sourcegraph/cody.json.
cd your-android-project
git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .sourcegraph/skills/compose-kotlin-agent-skills
VS Code / JetBrains → Cody Settings → Custom Instructions:
For Android/Kotlin in this repo, prioritize:
`.sourcegraph/skills/compose-kotlin-agent-skills/SKILL.md` and `references/`.
Use production patterns (ViewModel UiState, Room Flow, Hilt scopes).
Add to Cody "@-mention" favorites or cody.json:
{
"customInstructions": "Read .sourcegraph/skills/compose-kotlin-agent-skills/SKILL.md for Kotlin work."
}
Cody chat: "@workspace compose-kotlin-agent-skills ViewModel pattern"
Should reference StateFlow + container/content composable split.