Systematic cataloging of information assets. Creates comprehensive inventories of all content with metadata and characteristics.
Install with Tessl CLI
npx tessl i github:dandye/ai-runbooks --skill inventory-content39
Does it follow best practices?
If you maintain this skill, you can automatically optimize it using the tessl CLI to improve its score:
npx tessl skill review --optimize ./path/to/skillValidation for skill structure
Create a systematic catalog of information assets within a specified path. This skill builds a comprehensive inventory including metadata, file characteristics, and format analysis to support content governance and strategic planning.
PATH - The directory or file path to inventory (e.g., "/documentation")OUTPUT_FORMAT - (Optional) The output format for the inventory, e.g., "csv", "json", "markdown" (default: "json")METADATA_EXTRACTION - (Optional) Boolean, whether to extract deep metadata (author, date, tags) (default: true)FORMAT_ANALYSIS - (Optional) Boolean, whether to analyze file formats and types (default: true)Recursively scan the PATH to identify all files and assets.
If METADATA_EXTRACTION is true, extract metadata from each asset:
If FORMAT_ANALYSIS is true, analyze the structure:
Compile the data into a structured inventory format (CSV, JSON, or Markdown Table) as specified by OUTPUT_FORMAT.
A CONTENT_INVENTORY_REPORT in the specified OUTPUT_FORMAT containing:
67a00be
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.