Agent skill · Design & Presentation

ln-646-project-structure-auditor

Audits physical architecture structure: modules, domains, layer layout, junk drawers, and framework placement. Use for structure drift.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ln-646-project-structure-auditor --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: ReadGrepGlobBashmcp__hex-graph__analyze_architecturemcp__hex-line__read_filemcp__hex-line__grep_searchmcp__hex-line__outline
Path: skills/analysis/ln-646-project-structure-auditor/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

> **Paths:** File paths (`references/`, `../ln-*`) are relative to this skill directory. # Project Structure Auditor **Type:** L3 Worker L3 Worker that audits whether physical project structure reflects the intended architecture. ## Purpose & Scope - Audit modules, domains, layer layout, framework placement, and junk drawer directories - Detect structure drift that makes the architecture hard to navigate or enforce - Complement code-level boundary checks with physical structure evidence - Emit `MOVE_MODULE`, `SPLIT_JUNK_DRAWER`, or `ALIGN_DOMAIN_STRUCTURE` - Calculate compliance score (X/10) **Out of Scope:** - `.gitignore`, `.dockerignore`, temp files, build artifacts, platform remnants, and large binaries - Import-level layer violations - Package security, env-file hygiene, or runtime lifecycle checks - Moving/deleting files ## Inputs **MANDATORY READ:** Load `references/audit_worker_core_contract.md`. Tool policy: follow host AGENTS.md MCP preferences; load `references/mcp_tool_preferences.md` and `references/mcp_integration_patterns.md` only when host policy is absent or MCP behavior is unclear. Receives `contextStore` with: `tech_stack`, `architecture`, `codebase_root`, `outpu

What's inside
Steps it walks through
  1. Purpose & Scope
  2. Inputs
  3. Workflow
  4. Audit Rules
  5. 1. Framework Placement
  6. 2. Domain and Layer Layout
  7. 3. Junk Drawers
  8. Scoring Algorithm
  9. Output Format
  10. Critical Rules
  11. Definition of Done
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ln-646-project-structure-auditor skill do?

Audits physical architecture structure: modules, domains, layer layout, junk drawers, and framework placement. Use for structure drift.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ln-646-project-structure-auditor --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going