agent-skill-deploylisted
Install: claude install-skill webmaxru/enonic-agent-skills
# Agent Skill Collection Deploy
## Purpose
Automate multi-surface deployment of agent skill collections:
- Pre-flight validation of git state, skills inventory, and surface readiness
- Conventional commit analysis with version bump recommendation
- Version bumping across all detected surface configuration files
- Surface-specific deployment with dry-run capability
- User approval gates before irreversible operations
## When to Use This Skill
Use this skill when the user:
- Asks to "release", "deploy", "publish", or "ship" a skills collection
- Wants to bump versions and push to one or more marketplaces
- Needs to create a GitHub release for a skills repository
- Wants to publish skills to Claude Code, VS Code, or Copilot CLI marketplaces
- Asks to check deployment readiness or run a dry-run release
**Do not use** for npm packages, Docker deployments, Azure resource provisioning, or repositories without a `/skills` directory.
## Supported Surfaces
| Surface | Config Files | Deploy Action | Tool Required |
| ---------------- | ------------------------------------------------------------------ | -------------------------------- | ------------------- |
| **github** | Git remote URL | Create tag + GitHub release | `gh` |
| **claude-code** | `.claude-plugin/plugin.json` (required), `.claude-plugin/marketplace