General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
163
For Replit Agent and Replit Android/Kotlin projects.
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 Replit Agent and Replit Android/Kotlin projects.
In Replit shell or import from GitHub:
git clone https://github.com/haidrrrry/compose-kotlin-agent-skills.git skills/compose-kotlin-agent-skills
Create replit.md in project root:
## Android Skill
Read `skills/compose-kotlin-agent-skills/SKILL.md` before modifying Kotlin files.
Load `skills/compose-kotlin-agent-skills/references/` for topic-specific help.
Replit Android: use Gradle Kotlin DSL, Compose BOM versions from SKILL.md version table.
Pin in Agent instructions:
Always follow compose-kotlin-agent-skills in skills/compose-kotlin-agent-skills/ for Android code.
Replit Agent: "Set up Compose screen with ViewModel per compose-kotlin-agent-skills."
Should use viewModel() / factory pattern and collectAsStateWithLifecycle.