contribute

Guide skillsets.cc submission workflows with npx skillsets and GitHub CLI.

6|2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/skillsets-cc/main --skill contribute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contribute
Source: https://github.com/skillsets-cc/main/tree/main/plugins/contribute/skills/contribute
Command: npx skills add https://github.com/skillsets-cc/main --skill contribute

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides developers through the complete submission workflow for skillsets.cc, including preparation, audits, and registry submission, to reduce friction and ensure readiness.

Core Features & Use Cases

  • Structured, end-to-end submission steps (init, prepare content, audit, qualitative review, submit) with prompts and examples.
  • Generates required artifacts (skillset.yaml, content files, LICENSE) and coordinates tooling (npx skillsets, gh CLI).
  • Use Case: A developer with a new skillset follows the guided tasks to produce a ready-to-submit submission package.

Quick Start

Run npx skillsets@latest init --name <name> --description "<desc>" --handle <handle> --production-url <url> --tags <tags> and follow the prompts.

Frequently Asked Questions about contribute

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

FAQPage Schema
How do I prepare a skillset submission for the registry?

Preparing a skillset submission involves initializing the project with npx skillsets, generating required artifacts like skillset.yaml and LICENSE, and following guided audit steps to ensure registry readiness.

What files are required to submit a skillset to skillsets.cc?

A valid skillset submission requires generating a skillset.yaml file, content files, and LICENSE scaffolding, all coordinated through the npx skillsets tooling and GitHub CLI.

Can I use GitHub CLI to coordinate my skillset submission workflow?

Yes, the skillset submission workflow coordinates with the GitHub CLI throughout the process to manage initialization, content audits, and the final registry submission.

How does the skillset audit process work before submission?

The skillset audit process works by guiding developers through qualitative review steps after content creation, ensuring all generated artifacts meet registry standards before final submission.

Do I need npx skillsets installed to initialize a new skillset?

Yes, you need npx skillsets to initialize a new skillset, as the tooling generates the required skillset.yaml, content files, and license scaffolding for the submission package.

What is the best way to structure a skillset for audit readiness?

The best way to structure a skillset for audit readiness is following the end-to-end workflow: initialize, prepare content, run audits, and complete qualitative review using the provided prompts and examples.