audit-skills

Audit installed skills by parsing SKILL.md frontmatter and classifying redundancy and value.

23|7|Updated Sep 8, 2025
One-click install
npx skills add https://github.com/pvillega/claude-templates --skill audit-skills-pvillega
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-skills
Source: https://github.com/pvillega/claude-templates/tree/main/plugins/ct/skills/audit-skills
Command: npx skills add https://github.com/pvillega/claude-templates --skill audit-skills-pvillega

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps maintainers discover which installed Claude skills duplicate model knowledge or add real operational value so repositories stay lean, safe, and focused.

Core Features & Use Cases

  • Comprehensive discovery: Scans project, global, and plugin skill locations for SKILL.md files and records each skill's source.
  • Dual-axis classification: Evaluates skills on Knowledge (novelty) and Process Discipline (workflow enforcement) and classifies them into redundant, partially redundant, or valuable groups.
  • Actionable reporting: Produces a structured report listing redundant skills, partially redundant sections, valuable skills by type, totals, and recommended actions for removal or retention.
  • Use Case: Use when you want to trim cluttered skill sets, enforce team workflows, or ensure plugins don't leak redundant behaviors to the model.

Quick Start

Ask the assistant to "Audit installed skills and generate a redundancy and value report for all SKILL.md files across project, global, and plugin locations".

Frequently Asked Questions about audit-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check for redundant Claude skills across project and plugin directories?

To check for redundant Claude skills, audit installed SKILL.md files across project, global, and plugin directories by classifying each skill on knowledge novelty and process discipline axes, then grouping results into redundant, partially redundant, or valuable categories to identify duplicates.

What is skill redundancy analysis and when do I need to audit my code environment?

Skill redundancy analysis evaluates installed Claude skills to detect duplicates of model knowledge versus real operational value. You need to audit your code environment when repositories become cluttered with overlapping skills that leak redundant behaviors to the model.

How to generate a value and redundancy report for installed SKILL.md files?

Generate a redundancy and value report by reading SKILL.md frontmatter and bodies from project, global, and plugin locations, then classifying each skill on knowledge and process-discipline axes to produce counts and recommended actions for removal or retention.

Can I audit skills if my directories use YAML frontmatter in SKILL.md files?

Yes, you can audit skills using YAML frontmatter since the process requires reading and parsing YAML frontmatter from SKILL.md files to extract metadata and summarize findings with counts of redundant, partially redundant, and valuable skills.

Does auditing installed skills require special permissions or dependencies?

Auditing installed skills requires read access to project, global, and plugin skill directories and the ability to parse YAML frontmatter. No external dependencies are needed, making it straightforward to execute in any standard code environment.

What is the best way to classify Claude skills for process discipline and knowledge value?

The best way to classify Claude skills is applying a dual-axis evaluation on Knowledge novelty and Process Discipline workflow enforcement, sorting each skill into redundant, partially redundant, or valuable groups to determine which skills to remove or retain.