Agent Plugins Marketplace
All plugins

atlas

v0.6.0

Route to the smallest relevant project knowledge set, record durable findings, and bootstrap Atlas plus Trellis.

Codex1 Skill

By Atlas contributorsLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install atlas for Codex

Installs for the current user
codex plugin marketplace add aiua-dev/atlas
codex plugin marketplace upgrade atlas
codex plugin add atlas@atlas

Paste and run these commands in a terminal with Codex. They add and refresh the atlas catalog, then install this plugin.

Compatibility: the page URL and API slug “atlas-2” remain stable.

  • Codex: atlas-2@agent-plugin-marketplaceatlas@atlas

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/aiua-dev/atlas

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/atlas/.

Plugin files

plugins/atlas/
├── .codex-plugin/plugin.json
└── skills/atlas/SKILL.md

Included Skills1

atlasskills/atlas/SKILL.md

Route the model to the smallest relevant project knowledge set before non-trivial work, record durable findings into maintained canonical sources, and bootstrap Atlas plus Trellis when task tracking is requested. Use when a project has distributed docs, Trellis artifacts, stale or conflicting claims, reusable learnings, knowledge entry points, runbooks, contracts, or architectural decisions; also use when the user asks to write something down, or to start task tracking in a project that has not been initialized.

Plugin manifests1

plugins/atlas/.codex-plugin/plugin.json
{
  "name": "atlas",
  "version": "0.6.0",
  "description": "Route to the smallest relevant project knowledge set, record durable findings, and bootstrap Atlas plus Trellis.",
  "author": {
    "name": "Atlas contributors"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Atlas",
    "shortDescription": "Incremental project knowledge routing for Codex.",
    "longDescription": "Atlas indexes maintained knowledge incrementally, injects only relevant paths and sections, and keeps Trellis task artifacts below canonical sources.",
    "developerName": "Atlas contributors",
    "category": "Productivity",
    "capabilities": [
      "Project knowledge routing",
      "Incremental knowledge indexing",
      "Semantic and lexical hybrid retrieval",
      "Coverage verdict for unanswerable questions",
      "Trellis-aware source precedence",
      "Trellis and Atlas bootstrap from a conversation"
    ],
    "defaultPrompt": "Use $atlas to route to the smallest relevant canonical knowledge set before work and reconcile durable findings afterward."
  },
  "license": "MIT",
  "homepage": "https://github.com/aiua-dev/atlas",
  "repository": "https://github.com/aiua-dev/atlas.git",
  "keywords": [
    "knowledge-routing",
    "context",
    "trellis"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[atlas on Agent Plugins Marketplace](https://pluginsmp.com/plugins/atlas-2)