Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By jmylchreest
Orchestrate multi-agent AI development swarms that autonomously plan, implement, test, review, and document code changes across isolated git worktrees, with built-in static analysis, memory persistence, and session lifecycle management.
npx claudepluginhub jmylchreest/aide --plugin aideTriage static analysis findings, assess merit, and accept noise or irrelevant items
Full autonomous execution - keeps working until all tasks are verified complete
Fix build, lint, and type errors
Search code symbols, find function calls, and analyze codebase
Analyze current session context and token usage from OpenCode SQLite database
Matches all tools
Hooks run on every tool call, not just specific ones
Admin access level
Server config contains admin-level keywords
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Harness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
Project discovery, planning, and quality analysis system with parallel agents
(Alpha) Persistent memory, architectural decisions, and safety guardrails for Claude Code. Your agent starts every session with full project context — stack, decisions, patterns, safety rules, and a handoff from the previous session.
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
Autonomous session orchestrator for Claude Code - manages multi-phase development workflows
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
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:
bunx @jmylchreest/aide-plugin install --platform codex
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.