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
70%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Critical
Do not install without reviewing
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/docusaurus-documentation/SKILL.mdWhen 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]?"
})When users ask about docusaurus.config.js settings, theming, or plugins:
For markdown features, MDX, or content creation:
For detailed documentation, see:
343dcb2
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.