acc-scan-codebase-structure

Installation
SKILL.md

Codebase Structure Scanner

Overview

Analyzes a directory tree to build a structured map of the project: identifies architectural layers, detects the framework in use, counts files per layer, and determines the overall project organization pattern.

Scanning Process

Step 1: Directory Tree Analysis

# Get top-level structure
Glob: "*" in target path

# Get full PHP file tree
Glob: "**/*.php" in target path
Installs
1
GitHub Stars
79
First Seen
Feb 11, 2026
acc-scan-codebase-structure — dykyi-roman/awesome-claude-code