deploy

Deploys documentation sites to Netlify or Vercel and updates the plugin marketplace registry.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/agentglass/claude-trace --skill deploy-agentglass
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/agentglass/claude-trace/tree/main/.claude-plugin/skills/deploy
Command: npx skills add https://github.com/agentglass/claude-trace --skill deploy-agentglass

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the deployment of documentation sites to hosting platforms like Netlify or Vercel and manages updates to the plugin marketplace registry, streamlining the release process.

Core Features & Use Cases

  • Documentation Deployment: Builds and deploys the documentation site to Netlify or Vercel.
  • Marketplace Updates: Updates the marketplace.json file and pushes changes to the plugin marketplace registry.
  • Use Case: After releasing a new version of the claude-trace library, use this Skill to deploy the updated documentation and ensure the plugin is discoverable in the marketplace.

Quick Start

Deploy the documentation site to Netlify and update the plugin marketplace.

Frequently Asked Questions about deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate documentation deployment to Netlify or Vercel?

You can automate documentation deployment by using this Skill to build and push your docs site directly to Netlify or Vercel, streamlining the release process without manual CLI intervention.

Can I update the plugin marketplace registry without redeploying my documentation site?

Yes, the Skill supports independent deployment of documentation and marketplace listings, allowing you to update the marketplace.json file and push changes without triggering a full docs redeployment.

Do I need Git and Netlify CLI installed to deploy docs and update the marketplace?

Yes, you need Git installed for marketplace updates and either the Netlify CLI or Vercel CLI installed to handle the actual hosting deployment of your documentation site.

What is the best way to release updated documentation and ensure plugin discoverability in the marketplace?

The best way is to use an automated deployment Skill that simultaneously deploys your documentation to Vercel or Netlify and updates the plugin marketplace registry to ensure discoverability.

Why does my marketplace update fail after deploying documentation with this automation?

Marketplace updates require Git to be properly configured. If Git is missing or the marketplace.json file has conflicts, the automated registry update will fail during the deployment process.

Does the deploy Skill work with both Vercel and Netlify for hosting documentation?

Yes, the Skill automates documentation deployment to both Vercel and Netlify, requiring only the respective platform's CLI tool to be installed in your environment.