docusaurus-themes

3 stars
16
C

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-themes
skilz install mcclowes/lea/docusaurus-themes --agent opencode
skilz install mcclowes/lea/docusaurus-themes --agent codex
skilz install mcclowes/lea/docusaurus-themes --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-themes ~/.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
development
Primary Domain
javascript
Market Score
16

Agent Skill Grade

C
Score: 79/100 Click to see breakdown

Score Breakdown

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

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

Report Security Issue

Found a security vulnerability in this agent skill?