docusaurus-setup

Installation
SKILL.md

Docusaurus Setup Skill

What This Skill Does

  1. Project Analysis - Examine Docusaurus structure and dependencies
  2. Local Configuration Validation - Verify Docusaurus config and sidebars
  3. Local Build & Testing - Build site locally and validate output
  4. Content Verification - Check for broken links and syntax errors
  5. GitHub Pages Setup - Configure repository and deployment settings
  6. CI/CD Automation - Set up GitHub Actions workflows
  7. Deployment Verification - Validate successful deployment

When to Use This Skill

  • Deploy the Docusaurus site on github pages.
  • perform git add ., git commit -m "update site - [detail]" and git push -u origin main operation
  • You’re configuring if not already set docusaurus.config.js (title, baseUrl, theme plugins, navbar, footer).
  • You’re editing sidebars.js to match your course or project structure.
  • You need to set up deployment of a Docusaurus site to GitHub Pages with CI/CD.
Installs
2
First Seen
May 30, 2026
docusaurus-setup — bilalmk/ai-native-book