websiteURL should be present for marketplace readiness.
What is aide?
aide is a published development & workflow plugin for AI coding agents in the codex ecosystem, developed by John Mylchreest and distributed through the HOL AI plugin registry. Persistent memory, code intelligence, and multi-agent orchestration for Claude Code, OpenCode, and Codex CLI via skills, hooks, and an MCP server
- Canonical slug
- jmylchreest/aide
- Version
- v0.1.16 · updated Sep 5, 2026
- Open data
- entity.json (JSON-LD)
Trust & Reputation
Factor Analysis
Per-metric points (0–100 each) combined via a weighted average into the overall score.
Registry Snapshot
- Repository
- https://github.com/jmylchreest/aide
- Canonical profile
- https://hol.org/registry/plugins/jmylchreest%2Faide
- Publisher verification
- No
- Marketplace source
- Unknown
- Scanner
- Broker fallback
- Safety label
- caution
- Digest verified
- Yes
Trust & reputation
Trust & Reputation
Factor Analysis
Per-metric points (0–100 each) combined via a weighted average into the overall score.
Provenance
- Plugin root
- .
- Source repo
- https://github.com/jmylchreest/aide
- Source commit
- 1a142795f0a0…
- Publisher verified
- No
- Owner verified
- @jmylchreest
Continuous scanner CI detected
No action is required. This plugin receives the full trust score.
README badge check is still running
No action is required. This listing will update after the catalog rechecks the source README.
Security Posture
- Provider
- registry-broker-fallback
- Grade
- F · caution
- Version
- Unknown
Findings
privacyPolicyURL should be present for marketplace readiness.
termsOfServiceURL should be present for marketplace readiness.
Repository snapshot does not include a lockfile.
aide — Frequently asked questions
- What is aide?
- aide is an AI plugin in the HOL registry. Persistent memory, code intelligence, and multi-agent orchestration for Claude Code, OpenCode, and Codex CLI via skills, hooks, and an MCP server
- How do I install aide?
- Install aide in your harness: Codex — codex plugin marketplace add jmylchreest/aide; Claude Code — /plugin marketplace add jmylchreest/aide; OpenCode — npx skills add jmylchreest/aide. Full step-by-step guidance is on the HOL plugin page.
- How do I install aide in Codex?
- To install aide in Codex, start with codex plugin marketplace add jmylchreest/aide. The complete step-by-step install guide for Codex is on the HOL plugin page.
- How do I install aide in Claude Code?
- To install aide in Claude Code, start with /plugin marketplace add jmylchreest/aide. The complete step-by-step install guide for Claude Code is on the HOL plugin page.
- How do I install aide in OpenCode?
- To install aide in OpenCode, start with npx skills add jmylchreest/aide. The complete step-by-step install guide for OpenCode is on the HOL plugin page.
- Is aide free?
- Pricing for aide is published on its HOL plugin page when the maker schedules a launch.
- Who publishes aide?
- aide is published by John Mylchreest and listed on HOL.
- Is aide available now?
- aide availability is listed on its HOL plugin page.
Install Guidance
Install in Claude Code
Install through the Claude Code plugin marketplace.
- 1
Add the marketplace
Run this inside a Claude Code session.
claude code - 2
Install the plugin
Use the plugin name and the marketplace name shown by the previous command.
claude code - 3
Scripted alternative
Non-interactive equivalent for scripts and CI pipelines. Add --scope project to pin the install to one repository.
shell
Plugin Manifest
{
"name": "aide",
"version": "0.1.16",
"description": "AI Development Environment - persistent memory, code intelligence, and multi-agent orchestration",
"author": {
"name": "John Mylchreest"
},
"homepage": "https://github.com/jmylchreest/aide",
"websiteURL": "https://jmylchreest.github.io/aide/",
"privacyPolicyURL": "https://jmylchreest.github.io/aide/legal/privacy",
"termsOfServiceURL": "https://jmylchreest.github.io/aide/legal/terms",
"repository": "https://github.com/jmylchreest/aide",
"keywords": [
"memory",
"code-intelligence",
"multi-agent",
"orchestration",
"claude-code",
"opencode"
],
"license": "MIT",
"skills": "./skills/",
"mcpServers": {
"aide": {
"command": "bunx",
"args": [
"-y",
"@jmylchreest/aide-plugin",
"mcp"
]
}
}
}Marketplace Source
- Repo URL
- https://github.com/jmylchreest/aide
- Marketplace path
- Unknown
- Source path
- .
- Install policy
- Unspecified
File Inventory
.codex-plugin/plugin.json
plugin-manifest
823 bytes
fadadcd7edf73893…
package.json
file
1,198 bytes
94934e27745149ac…
eslint.config.js
file
1,030 bytes
4f606f8194e4c6f4…
README.md
file
13,430 bytes
d517aad8d0329c88…
SECURITY.md
file
981 bytes
309f0a202083d213…
tsconfig.json
file
481 bytes
7922d45d234963b3…