Agent skill · Frontend

docusaurus

Deep integration with Docusaurus for documentation site development. Configure projects, manage sidebars, versioning, i18n, develop plugins, and optimize builds for React-based documentation.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill docusaurus --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/technical-documentation/skills/docusaurus/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Docusaurus Skill Deep integration with Docusaurus for documentation site development. ## Capabilities - Generate Docusaurus project configuration - Create and manage sidebar structures (sidebars.js) - Configure versioning and i18n - Develop custom Docusaurus plugins - MDX component creation and integration - Build optimization and debugging - Algolia DocSearch configuration - Theme customization ## Usage Invoke this skill when you need to: - Set up a new Docusaurus documentation site - Configure sidebars and navigation - Implement versioned documentation - Add internationalization (i18n) - Create custom plugins or themes ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | action | string | Yes | init, configure, sidebar, version, i18n, plugin | | projectPath | string | Yes | Path to Docusaurus project | | config | object | No | Configuration options | | version | string | No | Version tag for versioning | | locale | string | No | Locale code for i18n | ### Input Example ```json { "action": "configure", "projectPath": "./docs-site", "config": { "title": "My Documentation", "tagline": "Developer documentation for My Product", "url

What's inside
Steps it walks through
  1. Capabilities
  2. Usage
  3. Inputs
  4. Input Example
  5. Project Configuration
  6. docusaurus.config.js
  7. Sidebar Configuration
  8. sidebars.js
  9. Custom Components
  10. Tabs Component
  11. API Endpoint Component
  12. Versioning
  13. Creating a Version
  14. versions.json
Ships with 1 file
  • README.md
Commands it runs
Create version snapshot
npm run docusaurus docs:version 1.0.0
Project structure after versioning
docs/
versioned_docs/
versioned_sidebars/
versions.json
Generate translation files
npm run write-translations -- --locale es
Start dev server for locale
More from babysitter
All skills →
About this skill
What does the docusaurus skill do?

Deep integration with Docusaurus for documentation site development. Configure projects, manage sidebars, versioning, i18n, develop plugins, and optimize builds for React-based documentation.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill docusaurus --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going