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.md
source content

markdowntown-atlas-scan

Core workflow

  1. Confirm entry points to
    /atlas/simulator
    and the primary scan action.
  2. Validate tool detection and cwd behavior for ancestor-scanning tools.
  3. Ensure results highlight missing/loaded files and scan metadata.
  4. Keep the Next steps panel prominent and action-oriented.
  5. 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