skill-inventory

Inventory and export protocol skills, domain skills, and system prompts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/eugene-belkovich/ai-setup --skill skill-inventory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-inventory
Source: https://github.com/eugene-belkovich/ai-setup/tree/main/claude/base/skills/workflow/skill-inventory
Command: npx skills add https://github.com/eugene-belkovich/ai-setup --skill skill-inventory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Audits and exports the complete set of cloud prompt skills, protocols, and system prompts to support OpenSearch indexing, documentation, and governance.

Core Features & Use Cases

  • Generate an inventory report of all skills
  • Export per-skill data to JSON/Markdown
  • Prepare content for OpenSearch indexing and tooling
  • Quick status checks on coverage and prompts

Quick Start

Run the inventory tool to generate a report of all skills and optionally export JSON or Markdown artifacts for OpenSearch and documentation.

Frequently Asked Questions about skill-inventory

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

FAQPage Schema
How do I generate an inventory report of all my cloud prompt skills?

To generate an inventory report of prompt skills, you run the provided Python scripts to coordinate per-skill metadata generation and produce a Markdown inventory of your full skill corpus.

How do I export skill metadata to JSON or NDJSON for OpenSearch indexing?

You can export skill metadata to JSON or NDJSON for OpenSearch indexing by running the tooling scripts, which coordinate per-skill data extraction and optional JSON or NDJSON exports of the entire corpus.

Can I audit system prompts and protocol skills without writing custom scripts?

You can audit system prompts and protocol skills without custom scripts by using this tooling, which automatically inventories the full skill corpus and generates coverage status checks and documentation artifacts.

What is the best way to document a complete skill corpus for governance and reporting?

The best way to document a skill corpus for governance is to use automated inventory tooling that extracts per-skill metadata and exports it to Markdown reports and structured JSON files for comprehensive auditing.

What file formats are supported when exporting the skill inventory?

Supported export formats for the skill inventory include Markdown for documentation and human-readable reporting, alongside structured JSON and NDJSON formats for OpenSearch indexing and downstream tooling integration.

Does the skill inventory export work with dependencies or external libraries?

The skill inventory export operates without external dependencies, utilizing standalone Python scripts to process the full skill corpus and generate the required JSON, NDJSON, and Markdown artifacts directly.