contribute-catalog

Add and publish HyperFrames catalog entries with registry updates and previews.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/wesleysimplicio/simplicio-mapper --skill contribute-catalog-wesleysimplicio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contribute-catalog
Source: https://github.com/wesleysimplicio/simplicio-mapper/tree/main/.skills/contribute-catalog
Command: npx skills add https://github.com/wesleysimplicio/simplicio-mapper --skill contribute-catalog-wesleysimplicio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides teams and contributors through authoring and shipping new HyperFrames catalog entries (blocks or components) to the public registry, streamlining collaboration and standardization.

Core Features & Use Cases

  • Structured registry creation: scaffolds a new block or component directory with the required files and registry entry.
  • PR-ready workflow: guides updating registry.json and generating catalog previews for review.
  • In-project reuse: supports internal catalogs and consistent naming and licensing practices.

Quick Start

Create the registry item directory, fill in the registry-item.json, add the HTML, and open a PR with the preview.

Frequently Asked Questions about contribute-catalog

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

FAQPage Schema
How do I add new blocks or components to a catalog registry?

To add new blocks or components to a catalog registry, you create a registry item directory, fill in the registry-item.json, add the HTML, and open a PR with the generated preview for review.

What is the best way to publish a HyperFrames catalog entry for review?

The best way to publish a HyperFrames catalog entry is using a PR-ready workflow that updates registry.json, generates catalog pages, and creates previews to streamline contributor review.

Do I need to update registry.json manually when contributing to a catalog?

You do not need to update registry.json manually when contributing to a catalog if you use an automated workflow that scaffolds the directory and guides registry updates for PR submission.

Can I use catalog contribution workflows for internal registries?

You can use catalog contribution workflows for internal registries to support in-project reuse, ensuring consistent naming and licensing practices across internal blocks and components.

What files are required to scaffold a new catalog item directory?

Required files to scaffold a new catalog item directory include the registry-item.json metadata file and the component HTML, which are structured to ensure the entry passes review.