General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
163
Zed supports project rules via `.rules` or Assistant instructions.
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
Zed supports project rules via .rules or Assistant instructions.
cd your-android-project
git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git .zed/skills/compose-kotlin-agent-skills
Create .rules in project root:
---
globs: ["**/*.kt", "**/*.kts", "**/build.gradle.kts"]
---
Follow compose-kotlin-agent-skills at `.zed/skills/compose-kotlin-agent-skills/SKILL.md`.
Load `references/` files for topic-specific Android guidance.
ViewModel + StateFlow + stateless composables. stringResource for all UI text.
Settings → Assistant → Add instruction:
"Use .zed/skills/compose-kotlin-agent-skills/ for all Kotlin work."
Edit a .kt file, ask Assistant: "Review against compose-kotlin-agent-skills defaults."
Should flag hardcoded strings, missing LazyColumn keys, collectAsState misuse.