skill-audit_skill

This skill analyzes Claude Code skills for compliance and token efficiency, guiding improvements to optimize performance and reliability.
  • Python

10

GitHub Stars

1

Bundled Files

2 months ago

Catalog Refreshed

4 months ago

First Indexed

Readme & install

Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.

Installation

Preview and clipboard use veilstrat where the catalogue uses aiagentskills.

npx veilstrat add skill bahayonghang/my-claude-code-settings --skill skill-audit

  • SKILL.md1.2 KB

Overview

This skill audits Claude Code skill packages for compliance and token efficiency, producing actionable fixes and an optimized skill manifest. It automates static checks, pattern matching, overlap detection with sibling skills, and outputs prioritized issues plus a token budget comparison. The goal is a concise, deployable skill package that preserves intent while reducing tokens and policy risks.

How this skill works

The auditor runs automated scripts to analyze the target skill package and reads local checklist and pattern files to validate structure and conventions. It cross-references findings with defined patterns and checklist items, optionally detects overlap with sibling skills in the parent directory, and classifies issues by severity. Final outputs include a prioritized issue list (Critical → Recommended → Optional), a token budget table (Before/After/Δ), an overlap report if relevant, and an optimized skill manifest that resolves critical and recommended items.

When to use it

  • Before publishing or releasing a Claude Code skill package
  • When reviewing a colleague's skill for policy or structure compliance
  • When optimizing prompt and response token consumption
  • Prior to merging a skill into a shared skills directory
  • During routine quality audits of multiple sibling skills

Best practices

  • Keep the core intent unchanged when applying fixes; move references to resources/ as needed
  • Resolve all Critical and Recommended issues before deployment
  • Use the token budget table to prioritize large token reductions first
  • Run overlap detection whenever sibling skills share a parent directory
  • Maintain local CHECKLIST.md and PATTERNS.md to keep audits deterministic

Example use cases

  • Audit a newly authored skill to ensure it meets team conventions and token budgets
  • Refactor an existing skill to reduce average call tokens and lower cost
  • Identify and resolve functional overlap between sibling skills before consolidation
  • Produce a concise, deployment-ready manifest that fixes high-severity findings

FAQ

A severity-ranked issue list (Critical → Recommended → Optional), a token budget table showing Before/After/Δ, an overlap report if siblings exist, and an optimized skill manifest that implements critical and recommended fixes.

Will this tool change skill intent or add educational content?

No. Fixes preserve the original intent and use imperative voice; reference material is moved to resources/ to keep the manifest concise.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
skill-audit skill by bahayonghang/my-claude-code-settings | VeilStrat