docusaurus
Deep integration with Docusaurus for documentation site development. Configure projects, manage sidebars, versioning, i18n, develop plugins, and optimize builds for React-based documentation.
npx skills add a5c-ai/babysitter --skill docusaurus --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Capabilities
- Usage
- Inputs
- Input Example
- Project Configuration
- docusaurus.config.js
- Sidebar Configuration
- sidebars.js
- Custom Components
- Tabs Component
- API Endpoint Component
- Versioning
- Creating a Version
- versions.json
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
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.
