docusaurus-config
Use when working with docusaurus.config.js/ts files to validate or modify Docusaurus configuration
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install mcclowes/lea/docusaurus-configskilz install mcclowes/lea/docusaurus-config --agent opencodeskilz install mcclowes/lea/docusaurus-config --agent codexskilz install mcclowes/lea/docusaurus-config --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/mcclowes/leacp -r lea/.claude/skills/docusaurus-config ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
command-name
by anthropics
This skill should be used when the user asks to "create a plugin", "scaffold a plugin", "understand plugin structure", "organize plugin components"...
mcp-integration
by anthropics
This skill should be used when the user asks to "add MCP server", "integrate MCP", "configure MCP in plugin", "use .mcp.json", "set up Model Contex...
rule-identifier
by anthropics
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs g...
bloblang-authoring
by redpanda-data
This skill should be used when users need to create or debug Bloblang transformation scripts. Trigger when users ask about transforming data, mappi...
Agentic Skill Details
- Repository
- lea
- Stars
- 3
- Type
- Non-Technical
- Meta-Domain
- productivity
- Primary Domain
- json
- Market Score
- 16
Agent Skill Grade
A Score: 90/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Missing TOC in detailed-guide.md
- Second-person pronouns in reference
- Missing before/after examples
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 2026-01-24
Developer Feedback
I've been looking at how people handle Docusaurus configuration lately, and your skill's approach to making it accessible is pretty solid—curious what drove you to focus on the configuration layer specifically rather than plugin development?
Links:
The TL;DR
You're at 90/100, firmly in A territory. This is solid work based on Anthropic's skill best practices. Your strongest area is Utility (19/20)—real problem-solving power for config validation. The weakest is Spec Compliance (12/15), mainly because you're light on trigger phrases and not using optional metadata fields that could boost discoverability.
What's Working Well
- Progressive disclosure structure: You nailed the layered approach—SKILL.md stays tight and focused while
references/detailed-guide.mdgoes deep. That's exactly how to respect token budgets while enabling exploration. - Utility hits the mark: The validation checklist and "restart dev server" feedback loop actually solve real problems developers face. You're not just documenting; you're preventing errors.
- Metadata triggers are tight: "docusaurus.config.js/ts files" is specific and activates appropriately. Developers looking for config help will find this.
The Big One: Missing Table of Contents
Your detailed-guide.md is 315 lines but has no TOC. That's a navigation problem—when Claude's scanning through 300+ lines, a TOC cuts cognitive load and helps users jump to what they need.
Fix: Add a TOC right after the title:
## Table of Contents
- [Configuration File Structure](#configuration-file-structure)
- [Required Fields](#required-fields)
- [Themes Configuration](#themes-configuration)
- [Plugins](#plugins)
- [Custom Fields](#custom-fields)
- [Validation Checklist](#...
Browse Category
More productivity Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.