al-af

Al Audit — Security skill for Claude Code

Security community

Audit the whole repo for over-engineering, what can be deleted.

How to install Al Audit

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

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

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

What Al Audit does


description: Audit the whole repo for over-engineering, what can be deleted

Audit the entire repository for over-engineering only, not correctness. Scan the whole tree, not a diff — visible bloat invites more of it (Broken Windows). One bullet per finding, ranked biggest cut first (Pareto — most of the mess traces back to a small fraction of findings): `- . . [path]`, followed by a `- fix: ` sub-bullet — the actual next action,

Alternatives in Security

  • Pal — Multi-model AI integration — chat, debugging, code review, planning, security audit 11.3k ★
  • Skills Audit Report — Date: 2026-02-15 Auditor: Automated Skill Quality Audit Scope: Recently added skills in business-growth/, fina 5.3k ★
  • Om Vault Audit — Vault Audit 4.6k ★

Full documentation available on GitHub

View Source Repository