skill-system-audit

Audit AI skill repositories for fragmented skills, routing errors, and YAML validity.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/Wike-CHI/acquisition-agent --skill skill-system-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-system-audit
Source: https://github.com/Wike-CHI/acquisition-agent/tree/main/skills/skill-system-audit
Command: npx skills add https://github.com/Wike-CHI/acquisition-agent --skill skill-system-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill-system-audit automatically uncovers fragmented skills, cross‑reference errors, corrupted routing tables, and invalid YAML across an AI skill ecosystem, removing manual, error‑prone reviews.

Core Features & Use Cases

  • Directory‑Manifest Consistency: Verifies that active skill folders match the manifest list.
  • Routing Table Validation: Checks YAML syntax and ensures all referenced skills exist.
  • Cross‑Reference Scanning: Extracts skill:// links from all markdown and yaml files.
  • Archived Skill Leakage Detection: Flags archived skills mistakenly used in routing or files.
  • Typo & Intent‑Skill Mismatch Checks: Identifies common naming errors in intents and routes.

Quick Start

Ask the system to run the skill-system-audit and return the generated audit report.

Frequently Asked Questions about skill-system-audit

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

FAQPage Schema
How do I check for broken skill links and routing errors in a YAML manifest?

You can validate YAML syntax and routing tables by auditing the skill repository, parsing SKILL.md frontmatter and ROUTING-TABLE.yaml files. This verifies that all referenced skills exist and flags archived skills mistakenly used in routing configurations.

What causes fragmented skills and cross-reference errors in an AI skill ecosystem?

Fragmented skills and cross-reference errors occur when active skill folders do not match the manifest list or when skill:// links point to missing files. Auditing the repository uncovers these mismatches and detects common naming errors in intents and routes.

Can I scan any skill repository using the skill:// protocol for routing table corruption?

Yes, you can apply a system audit to any skill repository using the skill:// protocol. It scans directories, manifests, and routing configurations to identify YAML validity issues and routing table corruption across the ecosystem.

How do I detect archived skill leakage in routing configurations?

To detect archived skill leakage, scan all markdown and yaml files to extract skill:// links and cross-reference them against the active manifest. This flags any archived skills that are mistakenly referenced in routing tables or documentation.

What are the limitations of automated YAML validity checks for skill manifests?

Automated YAML validity checks focus on syntax, routing table corruption, and directory-manifest consistency, but may not catch semantic logic errors. They verify that referenced skills exist and identify naming typos, yet require a properly structured skill repository to function correctly.