analyze-claude-skills-and-agents

Generate and update Antora documentation for Claude Code skills and agents.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/albertoirurueta/ai-catalog --skill analyze-claude-skills-and-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analyze-claude-skills-and-agents
Source: https://github.com/albertoirurueta/ai-catalog/tree/main/.claude/skills/analyze-claude-skills-and-agents
Command: npx skills add https://github.com/albertoirurueta/ai-catalog --skill analyze-claude-skills-and-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation and updating of Antora documentation for Claude Code skills and agents within a repository, ensuring that the documentation remains up-to-date with the current skill and agent definitions.

Core Features & Use Cases

  • Documentation Generation: Generates reference tables, dependency graphs, and detail pages for each skill and agent.
  • Automated Updates: Idempotent and safe to re-run, regenerating content from current skill/agent definitions.
  • Use Case: Whenever the catalog's documentation needs to reflect its actual current set of skills and agents, instead of manual updates.

Quick Start

Invoke the skill as /analyze-claude-skills-and-agents.

Frequently Asked Questions about analyze-claude-skills-and-agents

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

FAQPage Schema
How do I automate documentation for Claude Code skills and agents in a repository?

Automated documentation for Claude Code skills generates reference tables, dependency graphs, and detail pages directly from current skill and agent definitions. This prevents documentation drift by ensuring generated content always matches the actual repository state.

Can I safely re-run automated documentation generation without breaking existing files?

Automated documentation generation is idempotent and safe to re-run, regenerating content from current skill and agent definitions without causing conflicts or data loss. This ensures the documentation always reflects the actual repository state.

Does Antora work with automatically generated Claude Code skills documentation?

Antora works with automatically generated Claude Code skills documentation by serving as the target format for the output. The automation process generates Antora-compatible reference tables, dependency graphs, and detailed pages for each skill and agent in the repository.

What is the best way to prevent documentation drift when maintaining multiple Claude Code skills?

The best way to prevent documentation drift is to generate documentation directly from actual skill and agent definitions rather than maintaining manual updates. This automated approach creates reference tables and detail pages that always reflect the current repository state.

How does a dependency graph help with Claude Code skills repository maintenance?

A dependency graph helps with Claude Code skills repository maintenance by visually mapping the relationships between different skills and agents. The automated documentation generates this graph from current definitions to help track dependencies and prevent structural documentation drift.