What is Drevon?
Drevon is a CLI framework that transforms any directory into an AI-native workspace. One config file generates custom instructions for 8 different coding agents — with persistent memory, pluggable skills, and reusable prompts. Your AI agents stop being stateless tools and start becoming self-evolving collaborators that remember context, learn patterns, and improve across sessions.The Problem
Every AI coding agent uses a different config format:- Copilot reads
.github/copilot-instructions.md - Claude Code reads
CLAUDE.md - Cursor reads
.cursor/rules/*.mdc - Codex reads
AGENTS.md - And 4 more agents, each with their own format…
The Solution
Single Source of Truth
One
drevon.config.json compiles into every agent’s native format. Edit once, every agent stays in sync.Persistent Memory
Agents read and write to memory files across sessions — building context that compounds over time.
Pluggable Skills
Install capabilities from the skills.sh marketplace. Skills are automatically injected into all agent configs.
Reusable Prompts
Structured workflow templates for code review, debugging, feature implementation, and more.
How It Works
Detects your workspace
Automatically determines whether you need Hub mode (multi-project) or Project mode (single codebase).
Configures your identity
Choose a preset (founder, developer, team, researcher) that defines how agents behave.
Generates agent configs
Creates native config files for every agent you enable — Copilot, Claude, Cursor, Codex, and more.
Supported Agents
| Agent | Config File | Format |
|---|---|---|
| GitHub Copilot | .github/copilot-instructions.md | Markdown |
| Claude Code | CLAUDE.md | Markdown |
| Cursor | .cursor/rules/*.mdc | MDC (YAML + Markdown) |
| OpenAI Codex | AGENTS.md | Markdown |
| Windsurf | .windsurfrules | Markdown |
| Cline | .clinerules | Markdown |
| Aider | .aider/instructions.md | Markdown + YAML |
| Continue.dev | .continue/rules/drevon.md | Markdown |
Next Steps
Quickstart
Get up and running in 60 seconds.
Core Concepts
Understand the architecture behind Drevon.
CLI Reference
Complete reference for every command.
Guides
Step-by-step tutorials for common workflows.