al-af

Al Architecture Audit — Security skill for Claude Code

Security community

Scan a codebase for shallow modules worth deepening, compare candidates, grill through the pick.

How to install Al Architecture Audit

Installs to ~/.claude/skills/al-af-al-skills-al-architecture-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/al-af-al-skills-al-architecture-audit && curl -fsSL https://raw.githubusercontent.com/al-af/al-skills/HEAD/commands/al-architecture-audit.md -o ~/.claude/skills/al-af-al-skills-al-architecture-audit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Al Architecture Audit does


description: Scan a codebase for shallow modules worth deepening, compare candidates, grill through the pick

Scope before scanning: use the user's named target, else check `git log --oneline` for hot spots (files that keep changing). Read `CONTEXT.md`/ `docs/adr/` first if they already exist — don't create them speculatively. Flag shallow modules — interface ≈ implementation complexity, extracted-for-testability functions with no locality, code untestable through its current interface —

Alternatives in Security

  • Tech Debt Skill — Claude Code skill that produces a thorough, file-cited tech debt audit of an entire codebase 590 ★
  • Maestro Knowledge — Intent-driven knowledge-store and Run knowledge lifecycle management — audit/prune, stage candidates (with sig 530 ★
  • Tier 3 Code Refinement Report — Date: 2026-03-20 Status: ALL 54 FINDINGS IMPLEMENTED Scope: Full codebase (18 plugins, 888 files, ~266K lines) 222 ★

Full documentation available on GitHub

View Source Repository