sidecar-website

Build and maintain Docusaurus documentation sites for Sidecar projects.

1.0k|79|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/marcus/sidecar --skill sidecar-website
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sidecar-website
Source: https://github.com/marcus/sidecar/tree/main/.claude/skills/sidecar-website
Command: npx skills add https://github.com/marcus/sidecar --skill sidecar-website

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manages and scales documentation sites by providing a clear structure for Docusaurus-based projects, enabling consistent docs, blog posts, and deployment workflows.

Core Features & Use Cases

  • Structured Documentation: Organize docs pages, sidebars, and site config for scalable docs.
  • Blog & Pages Management: Create and publish blog posts and documentation pages with consistent styling.
  • Deployment Ready: Prepare the site for production deployment with stable configurations and assets.

Quick Start

Open the website directory and start the development server to preview changes.

Frequently Asked Questions about sidecar-website

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

FAQPage Schema
How do I build and organize a Docusaurus documentation site?

You can organize Docusaurus documentation by configuring docusaurus.config.js and sidebars.js to structure docs pages, blog posts, and navigation. This Skill automates that organization and prepares the site for deployment using structured project files.

What do I need to run a Docusaurus site for my project documentation?

Running a Docusaurus docs site requires Node.js >= 20 and structured project files including docusaurus.config.js, sidebars.js, and package.json. These enable automated site generation, local preview, and deployment.

Can I manage blog posts and documentation pages together in Docusaurus?

Yes, you can manage blog posts and documentation pages together. This Skill provides a clear structure for creating, organizing, and publishing both docs and blog content with consistent styling across the website/blog and website/docs directories.

What is the best way to prepare a Docusaurus site for production deployment?

The best way to prepare a Docusaurus site for production deployment is to apply stable configurations and organize static assets correctly. This Skill streamlines the process by ensuring your docs, blog, and src files are structured for automated deployment readiness.

How does a Docusaurus documentation workflow handle site configuration and navigation?

A Docusaurus documentation workflow handles site configuration and navigation by managing docusaurus.config.js and sidebars.js files. This Skill applies these configurations to automate site generation and maintain scalable docs and blog structures.