audit-skills

Audit local Claude skills against manifest guidelines and best practices.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/mostafa-drz/claude-skills --skill audit-skills-mostafa-drz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit-skills
Source: https://github.com/mostafa-drz/claude-skills/tree/main/code/audit-skills
Command: npx skills add https://github.com/mostafa-drz/claude-skills --skill audit-skills-mostafa-drz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auditors and maintainers struggle to keep a large collection of Claude skills healthy, consistent, and up-to-date with evolving best practices.

Core Features & Use Cases

  • Validate each skill against the local manifest and upstream guidance to surface deviations.
  • Generate per-skill health reports and a summarized dashboard highlighting critical issues, suggested fixes, and compliance gaps.
  • Help maintainers keep SKILLS_GUIDE.md inventory accurate and ensure new skills align with standards.

Quick Start

Run the audit command to scan all skills and generate a health report.

Frequently Asked Questions about audit-skills

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

FAQPage Schema
How do I audit local Claude skills for manifest guideline deviations?

Auditing local Claude skills requires scanning the ~/.claude/skills directory to validate each skill against manifest guidelines and upstream guidance. This process identifies frontmatter, content, tool, and UX misconfigurations, producing per-skill health reports and a summarized dashboard for quick remediation.

What does a Claude skills health report include?

A Claude skills health report flags deviations from manifest guidelines and best practices. It surfaces critical issues, suggested fixes, and compliance gaps regarding frontmatter, content, tools, UX, and upstream guidance, helping maintainers keep the SKILLS_GUIDE.md inventory accurate and aligned with standards.

How do I validate skill frontmatter and content for compliance?

Validating skill frontmatter and content involves applying automated checks against local manifest guidelines. This surfaces misconfigurations and potential risks in each skill's structure and documentation, generating health reports that highlight specific deviations and suggest fixes to maintain quality and consistency.

Can I scan all skills in the local directory at once?

You can scan all skills in the local ~/.claude/skills directory at once. The audit applies checks across the entire collection, generating a summarized dashboard that highlights critical issues alongside individual per-skill reports for quick remediation of any misconfigurations.

Why do my Claude skills deviate from upstream guidance?

Claude skills deviate from upstream guidance when evolving best practices outpace manual updates. Auditing identifies these compliance gaps by comparing each skill's frontmatter, content, tools, and UX against current manifest guidelines, flagging misconfigurations and potential risks for targeted remediation.

What is the best way to maintain a large collection of Claude skills?

The best way to maintain a large collection of Claude skills is running periodic audits against the local manifest and upstream guidance. This surfaces deviations, generates health reports, and ensures the SKILLS_GUIDE.md inventory remains accurate and aligned with evolving best practices for consistent quality.