The AI Workspace
Framework

Turn any directory into a self-evolving AI workspace with memory, skills, and instructions for every coding agent.

$npx drevon init
View on GitHub

Works with every agent

Copilot
Claude Code
Cursor
Codex
Windsurf
Cline
Aider
Continue

Multi-Agent

One config generates instructions for multiple AI agents simultaneously.

Memory System

Persistent cross-session context. Agents remember and evolve.

Skills Ecosystem

Install pluggable capabilities from skills.sh with one command.

Two Modes

Hub mode for multi-project workspaces. Project mode for codebases.

Three steps. Zero config.

Get up and running in under a minute.

Step 01

Initialize

npx drevon init

Answer a few questions — or use -y for defaults.

Step 02

Open any agent

Copilot, Claude, Cursor…

All configs are ready. Agents see your instructions immediately.

Step 03

Start working

Memory builds over time

Your workspace evolves with every session.

Two modes. One tool.

Choose the mode that fits your workflow. Switch anytime.

Hub Mode

Multi-Project Workspace

For founders, researchers, and generalists working on many projects from one workspace.

$ drevon init --hub
my-workspace/
drevon.config.json
.drevon/
memorycross-project memory
promptsreusable workflows
skillsshared skills
workspace/project folders
CLAUDE.md
AGENTS.md
copilot-instructions.md
Project Mode

Single Codebase

For developers and teams embedding AI capabilities into an existing codebase.

$ drevon init --project
my-app/
src/existing code (untouched)
drevon.config.json
.drevon/
memoryproject-scoped memory
skills
prompts
CLAUDE.md
AGENTS.md
copilot-instructions.md

Agents that remember.
Agents that evolve.

A persistent memory system creates an emergent self-improvement loop across sessions.

Read
Act
Write
Evolve
user.md

Preferences & decisions

projects.md

Project registry

systems.md

Infrastructure & systems

log.md

Chronological actions

Tap into the skills ecosystem

Install capabilities from skills.sh — automatically injected into every agent config.

$ drevon skill add browser-use/browser-use
Installed browser-use
$ drevon skill add anthropics/skills@pdf
Installed pdf
$ drevon skill sync
Skills synced to all 8 agent configs

CLI Reference

Commands

# Initialize
drevon init              Initialize workspace (interactive)
drevon init --hub        Force hub mode
drevon init --project    Force project mode
drevon init -y           Skip prompts, use defaults

# Manage
drevon sync              Regenerate all agent configs
drevon status            Show workspace status
drevon doctor            Diagnose issues

# Skills
drevon skill add <pkg>   Install a skill
drevon skill remove <n>  Remove a skill
drevon skill list        List installed skills
drevon skill sync        Re-sync into agent configs