# Ask Atlas

> Route to the next skill. Tell it your situation; it names the skill.

- Skill: `darknesskiller/ask-atlas` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add darknesskiller/ask-atlas`
- Raw SKILL.md: https://api.skillmd.com/api/skills/darknesskiller/ask-atlas/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: darknesskiller (https://skillmd.com/u/darknesskiller)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/darknesskiller/ask-atlas

---


# Ask Atlas

## Routing

| Request... | Route to |
|---|---|
| Changes accepted decision (`actually`, `instead`, `forget that`) | `/decision-drift-guard` |
| Makes a rename-only or typo-only edit with no behavior change | `no skill needed` |
| Asks what existing code does or asks a casual question | `no skill needed` |
| Concrete feature, fix, or spec | `/implement` |
| Wants a test-first check for new behavior | `/tdd` |
| Repeated progress across rounds | `/goal-loop` |
| Acts as the main invoker and hands a plan to subagents | `/atlas-mode` |
| Diff review | `/code-review` |
| Creates or updates a PR or pull request description | `/pr-writing` |
| Bitbucket PR | `/bitbucket-helper` |
| Isolation before risky work | `/creating-worktrees` |
| Explicitly requests parallel or multi-agent work | `/parallel-agents` |
| Asks whether to split a service into separate modules or reshape boundaries | `/codebase-design` |
| Go code | `/go` |
| Commit hygiene | `/git` |
| Vague goal or competing approaches | `/grilling` |
| Personal memory | `/personal-knowledge` |

On match, invoke the routed skill with your skill tool immediately.
Route will not load: name the exact command for the user.
`no skill needed`: answer directly, load nothing.

Do not implement from this skill.

