CtrlK
BlogDocsLog inGet started
Tessl Logo

docusaurus-documentation

Use when looking up information from the latest Docusaurus documentation at https://docusaurus.io/docs. Triggers on tasks involving Docusaurus APIs, markdown features, configuration options, or best practices.

60

Quality

70%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Critical

Do not install without reviewing

Optimize this skill with Tessl

npx tessl skill review --optimize ./skills/docusaurus-documentation/SKILL.md
SKILL.md
Quality
Evals
Security

Docusaurus Docs

Quick Start

When the user asks about Docusaurus features, configuration, or best practices, use the WebFetch tool to look up information from the official Docusaurus documentation.

// Use WebFetch to access Docusaurus documentation
WebFetch({
  url: "https://docusaurus.io/docs/[topic]",
  prompt: "What does this page say about [specific question]?"
})

Core Principles

  • Always use WebFetch to get the latest documentation from https://docusaurus.io/docs
  • Common documentation paths: /configuration, /api, /guides, /creating-pages, /markdown-features
  • Start with the main docs page if you're unsure of the exact path

Common Patterns

Looking Up Configuration Options

When users ask about docusaurus.config.js settings, theming, or plugins:

  1. Use WebFetch with https://docusaurus.io/docs/api/docusaurus-config
  2. For specific plugins, check https://docusaurus.io/docs/api/plugins/[plugin-name]
  3. For theming, use https://docusaurus.io/docs/styling-layout

Finding Feature Documentation

For markdown features, MDX, or content creation:

Reference Files

For detailed documentation, see:

  • references/ - Cached documentation and guides

Notes

  • Docusaurus documentation is frequently updated; always fetch latest from https://docusaurus.io/docs
  • When uncertain about the exact URL path, start with the main docs page and search
  • For version-specific features, check the version selector on the docs site
Repository
mcclowes/skills-docusaurus
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.