Fumadocs Deploy

🌐Community
by foreveryh · vlatest · Repository

Automates deployment of Fumadocs documentation sites from Git repositories, streamlining updates and maintenance.

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 fumadocs-deploy npx -- -y @trustedskills/fumadocs-deploy
2

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

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

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

About This Skill

What it does

The fumadocs-deploy skill automates the deployment of documentation using Fuma Docs. It allows you to generate and publish your project's documentation directly from source code comments, streamlining the process of keeping documentation up-to-date. This skill can handle complex projects with multiple files and dependencies, ensuring consistent formatting and versioning.

When to use it

  • Automated Documentation Updates: Regularly update project documentation without manual intervention.
  • New Project Onboarding: Quickly generate initial documentation for a new software project.
  • Internal Knowledge Base: Create and maintain an internal knowledge base from code comments.
  • Release Documentation: Automatically deploy updated documentation alongside software releases.

Key capabilities

  • Fuma Docs integration
  • Automated deployment
  • Documentation generation from source code comments
  • Support for complex projects

Example prompts

  • "Deploy the Fuma Docs documentation for my project."
  • "Generate and publish the latest version of my project's documentation using Fuma Docs."
  • “Update the documentation with changes in commit [commit hash]”

Tips & gotchas

  • Requires a working Fuma Docs installation and configuration.
  • Ensure your project’s code comments are formatted correctly for Fuma Docs parsing.

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
foreveryh
Installs
2

🌐 Community

Passed automated security scans.