Qoder Starter is a lightweight, AI-first rules system designed to align AI agent behaviors with pristine coding conventions in Cursor, Gemini, and Claude Code.
Stop wasting tokens, suffering from AI hallucinations, and struggling with inconsistent code styles. Power your coding assistant with 5 fundamental rule sheets instantly.
📦 Free template by andiupn (kuncimu.com) · Licensed under MIT License
☕ If useful, buy me a coffee · 🚀 Need advanced monorepos, custom agents, and pre-packaged memory? Try the PRO version
AI assistants are incredibly fast. However, without pre-configured guidelines, they write unstructured code, ignore your naming conventions, leak secrets, and make erratic git commits that mess up your repository history.
Keeps language clear (bahasa.md: Indonesian for chat, English for code) and enforces standard formatting (code-conventions.md: arrow functions, TypeScript strict, JSDoc).
Guards API keys and credentials, enforcing data validation (Zod) and XSS prevention rules (security.md) before writing any code.
Configures memory guidelines (memory-usage.md) and git conventions (git-conventions.md) so the AI agent learns from your repository history, using /skills to save session discoveries.
| What You Get | 🆓 LITE (Starter) | 💎 PRO (Premium) |
|---|---|---|
| Fundamental Rules | 5 | 14 (adds: error handling, testing, stack, a11y, etc.) |
| Specialized Custom Agents | ❌ | 5 (code-reviewer, nextjs-specialist, etc.) |
| Memory Entries (Generic Seed) | ❌ | 12 (Next.js config fixes, Playwright, Redis) |
| DevOps & MCP Configurations | ❌ | ✅ (mcp.json templates) |
| Upstream Updates | Via GitHub | Via GitHub Sponsors |
👉 View Full Feature Comparison & Upgrade Guide
your-workspace/
.qoder/ # System rules for AI agents (bahasa, conventions, security)
.agent/ # AI memory context, entries, and workflows
scripts/ # Python tools (save-knowledge, sync-stats)
AGENTS.md # The master AI system instructions (entry point)
.env.example # Template for environment variables
Copy the .qoder/, .agent/, scripts/, and AGENTS.md to your project root.
cp .env.example .envOpen the project in Cursor or run Claude Code. The AI agent will read the rules automatically!
If this template has accelerated your coding workflow, consider supporting:
- Ko-fi: ko-fi.com/andiupn
- Patreon: patreon.com/AndiUpn
- Trakteer: trakteer.id/andi_upn/gift
- Saweria: saweria.co/andiupn
This project is licensed under the MIT License. See the LICENSE file for more information.


