The open standard for
agent engineering.
Give your AI agents persistent memory, deep project knowledge, and real skills — structured once, useful forever, portable across every tool.
- Identity
- agent.yaml
- instructions.md
- permissions.yaml
- Capabilities
- skills/
- workflows/
- commands/
- Persistence
- memory/
- registry/
Every session starts from zero
Your agent doesn’t know your architecture, conventions, or deployment. You re-explain every session.
Every session builds on the last
AES gives your agent structured memory, real skills, and deep project context. Checked into git, portable across tools.
One standard. Six tools.
Write once in .agent/ — sync to any tool with a single command.
Claude
Cursor
Copilot
OpenClaw
Codex
Choose your path
Whether you’re starting fresh or adding agent context to an existing project, AES gets you there in minutes.
Starting a new project
Pick a domain, scaffold .agent/, and start building with a capable agent from day one.
$ aes init
$ aes sync -t claude
- Choose your mode — Dev-Assist or Agent-Integrated
- Get pre-built skills and memory templates for your domain
- Sync to your AI tool and start coding immediately
Organize an existing project
Run aes init in your repo to layer structured agent context on top of your existing codebase.
$ cd my-existing-app
$ aes init
$ aes sync
- Auto-detects your project type and suggests a matching template
- Customize skills, permissions, and memory for your workflow
- Merges cleanly with existing
CLAUDE.mdor.cursorrules
Built for how you actually work
For individual developers
Your agent becomes a specialist
For teams
Every AI works from the same architecture
A growing library of agent skills
Install proven skills built by experienced engineers. One command, zero learning curve.
app:v2.4.1Stop re-explaining your codebase to AI
pipx install aes-cli