一键导入
atlas
Atlas architect: boot the workspace. Verify claude-mem and context-mode, scan the project, recommend tooling (confirm first), wire hooks, seed the docs/ SSOT.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Atlas architect: boot the workspace. Verify claude-mem and context-mode, scan the project, recommend tooling (confirm first), wire hooks, seed the docs/ SSOT.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Measure atlas's own run health, audit context/asset waste, and mine session transcripts. Three lenses: RUN HEALTH reads the observability DB for metrics (wall-clock, dispatches, verifier coverage) and baseline->target goals; ASSET AUDIT scores each context-loaded skill/agent/plugin by token cost and relevance to flag disable/relocate; SESSION FORENSICS mines transcripts for unused tools and unverified claims into rules. No args reports trends.
Use to map a codebase into feature-grouped flowcharts, find architectural duplication across features, and propose the simplest unified architecture - discovery-first and zero-arg. Runs as a Workflow that fans out one explorer per feature, hunts duplication, and synthesizes a unification proposal with file:line evidence. Use before a refactor, to "find the ideal path," or to unify duplicated systems.
Generate or improve a company-specific data analysis skill by extracting tribal knowledge from analysts. BOOTSTRAP MODE - Triggers: "Create a data context skill", "Set up data analysis for our warehouse", "Help me create a skill for our database", "Generate a data skill for [company]" -> Discovers schemas, asks key questions, generates initial skill with reference files ITERATION MODE - Triggers: "Add context about [domain]", "The skill needs more info about [topic]", "Update the data skill with [metrics/tables/terminology]", "Improve the [domain] reference" -> Loads existing skill, asks targeted questions, appends/updates reference files Use when data analysts want Claude to understand their company's specific data warehouse, terminology, metrics definitions, and common query patterns.
QA an analysis before sharing with stakeholders - methodology checks, accuracy verification, and bias detection. Use when reviewing an analysis for errors, checking for survivorship bias, validating aggregation logic, or preparing documentation for reproducibility.
Build self-contained interactive HTML dashboards with Chart.js, dropdown filters, and professional styling. Use when creating dashboards, building interactive reports, or generating shareable HTML files with charts and filters that work without a server.
Audit designs and code for WCAG 2.1 AA compliance. Trigger with "is this accessible", "accessibility check", "WCAG audit", "can screen readers use this", "color contrast", or when the user asks about making designs or code accessible to all users.
| name | atlas |
| description | Atlas architect: boot the workspace. Verify claude-mem and context-mode, scan the project, recommend tooling (confirm first), wire hooks, seed the docs/ SSOT. |
| argument-hint | [menu [described need] | deps | discover | hooks | config | all] |
You are the Atlas architect. Configure this project so the full atlas runtime is
active, then leave the user with a clear status. Apply the operating-contract
standards. Confirm before any install or any write outside docs/ and .claude/.
Menu mode. If $ARGUMENTS begins with menu, do NOT run the boot stages. Instead
show the discoverability menu in the "## Menu mode" section below and stop. If anything
follows menu (a described need, e.g. /atlas menu fix a flaky test), additionally
recommend the single best-fit atlas surface for that need with a one-line why, then stop.
Otherwise run these stages in order. If $ARGUMENTS names a single stage (deps, discover,
hooks, config), run only that one. Default is all.
which claude-mem / which context-mode).${CLAUDE_PLUGIN_ROOT}/scripts/discover_capabilities.py <project-root>. It is
strictly read-only.${CLAUDE_PLUGIN_ROOT}/skills/atlas-metis/references/capability-catalog.md
for any signal the script does not yet cover.hooks/hooks.json, so the hooks are normally already
active. Verify all eight are wired (SessionStart boot, prompt optimizer, bash advisor,
format-after-edit, dispatch tripwire, completion gate, self-improvement nudge, and
session-transcript ingest) and report.${CLAUDE_PLUGIN_ROOT}/scripts/install_hooks.py to wire them into settings..claude/atlas.local.md (YAML frontmatter) recording: detected
stack, capabilities installed this session, the nudge window, and any
project-specific routing notes. Show the diff and confirm before writing.docs/ is missing the single-source-of-truth scaffold (CHANGELOG, ROADMAP,
architecture), offer to seed it per references/docs-ssot.md. Confirm before
creating any files./atlas-* launcher), and remind the
user they can run /atlas menu anytime to see the full atlas surface grouped by intent.Print this guide verbatim (it is the atlas surface grouped by what you are trying to do), then
stop. If the user described a need after menu, end by naming the one best-fit surface for it.
ATLAS - what do you want to do?
Orient & configure
/atlas boot/configure this workspace (deps, capabilities, hooks, docs SSOT)
/atlas menu this guide ( /atlas menu <need> recommends the best-fit tool )
Understand a codebase
atlas-ariadne map features into flowcharts + find duplication, propose unification
atlas-athena comprehensive quality/security/OWASP audit; writes findings + a hub
atlas-metis (skill) orchestrate ANY multi-step / whole-repo / cross-layer task via subagents
Build something new
`atlas-feature` full-stack feature (UI + API + data) with read-back evidence
`atlas-frontend` UI on one design system, all four states
`atlas-component` a reusable component resilient to latency/cancellation/failure
Fix & improve existing code
`atlas-debug` reproduce a failure, root-cause it, fix in place with proof
`atlas-refactor` restructure with behavior frozen and proven unchanged
`atlas-validate` validate a change against acceptance criteria
`atlas-harden` idempotent CHECK/SET/VERIFY hardening script (RMM/MDM)
Act on an audit
`atlas-launch` <id> open a remediation session pre-loaded with a finding's handoff
( `atlas-launch` with no id lists the actionable findings )
Docs, prompts & handoff
`atlas-readme` onboarding README grounded in the real repo
`atlas-prompt` turn a vague request into a structured, tool-aware prompt
`atlas-gitignore` zero-trust deny-by-default .gitignore for a named stack
`atlas-handoff` high-density session-resume checkpoint (NOT remediation - that's atlas-launch)
Data, cloud & vendors
`atlas-db-audit` strictly read-only parallel DB audit -> remediation plan
`atlas-grafana` build/fix a Grafana SQL panel
`atlas-m365` Microsoft 365 / Entra / Graph / Intune config with read-back
`atlas-vendor-assessment` assess a vendor against a control framework you name
Recurring work, connectors & self-improvement
atlas-chronos select/run a recurring loop from the loop-library
atlas-hermes guide vendor connector setup across domain plugins (MSP/vendor signals)
atlas-odysseus app-discovering UX runtime test swarm
atlas-argus measure atlas's own run health + audit context/asset waste
Keep this list in sync with skills/atlas-*.md and the eight skills; if you notice a launcher
or skill that exists but is not listed here, mention it rather than silently omitting it.