Skip to main content

AIDE

AI Development Environment

Multi-agent orchestration, persistent memory, and intelligent workflows for AI coding assistants.

terminal
$swarm 3 implement the dashboard
Spawning 3 parallel agents...
Agent 1: DESIGN → TEST → DEV → VERIFY
Agent 2: DESIGN → TEST → DEV → VERIFY
Agent 3: DESIGN → TEST → DEV → VERIFY
$remember that I prefer vitest for testing
Stored. Will auto-inject in future sessions.

Supercharge Your AI Coding Assistant

🧠

Persistent Memory

Memories and decisions persist across sessions and auto-inject at startup. Never repeat yourself to your AI assistant again.

🐝

Swarm Mode

Spawn parallel agents with full SDLC pipelines per story. Each agent designs, tests, implements, and verifies independently.

🔍

Code Indexing

Fast symbol search using tree-sitter. Find functions, classes, and references across your entire codebase instantly.

🛡

Static Analysis

4 built-in analysers detect complexity, coupling, secrets, and code clones without any external tools.

Skills System

Markdown-based skills activate by keyword with fuzzy matching. 20+ built-in skills for testing, debugging, reviewing, and more.

🔗

Multi-Platform

Supports Claude Code and OpenCode through a shared core with platform-specific adapters. Skills and MCP tools work everywhere.

Before & After

Without AIDE

  • Context lost between sessions
  • Manual task coordination
  • Repeated setup instructions
  • No code search
  • No code quality analysis
  • Decisions forgotten

With AIDE

  • Memories persist and auto-inject
  • Swarm mode with parallel agents
  • Skills activate by keyword
  • Fast symbol search across codebase
  • Static analysis with 4 analysers
  • Decisions recorded and enforced

Quick Install

Claude Code

$ claude plugin marketplace add jmylchreest/aide

OpenCode

$ bunx @jmylchreest/aide-plugin install

See Installation Guide for all methods including source builds