# Gsdscan

> Rapid codebase assessment — lightweight alternative to /gsd:map-codebase

- Skill: `thedixitjain/gsdscan` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/gsdscan`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/gsdscan/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/thedixitjain/gsdscan

---


<objective>
Run a focused codebase scan for a single area, producing targeted documents in `.planning/codebase/`.
Accepts an optional `--focus` flag: `tech`, `arch`, `quality`, `concerns`, or `tech+arch` (default).

Lightweight alternative to `/gsd:map-codebase` — spawns one mapper agent instead of four parallel ones.
</objective>

<execution_context>
@${CLAUDE_PLUGIN_ROOT}/workflows/scan.md
</execution_context>

<process>
Execute the scan workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/scan.md end-to-end.
</process>

---

**Source:** [`davepoon/buildwithclaude`](https://github.com/davepoon/buildwithclaude) → `plugins/gsd/skills/scan/SKILL.md`

