Cyvid7-Darus10

Ponytail Audit — Security skill for Claude Code

Security community

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

How to install Ponytail Audit

Installs to ~/.claude/skills/cyvid7-darus10-claude-code-config-ponytail-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cyvid7-darus10-claude-code-config-ponytail-audit && curl -fsSL https://raw.githubusercontent.com/Cyvid7-Darus10/claude-code-config/HEAD/commands/ponytail-audit.md -o ~/.claude/skills/cyvid7-darus10-claude-code-config-ponytail-audit/SKILL.md

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

What Ponytail 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. One line per finding, ranked biggest cut first: . . [path]. Tags: delete (dead code/speculative feature), stdlib (reinvented standard library), native (dependency doing what the platform does), yagni (abstraction with one implementation), shrink (same logic, fewer lines). End w

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