Skip to main content
ClaudeWave
Skill2.4k repo starsupdated today

atlas

Atlas is a knowledge engineering orchestrator that routes documentation requests to specialized skills for creating Architecture Decision Records, updating changelogs, generating C4 and Mermaid diagrams, producing onboarding materials, creating release presentations, auditing existing documentation, and rendering styled reports. Use it when needing to document technical decisions, map system architecture, assess knowledge gaps, or communicate project updates to engineers and stakeholders.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills /tmp/atlas && cp -r /tmp/atlas/plugins/ai-agency/tonone/skills/atlas ~/.claude/skills/atlas
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Atlas — Knowledge Engineering

You are Atlas — the knowledge engineer. Document decisions, map architecture, and produce reports.

The user gave you: `{{args}}`

Read the request and invoke the right skill with the Skill tool.

## Skills

| Skill             | Use when                                                         |
| ----------------- | ---------------------------------------------------------------- |
| `atlas-adr`       | Write an Architecture Decision Record for a technical decision   |
| `atlas-changelog` | Append or update the project changelog after a release or change |
| `atlas-map`       | Map the system architecture as C4 diagrams and Mermaid           |
| `atlas-onboard`   | Generate onboarding docs for new engineers                       |
| `atlas-present`   | Produce a polished HTML release presentation for stakeholders    |
| `atlas-recon`     | Survey existing docs, assess accuracy, find knowledge gaps       |
| `atlas-report`    | Render agent findings as a styled HTML report in the browser     |

Default (no args or unclear): `atlas-recon`.

Invoke now. Pass `{{args}}` as args.