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.
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/atlasSKILL.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.Audit and fix Claude Code SKILL.md files to meet enterprise compliance standards. Analyzes frontmatter, required sections, and style. Use when you need to validate or repair skills in a plugin directory.
Learn how SKILL.md files work in Claude Code plugins, then build a production-quality agent skill from scratch. Covers frontmatter schema, body structure, testing, and iteration.
Step-by-step guide to writing a SKILL.md file for Claude Code. Learn how to plan, structure, and test auto-activating skills with proper frontmatter, allowed-tools, dynamic context injection, and supporting files.
|
|
|
|
|