← ClaudeAtlas

agent-skill-deploylisted

Deploys agent skill collections from any GitHub repository with a /skills folder to one or more distribution surfaces: GitHub releases, Claude Code marketplace, VS Code plugin marketplace, and Copilot CLI plugin marketplace. Handles pre-flight validation, conventional commit analysis, version bumping across surface configs, and surface-specific publishing with dry-run support. Use when releasing, publishing, or deploying a skills collection to any supported marketplace or creating a GitHub release for a skills repository. Don't use for deploying non-skill packages, npm modules, Docker images, or Azure resources.
webmaxru/ai-native-dev · ★ 0 · AI & Automation · score 66
Install: claude install-skill webmaxru/ai-native-dev
# 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