Publishing to the registry
Before you publish
- Your skill passes
skillpm validatewith no errors - Version is bumped from any previous release
- Description is accurate and at least 20 characters
- You have a Skilldex account (sign in at skilldex-web.vercel.app — coming in Phase 3)
Publish
skillpm publishskillpm will authenticate, package, validate, and upload in one step.
What happens next
After publishing:
- Your skill appears in the registry with a
Communitytrust tier - The format conformance score is calculated and displayed on the skill page
- Users can install it with
skillpm install your-skill-name
Updating a skill
Bump the version in SKILL.md frontmatter and run skillpm publish again. All previous versions remain available in the registry.
Unpublishing
Skills cannot be deleted from the registry once other users have installed them. You can deprecate a version:
skillpm deprecate my-skill@1.0.0 "Use 2.0.0 instead"Deprecated versions show a warning when installed but remain available.
Verified tier
To apply for Verified status, open an issue in the Skilldex GitHub repository with a link to your published skill. Verified status is granted to skills that:
- Score 90+ on format conformance
- Have clear, accurate documentation
- Are actively maintained
- Do not contain harmful or deceptive content