A lightweight, highly organized starter template for building agent-guided workspaces with OpenAI/Codex, featuring integrated seed memory and structured research archiving.
Stop letting AI forget your engineering decisions, code styles, and past errors across chat sessions. Build a workspace that accumulates wisdom.
π¦ Free template by andiupn (kuncimu.com) Β· Licensed under MIT License
β If useful, buy me a coffee Β· π Need professional monorepos? Try the PRO version
AI models are extremely capable, but they suffer from complete amnesia across chat sessions. They forget your project's custom gotchas, repeating the same coding errors over and over, wasting your API budget and your valuable time.
Equipped with .codex-memory/ that holds localized knowledge indexes. The AI agent reads, writes, and updates its memory directly during your coding tasks. If it solves a bug once, it stores the solution and never repeats the error.
A structured research/ archiving directory with search utility scripts (scripts/research-find.py). Build a repository of verified APIs and structures that agents can query in milliseconds.
Prerequisites checked and verified automatically via ./scripts/project-health.sh --auto. Keep your workspace rules, memory syntax, and code guidelines 100% compliant.
codex-starter is designed to be extremely lightweight. For orchestrating professional and agency-scale monorepos:
| LITE (Free) | PRO ($1-5) |
|---|---|
| Standard gpt-5.5 | gpt-5.5 & gpt-5.4-mini |
| No Custom Agents | 3 Custom Agents (governance, benchmark, etc.) |
| No Workflow Skills | 5 Premium Skills (curator, extractor, git-sync, etc.) |
| Simple structure | Status-first Monorepo (active/, staging/, etc.) |
| No DevOps Configuration | Reusable Docker Compose local stack template |
π Get the PRO Edition at kuncimu.com Β· Full details: COMPARISON.md
# Run local repository and environment health checks
./scripts/project-health.sh --auto
# Validate rules and configuration syntax
python3 scripts/rules-health.py
python3 scripts/memory-health.py
python3 scripts/research-health.py
# Search inside local memory and research index
./scripts/memory-find.py workflow
./scripts/research-find.py model- REPLACE all placeholder values before publishing or using this repository.
.env.examplecontains sample environment variables. Copy it to.envand fill in your email (andi.upn@gmail.com) and actual credentials.- Do NOT commit
.env, DB dumps, backups, or private customer data to Git.
This starter template is free and open-source. Consider donating to support its maintenance:
- Ko-fi: ko-fi.com/andiupn
- Patreon: patreon.com/AndiUpn
- Trakteer: trakteer.id/andi_upn/gift
- Saweria: saweria.co/andiupn
- License: MIT License (see LICENSE - Copyright Andi UPN)
- Contributing Guide: CONTRIBUTING.md
- Donation Guide: DONATE.md