Aeon is an open-source agent harness and orchestration framework created by aeonfun. It provides standardized agent skills, tool packs, and operator console integrations designed to enhance and coordinate workflows across terminal and IDE-based coding agents. Day-to-day operation centers around plugin manifests and declarative configurations, including `aeon.yml`, `AGENTS.md`, and `llms.txt`. Aeon connects directly into agent environments such as Claude Code, OpenAI Codex, and Cline via Model Context Protocol (MCP) servers and dedicated plugin marketplace registries. It allows developers to invoke structured skill packs and operator interfaces straight from their existing CLI agent sessions. What sets Aeon apart is its multi-harness compatibility layer. Rather than operating as an isolated CLI chatbot, Aeon standardizes operator skill distribution across disparate agent ecosystems like Claude Code plugins, Codex plugins, and Cline MCP integrations from a single unified repository structure. Aeon is open source on GitHub and designed to be integrated into both local developer environments and automated agent pipelines without proprietary licensing lock-in.
Tags: agent harness, ai agent, cli, coding agent, developer tools, OpenSource
aeon.yml, AGENTS.md, and llms.txt. - Modular skills catalog — Ships modular skill packs and operator console tooling that can be attached to terminal coding sessions. - Self-orienting agent documentation — Includes standardized llms.txt doc maps pointing to core repository entry points for autonomous agent discovery.aeon.yml and llms.txt in project roots so autonomous coding agents can automatically discover entry points, architectural boundaries, and operational constraints without manual prompting.Aeon is intended for developers and teams using modern terminal AI agents like Claude Code, Codex, or MCP-compliant environments like Cline who need unified skill sets and consistent harness configurations. It is less relevant for developers who only use standalone web chat interfaces or static single-agent IDE extensions without MCP or custom plugin support.
bash # For Codex CLI codex plugin marketplace add aeonfun/aeon codex plugin add aeon@aeon Alternatively, clone the repository for direct harness configuration: bash git clone https://github.com/aeonfun/aeon.git cd aeonaeon.yml and AGENTS.md) and verify plugin installation: bash # Verify configuration file presence ls -la aeon.yml AGENTS.md llms.txtbash # Inside your agent CLI session (e.g., Claude Code or Codex) /aeon setupPart of CLI Coding Agents
Categories: AI Coding Agents, Code Assistants, Developer Tools