docusaurus-documentation
Use when looking up information from the latest Docusaurus documentation at https://docusaurus.io/docs
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-documentationskilz install mcclowes/lea/docusaurus-documentation --agent opencodeskilz install mcclowes/lea/docusaurus-documentation --agent codexskilz install mcclowes/lea/docusaurus-documentation --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-documentation ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
markdown
by RedondoK
Transform AI markdown generation to be 100% markdownlint-compliant. Use this skill whenever generating messages containing markdown, generating or ...
notion-uploader-downloader
by SpillwaveSolutions
Bidirectional sync between Markdown and Notion. Upload .md files with images to Notion pages/databases, append to existing pages, or download Notio...
notion-uploader-downloader
by SpillwaveSolutions
Bidirectional sync between Markdown and Notion. Upload .md files with images to Notion pages/databases, append to existing pages, or download Notio...
markdown-quality
by racurry
Interpretive guidance for applying markdownlint rules using our opinionated configuration. Use when creating or editing markdown files, configuring...
Agentic Skill Details
- Repository
- lea
- Stars
- 3
- Type
- Technical
- Meta-Domain
- productivity
- Primary Domain
- markdown
- Market Score
- 16
Agent Skill Grade
D Score: 61/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Missing references/ directory
- Meta-commentary bloat
- Workflow lacks structure
Recommendations
- Focus on improving Utility (currently 11/20)
- Address 1 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 2026-01-24
Developer Feedback
I took a look at your docusaurus-documentation skill and noticed the PDA architecture could use some restructuring—right now it's trying to cover a lot of ground in the initial sections when some of that could be deferred. With a 61/100, you're sitting at a solid foundation, but there's real opportunity to tighten how information gets disclosed to developers at different experience levels.
Links:
The TL;DR
You're at 61/100, which puts you in D territory (needs work). This is based on Anthropic's skill best practices and the 5-pillar rubric. Your strongest area is Spec Compliance (12/15)—the YAML frontmatter is clean and naming is solid. Your biggest gap is Utility (11/20)—the skill addresses documentation lookup but lacks the depth and validation patterns that would make it genuinely powerful.
What's Working Well
- Solid metadata: Your name and description have a clear trigger phrase ("looking up information from the latest Docusaurus documentation"), which makes discoverability pretty solid
- Consistent terminology: You stick with WebFetch, docusaurus.config.js, and related terms throughout—no confusing language shifts
- Valid YAML structure: Frontmatter is properly formatted with all required fields
The Big One: Remove That HTML Comment Block
Here's what's killing your token efficiency: you've got a 15-line HTML comment (lines 58-72) full of meta-guidelines about progressive disclosure. This is editor-facing bloat that Claude will parse but never use. Delete it entirely.
# Current (lines 58-72)
<!--
PROGRESSIVE DISCLOSURE GUIDELINES:
- Keep this file ~50 lines total...
-->
# Fix
Just remove it. Entirely.
Impact: +2 points immediately, plus cleaner PDA scoring.
Other Things Worth Fi...
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.