skill_audit_skill

This skill analyzes Claude Code skills for compliance and token efficiency, enabling rapid improvement through actionable recommendations.
  • Python

8

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.1 KB

Overview

This skill audits Claude Code skills for compliance, security patterns, and token efficiency. It produces actionable issue lists prioritized by severity and an optimized primary manifest that fixes critical and recommended problems while preserving original intent. The output includes token budget comparisons and any detected functional overlap with sibling skills.

How this skill works

The auditor runs a static analysis of the skill package, extracts the skill manifest and analysis JSON, and cross-references findings against checklist and pattern libraries. It detects overlapping behavior with sibling skills in the same parent directory and computes token usage before and after proposed fixes. Finally, it generates prioritized remediation items and an updated manifest that applies Critical and Recommended fixes.

When to use it

  • Before publishing a skill to a catalog
  • During pre-release compliance and cost reviews
  • When reducing token consumption for high-traffic skills
  • After merging related skills to detect functional overlap
  • During periodic security and pattern audits

Best practices

  • Keep the primary manifest concise and imperative; preserve intent while minimizing tokens
  • Address Critical items immediately, then focus on Recommended fixes in the next release
  • Maintain pattern and checklist resources in a resources/ folder for easy cross-reference
  • Run overlap detection when multiple skills share the same parent to avoid duplicate functionality
  • Document resource references separately from the primary manifest

Example use cases

  • Audit a skill prior to deployment to ensure policy and pattern compliance
  • Compare token budgets before and after remediation for ROI estimates
  • Detect and consolidate overlapping abilities across sibling skills
  • Produce a prioritized remediation plan for engineering teams
  • Generate an optimized primary manifest that resolves high-severity issues

FAQ

A prioritized list of issues (Critical → Recommended → Optional), a token budget table showing Before/After/Δ, an overlap report if siblings exist, and an optimized primary manifest applying Critical and Recommended fixes.

Will the audit change intent or behavior?

No. Fixes preserve the original intent; changes focus on compliance, security patterns, and token efficiency while moving reference material into resources/.

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