How this command is triggered — by the user, by Claude, or both
Slash command
/vibe-doc:scanThe summary Claude sees in its command listing — used to decide when to auto-load this command
Read `${CLAUDE_PLUGIN_ROOT}/skills/scan/SKILL.md` and follow its full conversational flow to scan the user's project, classify it, and generate a documentation gap report.
The scan skill will guide you through:
1. Entry gate (context vs cold start)
2. Artifact inventory scan via CLI
3. Classification with user confirmation
4. Gap report presentationRead ${CLAUDE_PLUGIN_ROOT}/skills/scan/SKILL.md and follow its full conversational flow to scan the user's project, classify it, and generate a documentation gap report.
The scan skill will guide you through:
npx claudepluginhub estevanhernandez-stack-ed/vibe-doc --plugin vibe-doc/scanScans current codebase for security vulnerabilities via SAST, dependency CVEs (npm/pip/composer), and config issues. Outputs structured report with severity ratings, findings, and remediation steps.
/scanScans configured MCP servers for security vulnerabilities and policy violations using clawdstrike_scan tool. Groups findings by severity with remediation steps and summary.
/scanRuns a multi-surface security scanner (SCA, secrets, authz, MCP, pipeline, logic, diff) with focused modes and supplementary output blocks. Exit codes convey severity.
/scanDrafts a technical spec from code symbols and a roadmap from TODO markers plus git churn data. Generates prefilled documents that you verify and triage.
/scanScans a codebase against the Solana Security Standard (SOL-0XX), reporting advisory findings grouped by rule with file locations, descriptions, and fixes.
/scanLoads Hypo-Workflow skill instructions and executes /hw:maintain scan semantics with user-provided arguments for system maintenance scanning.