Provides a read-only structural map of Claude Code configurations in a target project.
Install
mkdir -p .claude/skills/scan && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18169" && unzip -o skill.zip -d .claude/skills/scan && rm skill.zipInstalls to .claude/skills/scan
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Scan and map the Claude Code configuration of a target project without auditing. Use when someone says "scan project", "show structure", "map config", or just wants to see what Claude Code configuration exists.Key capabilities
- →Validate if the provided path is a valid directory
- →Produce a structural map of the Claude Code configuration
- →Identify the project type (single, monorepo, child)
- →List all CLAUDE.md files with line counts
- →Show the complete `.claude/` inventory
- →Report subprojects and siblings if a monorepo is detected
How it works
The skill validates a provided directory path, then uses a `project-scanner` agent to generate a structural map of the Claude Code configuration. It presents this report to the user, including project type, CLAUDE.md files, and `.claude/` inventory.
Inputs & outputs
When to use scan
- →Mapping project structure
- →Viewing Claude Code configuration
- →Checking monorepo configuration
About this skill
Project Scan
Map the complete Claude Code configuration structure of the project at $ARGUMENTS.
Steps
-
Validate input: Confirm
$ARGUMENTSis a valid directory path. If empty, ask the user for the target project path. -
Run scanner: Use the
project-scanneragent to produce a full structural map. Pass the complete path as the agent's prompt. -
Present results: Display the scanner's report directly to the user. Include:
- Project type (single/monorepo/child)
- Parent context (if any)
- All CLAUDE.md files with line counts
- Complete .claude/ inventory
- Subprojects and siblings (if monorepo)
- Quick potential issues
-
Suggest next steps:
### Next Steps - Run `/audit $ARGUMENTS` for a quick quality audit - Run `/audit-full $ARGUMENTS` for a comprehensive deep audit
Important
- This is READ-ONLY — no modifications, no quality judgments
- Just map and report what exists
- If monorepo detected, show the full ecosystem map
When not to use it
- →When modifications to the project are needed
- →When a quality judgment or audit is required
- →When detailed code analysis is needed
Limitations
- →It is a read-only operation
- →It does not perform modifications
- →It does not make quality judgments
How it compares
This skill provides a read-only structural overview of a project's Claude Code configuration, which is different from manually inspecting directories and files to understand the setup.
Compared to similar skills
scan side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| scan (this skill) | 0 | 4mo | No flags | Beginner |
| lisa-lint | 0 | 1mo | No flags | Beginner |
| redirect-article | 0 | 28d | Review | Beginner |
| seo-review | 9 | 6mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
lisa-lint
CodySwannGT
Health-check the LLM Wiki: orphan pages, contradictions, stale claims, broken internal links, missing index/log coverage, structure violations, and secret/tenant leaks. Read-only — reports findings, does not fix them.
redirect-article
dotnet
Deletes a markdown article and creates a redirect entry pointing to a different article. Use when consolidating articles, renaming or moving content, removing outdated documentation, or reorganizing the docs structure while preserving existing URLs.
seo-review
leonardomso
Perform a focused SEO audit on JavaScript concept pages to maximize search visibility, featured snippet optimization, and ranking potential
schema-markup
davila7
When the user wants to add, fix, or optimize schema markup and structured data on their site. Also use when the user mentions "schema markup," "structured data," "JSON-LD," "rich snippets," "schema.org," "FAQ schema," "product schema," "review schema," or "breadcrumb schema." For broader SEO issues, see seo-audit.
concept-workflow
leonardomso
End-to-end workflow for creating complete JavaScript concept documentation, orchestrating all skills from research to final review
seo-structure-architect
sickn33
Analyzes and optimizes content structure including header hierarchy, suggests schema markup, and internal linking opportunities. Creates search-friendly content organization. Use PROACTIVELY for content structuring.