skill-publisher
Publish skills to your organization's private skill store. Use this after creating and packaging a skill with skill-creator. Handles uploading .skill packages to GCS and registering them in the organization database.
Run this skill in the cloud
No local installation needed
All dependencies pre-installed
Secure isolated VM environment
Skill Documentation
# Skill Publisher Publish packaged skills to your organization's private skill store. ## Publish a Skill ```bash scripts/publish.sh <slug> <path-to-skill-file> ``` Example: ```bash scripts/publish.sh my-skill ./my-skill.skill ``` ## List Organization Skills ```bash scripts/list.sh ``` ## Delete a Skill ```bash scripts/delete.sh <skill-id> ```
Published by rebyteai
This skill works with Claude Code, Cursor, Windsurf, Gemini CLI, and other AI coding agents.