Agent skill

ln-642-layer-boundary-auditor

L3 Worker. Audits layer boundaries + cross-layer consistency: I/O violations, transaction boundaries (commit ownership), session ownership (DI vs local).

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ln-642-layer-boundary-auditor-levnikolaevich-claude-code-skills--levnikolaevich-claude-code-skills-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/analysis/ln-642-layer-boundary-auditor-levnikolaevich-claude-code-skills--levnikolaevich-claude-code-skills-2/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 (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. # Layer Boundary Auditor L3 Worker that audits architectural layer boundaries and detects violations. ## Purpose & Scope - Read architecture.md to discover project's layer structure - Detect layer violations (I/O code outside infrastructure layer) - **Detect cross-layer consistency issues:** - Transaction boundaries (commit/rollback ownership) - Session ownership (DI vs local) - Check pattern coverage (all HTTP calls use client abstraction) - Detect error handling duplication - Return violations list to coordinator **Out of Scope** (owned by ln-628-concurrency-auditor): - Blocking I/O in async functions (sync open/read in async def) - Fire-and-forget tasks (create_task without error handler) ## Input (from ln-640) ``` - architecture_path: string # Path to docs/architecture.md - codebase_root: string # Root directory to scan - skip_violations: string[] # Files to skip (legacy) - output_dir: string # e.g., "docs/project/.audit/ln-640/{YYYY-MM-DD}" # Domain-aware (optional, from coordinator) - domain_mode

What's inside
Steps it walks through
  1. Purpose & Scope
  2. Input (from ln-640)
  3. Workflow
  4. Phase 1: Discover Architecture
  5. Phase 2: Detect Layer Violations
  6. Phase 3: Cross-Layer Consistency Checks
  7. Phase 4: Check Pattern Coverage
  8. Phase 5: Calculate Score
  9. Phase 6: Write Report
  10. Phase 7: Return Summary
  11. Critical Rules
  12. Definition of Done
  13. Reference Files
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ln-642-layer-boundary-auditor skill do?

L3 Worker. Audits layer boundaries + cross-layer consistency: I/O violations, transaction boundaries (commit ownership), session ownership (DI vs local).

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ln-642-layer-boundary-auditor-levnikolaevich-claude-code-skills--levnikolaevich-claude-code-skills-2 --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