docusaurus-documentation
SKILL.md
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