docusaurus-plugins

1 stars
14
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/docusaurus-plugin-cookie-consent/docusaurus-plugins
skilz install mcclowes/docusaurus-plugin-cookie-consent/docusaurus-plugins --agent opencode
skilz install mcclowes/docusaurus-plugin-cookie-consent/docusaurus-plugins --agent codex
skilz install mcclowes/docusaurus-plugin-cookie-consent/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/docusaurus-plugin-cookie-consent
2. Copy the agent skill directory:
cp -r docusaurus-plugin-cookie-consent/.claude/skills/docusaurus-plugins ~/.claude/skills/

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

Related Agentic Skills

Agentic Skill Details

Stars
1
Type
Non-Technical
Meta-Domain
productivity
Primary Domain
markdown
Market Score
14

Agent Skill Grade

B
Score: 87/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
28/30
Ease of Use
24/25
Writing Style
10/10
Utility
20/20
Modifiers: -7

Areas to Improve

  • Missing TOCs in reference files
  • PDA comment could be removed

Recommendations

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

Graded: 2026-01-24

Developer Feedback

I came across your docusaurus-plugins skill and noticed you're tackling the plugin architecture side of things—that's where a lot of the extensibility complexity lives. The 87/100 score suggests you've nailed the core approach, but I'm curious what trade-offs you made between flexibility and ease of use in the plugin interface design.

Links:

The TL;DR

You're at 87/100, solidly in B territory (good work with minor polish needed). This is based on Anthropic's Claude skills best practices. Your biggest strength is Writing Style (10/10—clean, imperative voice throughout), and your reference architecture is solid. Weakest link is Spec Compliance (12/15), mostly because the description could cast a wider net with trigger phrases.

What's Working Well

  • Reference architecture is textbook PDA: You've got SKILL.md as the 66-line entry point, then 6 separate reference files for deeper dives (lifecycle-plugins, rehype-plugins, theme-plugins, etc.). That's exactly the layering Claude agents need—get context fast, then dive deep without bloat.

  • Trigger coverage is solid: "remark, rehype, theme, content, lifecycle" terms are all in the description and hit real use cases. When someone's building a custom content transformer, they'll find this.

  • Voice and tone are crisp: No marketing fluff, no second-person "you should." Just imperative instructions ("transforms", "implements", "use"). That's the right register for developer tools.

  • Utility is maxed at 20/20: Your examples show real patterns (glossary plugins, analytics tracking), and you give enough flexibility that devel...

Report Security Issue

Found a security vulnerability in this agent skill?