agentic tools commands

6 tagged agentic tools, measured the same way as everything else here.

explain-code

01

KhaledSaeed18/dotclaude

Command Claude Code

Walk through a file, function, class, or module and explain what it does, how it works, and why it is structured the way it is. Suited for onboarding onto unfamiliar code, understanding a complex algorithm, or preparing to modify something you have not read before. Pass a file path or a symbol name as the argument.…

4 7d ago A 86 tokens original MIT

clean-branches

02

KhaledSaeed18/dotclaude

Command Claude Code

List local Git branches that have been fully merged or are stale and delete them safely after showing what would be removed. Protects main, master, develop, and the currently checked-out branch. Pass --dry-run to preview without deleting anything. Distinct from the finish-branch skill, which closes a single active…

4 7d ago A 92 tokens original MIT

security-audit

03

KhaledSaeed18/dotclaude

Command Claude Code

Run a full-codebase security audit covering OWASP Top 10:2025 vulnerability classes, authentication and authorization logic, secret handling, input validation, dependency CVEs, and supply-chain risk. Broader than the secret-scan skill, which scans a single diff. Produces a structured findings report ranked by…

4 7d ago A 96 tokens original MIT