Use when looking up information from the latest Docusaurus documentation at https://docusaurus.io/docs
Scanned 9/8/2026
Install to Claude Code
npx -y skills add mattnigh/skills_collection --skill collection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Collection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mattnigh-collection-5d0514ea)More formats (shields.io, HTML) on the badges page.
---
name: docusaurus-documentation
# IMPORTANT: Keep description on ONE line for Claude Code compatibility
# prettier-ignore
description: Use when looking up information from the latest Docusaurus documentation at https://docusaurus.io/docs
---
# 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.
```typescript
// 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:
- Markdown features: https://docusaurus.io/docs/markdown-features
- MDX and React: https://docusaurus.io/docs/markdown-features/react
- Docs organization: https://docusaurus.io/docs/create-doc
## Reference Files
For detailed documentation, see:
- [references/](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
<!--
PROGRESSIVE DISCLOSURE GUIDELINES:
- Keep this file ~50 lines total (max ~150 lines)
- Use 1-2 code blocks only (recommend 1)
- Keep description <200 chars for Level 1 efficiency
- Move detailed docs to references/ for Level 3 loading
- This is Level 2 - quick reference ONLY, not a manual
LLM WORKFLOW (when editing this file):
1. Write/edit SKILL.md
2. Format (if formatter available)
3. Run: claude-skills-cli validate <path>
4. If multi-line description warning: run claude-skills-cli doctor <path>
5. Validate again to confirm
-->
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!