Quarto Netlify

🌐Community
by htlin222 · vlatest · Repository

Automatically deploys Quarto projects to Netlify for easy sharing and live previews – streamlining your workflow and making your work accessible.

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 quarto-netlify npx -- -y @trustedskills/quarto-netlify
2

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

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

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

About This Skill

What it does

This skill automates the deployment of Quarto documents to Netlify. It handles building your Quarto project and pushing the resulting static site to a Netlify site, streamlining the publishing process for reproducible reports and dashboards. Specifically, it manages build configurations and deploys directly from your Quarto project directory.

When to use it

  • You're using Quarto to create reports or websites.
  • You want an automated way to deploy these projects to Netlify.
  • You’re tired of manually configuring builds and deployments for Quarto projects.
  • You need a consistent workflow for updating your Quarto-generated website on Netlify.

Key capabilities

  • Automated build configuration
  • Direct deployment from Quarto project directory
  • Netlify site publishing

Example prompts

  • "Deploy my Quarto project to Netlify."
  • "Build and publish the latest version of my report using Quarto on Netlify."
  • “Update my Netlify site with the changes in my Quarto project.”

Tips & gotchas

This skill assumes you have a Netlify account and are familiar with basic Quarto usage. Ensure your Quarto project is properly structured for static site generation before attempting deployment.

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
htlin222
Installs
19

🌐 Community

Passed automated security scans.