🩺
QualityJavaScript

Audit Library Health

by MoizIbnYousaf

Audit Library Health is a Quality skill for Claude Code, published by MoizIbnYousaf in Ai-Agent-Skills.

1.1K stars131 forkson MoizIbnYousaf/Ai-Agent-SkillsAdded 2026/08/20Repository updated 2026/08/17
agent-skillsai-agentsclaude-codeclicodexcursordeveloper-toolsmcpproductivity
Install in seconds
Install Audit Library Health
Copy Audit Library Health into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/MoizIbnYousaf/Ai-Agent-Skills/tree/main/skills/audit-library-health ~/.claude/skills/audit-library-health

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/MoizIbnYousaf/Ai-Agent-Skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/audit-library-health/SKILL.md in MoizIbnYousaf/Ai-Agent-Skills
Installs to
~/.claude/skills/audit-library-health
Collection
One of 18 skills cataloged from this repository
Category
Quality1354 skills

What Audit Library Health does

Audit Library Health runs validation, doctor, and sync checks on a skills library so it is consistent and ready to share. Use before pushing a library to a shared repo.

Audit Library Health is cataloged under Quality on DirSkills. Audit Library Health comes from a repository tagged agent-skills, ai-agents, claude-code, cli and codex.

Documentation

README

Audit Library Health

Goal

Verify that a skills library is consistent, up-to-date, and ready to share or install from.

Guardrails

  • Always use --format json for structured output when automating health checks.
  • Always use --dry-run before running build-docs to check if docs are already in sync.
  • Never push a library to a shared repo without passing validate and doctor first.
  • Use --fields to limit output when inspecting large catalogs.

Workflow

  1. Run the validation script to check catalog integrity.
npx ai-agent-skills validate

This checks: required fields, folder consistency, frontmatter validity, collection integrity, and generated doc sync.

  1. Run doctor to check installed skills health.
npx ai-agent-skills doctor --format json

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Audit Library Health

  • What else does MoizIbnYousaf publish alongside Audit Library Health?

    Audit Library Health is one of 18 skills that DirSkills catalogs from MoizIbnYousaf/Ai-Agent-Skills, the repository it ships in. Its siblings there include Add Upstream Skill, Ask Questions If Underspecified and Backend Development. Each one is a separate skill with its own page in this directory, installs the same way Audit Library Health does, and is maintained by MoizIbnYousaf in that same repository. The rest of the collection is listed on the MoizIbnYousaf/Ai-Agent-Skills page.

  • How does Audit Library Health compare to other Quality skills?

    Audit Library Health ranks #781 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Audit Library Health against them. Open each page to compare what they document and how they install.

More from MoizIbnYousaf/Ai-Agent-Skills

Audit Library Health is one of 18 skills cataloged on DirSkills from MoizIbnYousaf/Ai-Agent-Skills.

See all 18 skills
🔗
2w ago

Add Upstream Skill

Add Upstream Skill adds a remote skill entry to the active workspace without copying its source. Use it to keep your library shaped like your own while preserving upstream metadata and choosing shelf, branch, and reason.
AI Engineering
1.1K131
2w ago

Ask Questions If Underspecified

Ask Questions If Underspecified prompts an AI agent to pause and ask 1-5 targeted clarifying questions when a request is ambiguous, then confirms assumptions before proceeding so it doesn't start wrong work.
AI Engineering
1.1K131
⚙️
2w ago

Backend Development

Backend Development provides patterns for designing APIs, database schemas, and backend system architecture. Use it when planning REST endpoints, authentication, caching, rate limiting, and observability.
DevOps
1.1K131
2w ago

Best Practices

Best Practices transforms vague prompts into optimized Claude Code prompts by adding verification, specific context, constraints, and proper phasing. Invoke with /best-practices when you need to improve a prompt.
AI Engineering
1.1K131
🔍
2w ago

Browse And Evaluate

Browse And Evaluate uses the ai-agent-skills CLI to search and inspect skills before installing them. Use it to keep context usage low with --fields and --dry-run.
AI Engineering
1.1K131
📄
2w ago

Build Workspace Docs

Build Workspace Docs regenerates README.md and WORK_AREAS.md in a managed AI agent skills library workspace. Use it after adding, cataloging, or curating skills to keep workspace documentation in sync with the skills catalog.
Writing
1.1K131