By jmylchreest
Orchestrates multi-agent swarm development with autonomous SDLC workflows: parallel story execution in isolated git worktrees, TDD, code review, static analysis triage, debugging, performance optimization, and persistent memory across sessions.
Capture key learnings, patterns, gotchas, or context as persistent memories
Analyze codebase patterns, detect anti-patterns, and surface static analysis findings
Performance analysis and optimization workflow
Socratic planning interview for swarm decomposition
Technical design and architecture for implementation
Matches all tools
Hooks run on every tool call, not just specific ones
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
Persistent memory, code intelligence, and multi-agent orchestration for AI coding assistants. Works with Claude Code, OpenCode, and Codex CLI.
Prerequisite: Bun — the only runtime dependency. The Go binary downloads automatically.
Claude Code:
claude plugin marketplace add jmylchreest/aide
claude plugin install aide@aide
OpenCode:
bunx @jmylchreest/aide-plugin install
Codex CLI:
codex plugin marketplace add jmylchreest/aide
codex plugin add aide@aide
bunx @jmylchreest/aide-plugin install --platform codex # hooks only — Codex has no plugin hook support
The Codex plugin provides the MCP server and skills (invoke with $<name> or /skills); the install step adds lifecycle hooks. On older Codex versions without plugin support, the install step alone configures everything.
The Go binary downloads automatically on first run. Skills become available immediately.
| Capability | What it does |
|---|---|
| Memory | Remembers preferences and context across sessions |
| Decisions | Records architectural choices, enforces them in every session |
| Blueprints | Seeds best-practice decisions for Go, Rust, GitHub Actions, and more |
| Code Index | Fast symbol search, call graphs, and references via tree-sitter |
| Static Analysis | Detects complexity, coupling, secrets, and code duplication |
| Survey | Maps codebase structure: modules, entry points, tech stack, churn hotspots |
| Skills | 23 built-in workflows triggered by natural language |
| Swarm | Parallel agents with full SDLC pipelines (design, test, implement, verify, docs) |
| 34 MCP Tools | Full programmatic access to all capabilities above |
Survey this codebase and help me understand its structure.
AIDE indexes symbols, discovers modules, tech stack, entry points, and git churn hotspots, then presents the big picture. Full guide
Bootstrap with curated best practices, then customise:
aide blueprint import go go-github-actions # seeds decisions from blueprints
aide blueprint import --detect # or auto-detect from project markers
Then refine with the decide skill for project-specific choices:
Help me decide on the auth strategy and database schema for this project.
Blueprints cover language idioms, tooling, CI/CD, and common pitfalls. The decide skill handles project-specific architectural choices. Both persist across every future session. Full guide
Export decisions and memories to git-friendly markdown, then commit them:
aide share export # writes to .aide/shared/
git add .aide/shared && git commit -m "share: team decisions"
Teammates who add AIDE_SHARE_AUTO_IMPORT=1 to .claude/settings.json get them imported automatically at session start. Decisions are append-only per topic (new ones supersede, history kept); memories merge by ULID (newer edits win).
Teammates without AIDE can still use the folder. Each .aide/shared/decisions/*.md and .aide/shared/memories/*.md is self-contained markdown with structured frontmatter — any AI assistant can ingest them as context. A short DECISIONS.md / MEMORIES.md explainer is written alongside the exports to document the format. Full guide
Skills are markdown workflows triggered by keywords. Type naturally — trigger matching is fuzzy.
Authoring skills for the colophon static blog generator: write, edit, cross-link, metadata, publish, and moderate webmentions — the agent drives colophon, colophon provides the context.
npx claudepluginhub jmylchreest/aide --plugin aideEvidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.