docusaurus-plugins
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-pluginsskilz install mcclowes/lea/docusaurus-plugins --agent opencodeskilz install mcclowes/lea/docusaurus-plugins --agent codexskilz install mcclowes/lea/docusaurus-plugins --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-plugins ~/.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
- Non-Technical
- Meta-Domain
- productivity
- Primary Domain
- markdown
- Market Score
- 16
Agent Skill Grade
B Score: 82/100 Click to see breakdown
Score Breakdown
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...
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.