docusaurus-plugins

3 stars
16
B

Use when creating Docusaurus plugins (remark, rehype, theme, content, lifecycle) to extend markdown, modify HTML, or add custom functionality

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-plugins
skilz install mcclowes/lea/docusaurus-plugins --agent opencode
skilz install mcclowes/lea/docusaurus-plugins --agent codex
skilz install mcclowes/lea/docusaurus-plugins --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-plugins ~/.claude/skills/

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

Related Agentic Skills

Agentic Skill Details

Repository
lea
Stars
3
Type
Non-Technical
Meta-Domain
productivity
Primary Domain
markdown
Market Score
16

Agent Skill Grade

B
Score: 82/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
27/30
Ease of Use
22/25
Writing Style
9/10
Utility
19/20
Modifiers: -7

Areas to Improve

  • Missing TOCs in long reference files
  • Description could include more triggers

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I found your docusaurus-plugins skill while reviewing documentation tooling approaches—the way you've structured the progressive disclosure around plugin architecture is solid, though there's some room to tighten up the spec compliance that's keeping it at a B grade rather than higher.

Links:

The TL;DR

You're at 82/100, firmly in B territory. This is based on Anthropic's skill best practices. Your Utility scores highest at 19/20—the skill genuinely solves a real problem across all 5 plugin types. Your weakest spot is Spec Compliance at 12/15, mostly because the description triggers are sparse and some metadata could be richer.

What's Working Well

  • Perfect layering: SKILL.md stays lean at 66 lines while 6 reference files handle the depth. That's exactly how progressive disclosure should work.
  • Comprehensive coverage: You've got remark, rehype, theme, content, and lifecycle plugins all mapped out with real-world patterns. That's the kind of degrees of freedom developers actually need.
  • Token-efficient: Dense, Claude-appropriate writing with no filler. Every code block earns its place.
  • Consistent examples: The plugin structure templates are clear, and you show variation across different plugin types so it doesn't feel like copy-paste guidance.

The Big One: Missing Navigation in Long References

Your reference files are 454-684 lines each—that's a navigation problem. Right now they just start with content, which makes it harder for Claude (and humans) to jump to what they need.

Fix: Add a table of contents after each reference file's title:

## Table of Contents
- [When to Use](#when-to-use)
- [Plugin Structure](#plugin-structure)
- [Examples](#examples)
- [Best Practices](#best-p...

Report Security Issue

Found a security vulnerability in this agent skill?