docusaurus-documentation

1 stars
14
D

Use when looking up information from the latest Docusaurus documentation at https://docusaurus.io/docs

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-documentation
skilz install mcclowes/docusaurus-plugin-cookie-consent/docusaurus-documentation --agent opencode
skilz install mcclowes/docusaurus-plugin-cookie-consent/docusaurus-documentation --agent codex
skilz install mcclowes/docusaurus-plugin-cookie-consent/docusaurus-documentation --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-documentation ~/.claude/skills/

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

Related Agentic Skills

Agentic Skill Details

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

Agent Skill Grade

D
Score: 69/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
20/30
Ease of Use
19/25
Writing Style
8/10
Utility
14/20
Modifiers: -4

Areas to Improve

  • Missing references directory
  • Meta-commentary bloat
  • No validation workflow

Recommendations

  • Address 1 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I've been digging through documentation tools lately, and I noticed your Docusaurus skill handles some interesting edge cases around content organization—though the score suggests there's room to tighten up how you're guiding users through the setup and configuration workflow.

Links:

The TL;DR

You're at 69/100, which puts you in D territory — needs work but has solid foundations. Your Spec Compliance is your strongest area (12/15), but Progressive Disclosure Architecture is dragging things down (20/30). The core issue: you're claiming structure that doesn't exist, and there's unnecessary meta-commentary taking up valuable tokens.

What's Working Well

  • Clear metadata — Your name convention and trigger description ('looking up information from the latest Docusaurus documentation') are specific and discoverable
  • Consistent terminology — You're consistent with WebFetch, documentation, and Docusaurus terminology throughout
  • URL patterns — The patterns you provide for common Docusaurus docs paths (main, features, markdown) are actually useful for developers
  • Valid structure — Your YAML frontmatter is clean and valid

The Big One: Missing References Directory

This is what's eating your PDA score. Line 50 promises a references/ directory with "Cached documentation and guides," but it doesn't exist. This is a credibility killer — when someone follows your skill, they're going to look for that directory and find nothing.

The fix: Either create that directory with actual cached documentation snippets (Docusaurus API reference, common config patterns, etc.), or remove the reference entirely. If you go the route of creating it, you...

Report Security Issue

Found a security vulnerability in this agent skill?