Use when auditing a codebase for architectural improvements, identifying shallow modules that should be combined or deepened into clean, simple interfaces. Triggers on "improve codebase architecture", "deepening modules", "auditoria de arquitetura", "módulos profundos", "arquitetura limpa".
Scanned 9/19/2026
Install to Claude Code
npx -y skills add majinmagros/magros.ai-skills --skill codebase-deepening-audit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Codebase Deepening Audit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majinmagros-codebase-deepening-audit)More formats (shields.io, HTML) on the badges page.
---
name: codebase-deepening-audit
description: Use when auditing a codebase for architectural improvements, identifying shallow modules that should be combined or deepened into clean, simple interfaces. Triggers on "improve codebase architecture", "deepening modules", "auditoria de arquitetura", "módulos profundos", "arquitetura limpa".
metadata:
origin: Matt Pocock / ECC
---
# Codebase Deepening Audit
Survey a codebase to identify architectural improvement opportunities based on John Ousterhout's "deep modules" philosophy (lots of behavior hidden behind a simple interface).
## Core Concepts
- **Deep Modules**: Modules that provide extensive functionality while exposing a simple, clean interface.
- **Surface Complexity**: Eliminating superficial abstractions or excessive small classes/files that increase cognitive load without adding value.
- **Visual Reporting**: Generating actionable HTML reports detailing structural candidates for refactoring.
## Workflow
1. Scan the repository structure and module boundaries.
2. Evaluate interface-to-implementation ratios across components.
3. Generate a structured report highlighting deepening opportunities and architectural risks.
## Quando Ativar
- Usuário pede auditoria de arquitetura ou "improve codebase architecture"
- Identificar módulos rasos que devem ser combinados ou aprofundados
- Usuário diz "deepening modules", "auditoria de arquitetura", "módulos profundos", "arquitetura limpa"
- Antes de refatoração estrutural grande no repositório
## Exemplo
```bash
# auditar fronteiras de módulos e gerar relatório HTML
audit-deepening --scan ./src --report ./reports/deepening.html
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!