Skip to content

andiupn/qoder-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qoder Starter 🛰️


An AI agent without rules is just a chaotic script.

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

License: MIT GitHub release Ko-Fi Patreon Trakteer Saweria


💡 The Problem: The Chaos of AI Code Assistants

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.


⚡ The Solution: The 5 Fundamental AI Rules

1. 📜 Code & Language Conventions

Keeps language clear (bahasa.md: Indonesian for chat, English for code) and enforces standard formatting (code-conventions.md: arrow functions, TypeScript strict, JSDoc).

🔒 2. Zero-Hallucination Security

Guards API keys and credentials, enforcing data validation (Zod) and XSS prevention rules (security.md) before writing any code.

🧠 3. Historical Knowledge System

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.


📊 LITE vs PRO: The Premium Upgrade

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


📂 Repository Blueprint

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

🖼️ Preview

Qoder Starter Rules Overview

Starter vs PRO Comparison

Qoder Starter Validation


🚀 Get Started in 3 Steps

1. Copy configurations:

Copy the .qoder/, .agent/, scripts/, and AGENTS.md to your project root.

2. Configure environment:

cp .env.example .env

3. Start Coding:

Open the project in Cursor or run Claude Code. The AI agent will read the rules automatically!


💖 Support This Project (Donations)

If this template has accelerated your coding workflow, consider supporting:


📄 License

This project is licensed under the MIT License. See the LICENSE file for more information.