Zero-install, files-only development framework for AI coding agents. SCOPE → BUILD → SHIP.
The structural backbone. First thing laid down. Everything builds on it.
KEEL is a zero-install, files-only development framework for AI coding agents. No CLI. No package manager. No update treadmill. Copy the files, start building.
AI coding agents degrade over long sessions. As the context window fills up, output quality drifts — instructions get missed, code gets sloppy, details get lost. This is context rot, and it's the single biggest reliability problem in AI-assisted development.
KEEL solves it with files.
The framework IS the files. A CLAUDE.md that contains every instruction your AI agent needs, and a docs/ directory that holds project state as human-readable markdown. When you clear context and start a new session, the agent reads the files and picks up exactly where it left off. No state is lost because no state lived in memory — it was always on disk.
No runtime. No dependencies. No config. If your agent can read markdown, KEEL works.
git clone https://github.com/diydigitaldreams/keel.git
cp -r keel/template/.cursor your-project/.cursor
cp -r keel/template/docs your-project/docs
Or use the setup script:
git clone https://github.com/diydigitaldreams/keel.git
./keel/setup.sh /path/to/your-project
Then open your AI coding agent and say:
"Let's scope this project."
KEEL takes it from there.
Three modes. No ceremony.
SCOPE → Interview, research, spec out what we're building
BUILD → Plan atomic tasks, execute, commit each one
SHIP → Verify success criteria, log, advance to next phase
Repeat BUILD → SHIP for each phase until the project is done.
Context rot is eliminated by clearing context between phases. Each phase gets its own directory with only the files that phase needs. Heavy thinking — research, planning, architectural decisions — happens once and gets written to disk. Every future context window inherits that work by reading the
Mine your Claude Code and Codex logs into a local you.md agent profile.
Local-first AI coding agent for VS Code & Cursor. Ollama, LM Studio & your inference fleet. Cursor-grade agent UX — offline, private, zero token cost.
A self-improving skill for AI coding agents (Claude Code, Cursor, AGENTS.md): recognize a hard-won golden path in a session and harvest it into a reusable skill/rule for next time.
Second brain for Forward Deployed Engineers. Engagement memory + 35 skills across 6 domains, all behind one @fde... Works with any AI coding agent.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
Honey (I Shrunk the AI) by GreenPT: a cross-tool coding skill that cuts AI coding-agent token usage and LLM API costs — write less code, less prose, and denser agent-to-agent handoffs (−53%, lossless in benchmarks) with no loss of quality. Works with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, Cline & Kiro.
Workflows from the Neura Market marketplace related to this Cursor resource