docusaurus-documentation

3 stars
16
D

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-documentation
skilz install mcclowes/lea/docusaurus-documentation --agent opencode
skilz install mcclowes/lea/docusaurus-documentation --agent codex
skilz install mcclowes/lea/docusaurus-documentation --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/mcclowes/lea
2. Copy the agent skill directory:
cp -r lea/.claude/skills/docusaurus-documentation ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

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

Spec Compliance
12/15
PDA Architecture
18/30
Ease of Use
17/25
Writing Style
7/10
Utility
11/20
Modifiers: -4

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...

Report Security Issue

Found a security vulnerability in this agent skill?