docusaurus-themes
Use when swizzling Docusaurus theme components and editing theme elements
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-themesskilz install mcclowes/lea/docusaurus-themes --agent opencodeskilz install mcclowes/lea/docusaurus-themes --agent codexskilz install mcclowes/lea/docusaurus-themes --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-themes ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
tailwind-shadcn-setup
by vanman2024
Setup Tailwind CSS and shadcn/ui component library for Next.js projects. Use when configuring Tailwind CSS, installing shadcn/ui, setting up design...
spanish-language-tutor
by sandraschi
Comprehensive Spanish language expert covering grammar, conversation, regional dialects, and language learning strategies
frontend-dev-guidelines
by diet103
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organiz...
torch-geometric
by davila7
Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, ...
Agentic Skill Details
- Repository
- lea
- Stars
- 3
- Type
- Non-Technical
- Meta-Domain
- development
- Primary Domain
- javascript
- Market Score
- 16
Agent Skill Grade
C Score: 79/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Missing TOC in Long Reference Files
- Second-Person Voice in Reference Files
- Limited Discoverability 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 took a look at your docusaurus-themes skill and noticed you're tackling the pretty common problem of theme customization in Docusaurus—the implementation feels solid at 79/100, but I'm curious whether you considered how theme inheritance might scale when developers start stacking multiple theme layers.
Links:
The TL;DR
You're at 79/100, solid C-grade territory. This is based on Anthropic's best practices for skill design. Your Writing Style is the strongest pillar (9/10)—the voice is consistently instructional and concise. Where you're losing ground: Progressive Disclosure Architecture (25/30) and Spec Compliance (11/15). The gap here isn't huge, but it's preventing you from hitting B-grade polish.
What's Working Well
- Tight layering structure: SKILL.md at 63 lines is lean, and you're using references/ subdirectory correctly with commands.md and components.md staying one level deep. That's good token economy.
- Consistent terminology: You stick with "swizzle," "wrap," "eject" throughout without drift. LLMs appreciate that consistency.
- Real practical examples: The Footer wrap and Navbar wrap examples in components.md show actual patterns, not just theory. That's utility.
- Solid troubleshooting section: commands.md includes a troubleshooting section—many skills skip this entirely.
The Big One: Missing Navigation in Long Files
Your references/components.md file hits 172 lines without a table of contents. For a reference file that long, developers scanning for specific component types (Layout, Documentation, Blog, Code) are going to scroll blind.
The fix: Add a TOC right after the title in references/components.md:
## Table of Contents
- [Layout Components](#layout-components)
...
Browse Category
More development 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.