一键导入
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 页面并帮你完成安装。
MANUAL skill covering the full atlas lifecycle outside of task work: onboard (scaffold the docs/ SSOT plus .atlas/ internal state, inventory skills, recommend what to run next), install (verify and wire claude-mem, context-mode, hooks, project config), connectors (guided vendor MCP connector setup across domain plugins), and repair (fix a broken atlas install: marketplace, rollbacks, hooks, assets). Run with no args for onboarding plus recommendations; run with --fix to auto-repair.
This skill should be used when the user asks to "audit my codebase against The Pragmatic Programmer", run a "pragmatic audit", "check what pragmatic principles are implemented", "review codebase for pragmatic practices", "find what's missing from the pragmatic programmer in this project", or wants a structured review of a codebase/project/monorepo against the book's principles, tips, and practices. Produces a ranked report of what is implemented, partially implemented, and missing, each finding cited to the book concept and to file:line evidence. Supports --chapters to scope dimensions and --report to set output path.
This skill should be used when the user is "designing a module", "deciding an architecture", "debugging a bug", "refactoring code", "writing tests", "naming things", "handling concurrency", "decoupling components", "choosing inheritance vs composition", "adding error handling", asks "what does The Pragmatic Programmer say about X", "is this DRY", "should I use inheritance or composition", "how should I structure this", or otherwise wants the relevant Pragmatic Programmer principles, tips, or practices surfaced for the work in progress. Surfaces 1-4 relevant principles with book tip numbers and citations to the concept files.
Create or modify a reusable component that survives latency, cancellation, and partial failure (progress modal, upload widget, job panel), handling every backend state with all six interaction states rendered.
Read-only database audit via parallel subagents: inventory a live schema, reconcile it against the code, and check privileges and naming before any change.
Reproducible bug, exception, stack trace, or bad output: root-cause fix with evidence, not a patch over. Use when you want the actual cause fixed, not the symptom hidden.
| 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] |
| disable-model-invocation | true |
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-orchestrate/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 eleven are wired (SessionStart boot, doctor rollback guard, prompt
optimizer, bash advisor, dispatch tripwire, format-after-edit, completion gate,
session-transcript ingest, memory capture, auto-skill, and nudge) 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 ${CLAUDE_PLUGIN_ROOT}/skills/atlas-orchestrate/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-audit map features into flowcharts + find duplication, propose unification
atlas-audit comprehensive quality/security/OWASP audit; writes findings + a hub
atlas-orchestrate (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)
`atlas-db-audit` strictly read-only parallel DB audit -> remediation plan
Recurring work, connectors & self-improvement
atlas-loop select/run a recurring loop from the loop-library
atlas-setup guide vendor connector setup across domain plugins (MSP/vendor signals)
atlas-ux-test app-discovering UX runtime test swarm
atlas-audit 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.