Atlas turns a stated need into a full system design by mining the Atlas
knowledge graph. This is the OpenCode harness surface for the atlas plugin.
- Skills:
atlas(the need → design brain) andatlas-graph-query(a reference for the Atlas MCP tool surface). - Commands:
/atlas:discover,/atlas:mine-processes,/atlas:mine-data,/atlas:collect-nuances— each delegates orchestration to thebabysitter:babysitskill using an atlas-specific.a5cprocess. - MCP: the Atlas knowledge-graph server (
atlas), wired natively into OpenCode's own MCP config format.
The Atlas MCP server is wired natively for OpenCode — no manual setup. It
defaults to https://atlas-staging.a5c.ai/api/mcp and is overridable at
runtime via the ATLAS_MCP_URL environment variable. The
mcp__atlas__atlas_public_* tools are then available to the atlas skills.
Atlas commands delegate orchestration to Babysitter, so install the Babysitter CLI once, then install this plugin for OpenCode:
npm install -g @a5c-ai/babysitter
babysitter harness:install-plugin opencodeSee the repository license.