create-collection

Generate collection.yaml catalog artifacts from source files and validate compliance.

48|31|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/RHEcosystemAppEng/agentic-plugins --skill create-collection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-collection
Source: https://github.com/RHEcosystemAppEng/agentic-plugins/tree/main/.claude/skills/create-collection
Command: npx skills add https://github.com/RHEcosystemAppEng/agentic-plugins --skill create-collection

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation and maintenance of AI/ML tooling catalogs by automating the synthesis of catalog artifacts from various sources, reducing manual errors and ensuring compliance with defined standards.

Core Features & Use Cases

  • Automated Catalog Synthesis: Dynamically generate collection.yaml and related artifacts from source files such as SKILL.md, README, AGENTS.md, and marketplace specifications.
  • Version Control Integration: Facilitates PR preparation and version tracking within source repositories.
  • Compliance Checking: Validates the completeness and correctness of catalog entries against defined specifications and standards.

Quick Start

Execute the 'create-collection' skill to refresh the catalog for the specified pack.

Frequently Asked Questions about create-collection

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

FAQPage Schema
How do I automate AI/ML tooling catalog maintenance from source files?

Automating AI/ML tooling catalog maintenance requires synthesizing collection.yaml and related artifacts from source files like SKILL.md and README, reducing manual errors and ensuring compliance with defined standards.

Can I validate catalog entries against marketplace specifications automatically?

Automatic catalog validation checks the completeness and correctness of catalog entries against defined marketplace specifications and standards, ensuring your AI/ML tooling documentation remains compliant.

What is the best way to generate a collection.yaml file for pack maintainers?

Generating a collection.yaml file for pack maintainers involves executing an automated skill that reads source files, transforms the data, and synthesizes the catalog artifact dynamically.

Does this catalog synthesis approach work with version control and PR preparation?

Catalog synthesis supports version control by facilitating PR preparation and version tracking within source repositories, integrating automated documentation updates directly into your existing version control workflow.

What source files do I need to build an AI/ML tooling catalog?

Building an AI/ML tooling catalog requires reading source files such as SKILL.md, README, AGENTS.md, and marketplace specifications, which are then transformed and validated into catalog artifacts.

Why does automated catalog generation require file reading and data transformation capabilities?

Automated catalog generation requires file reading and data transformation capabilities to extract information from multiple source files and synthesize them into a validated collection.yaml artifact.