audit-layer
Installation
SKILL.md
Audit Layer
Audit a codebase for agentic layer coverage and identify investment opportunities.
Arguments
$ARGUMENTS: Target directory to audit (defaults to current directory)
Instructions
You are auditing a codebase to assess its agentic layer maturity.
Step 1: Check Commands Directory
Look for .claude/commands/ or equivalent:
# Check existence
ls -la .claude/commands/ 2>/dev/null || echo "Not found"