Deploy Docs

🌐Community
by ratacat · vlatest · Repository

Automatically generates and deploys documentation from code comments to a designated web location.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add deploy-docs npx -- -y @trustedskills/deploy-docs
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "deploy-docs": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/deploy-docs"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates the deployment of documentation to various platforms. It can take markdown files as input and generate static HTML sites, suitable for hosting on services like GitHub Pages or Netlify. The deployed documentation includes features such as a table of contents and search functionality.

When to use it

  • You have a collection of markdown documents that need to be made publicly accessible.
  • You want to automate the process of building and deploying your project's documentation.
  • You’re looking for a simple way to create a static website from markdown files, without needing complex tooling.
  • You wish to quickly share technical documentation with a team or wider audience.

Key capabilities

  • Markdown input processing
  • Static HTML site generation
  • Table of contents creation
  • Search functionality inclusion

Example prompts

  • "Deploy the markdown files in this directory to GitHub Pages."
  • “Generate a static website from these documentation files.”
  • "Create a deployable package for Netlify using my markdown documents."

Tips & gotchas

The skill requires access to deployment platforms (e.g., GitHub, Netlify) and appropriate credentials. Ensure the input markdown files are well-formatted for optimal results.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ratacat
Installs
5

🌐 Community

Passed automated security scans.