Awesome-omni-skill markdowntown-atlas-scan
Atlas Simulator scan flow and next-step guidance for markdowntown. Use when working on folder scanning, tool detection, cwd handling, results panels, or scan-to-workbench CTAs.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/documentation/markdowntown-atlas-scan" ~/.claude/skills/diegosouzapw-awesome-omni-skill-markdowntown-atlas-scan && rm -rf "$T"
manifest:
skills/documentation/markdowntown-atlas-scan/SKILL.mdsource content
markdowntown-atlas-scan
Core workflow
- Confirm entry points to
and the primary scan action./atlas/simulator - Validate tool detection and cwd behavior for ancestor-scanning tools.
- Ensure results highlight missing/loaded files and scan metadata.
- Keep the Next steps panel prominent and action-oriented.
- Route users into Workbench with scan context intact.
Guardrails
- Scans are local-only; do not upload file contents.
- Handle permission errors, empty scans, and truncated scans with clear copy.
- Prefer one primary CTA per results state.
References
- docs/atlas/simulator.md
- docs/atlas/scan-next-steps.md
- docs/architecture/atlas-simulator-flow.md
- docs/ui/scan-flow.md
- codex/skills/markdowntown-atlas-scan/references/atlas-docs.md
- codex/skills/markdowntown-atlas-scan/references/atlas-source.md