What problem does it solve?
Publishes validated agent skills to the public registry and optionally to GitHub while enforcing quality, security, and packaging rules so shared skills are safe, documented, and installable.
Core Features & Use Cases
- Pre-publish validation: Runs agentskills validate and enforces a minimum quality score before allowing publication.
- Security gating: Requires invocation of secure-* scanners and blocks publishing on any security failures.
- Packaging & registry submission: Chooses .md for atomic skills or .zip for multi-file skills, ensures README presence, and publishes via npx skills publish with a test dry-run.
- Repository publishing: Optionally commits and pushes the skill directory to a public GitHub repo with reporting.
Quick Start
Run agentskills validate on the skill directory, ensure score and security checks pass, package as .md or .zip depending on contents, then run npx skills publish and verify the registry URL.