docusaurus-config

1 stars
14
A

Use when working with docusaurus.config.js/ts files to validate or modify Docusaurus configuration

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-config
skilz install mcclowes/docusaurus-plugin-cookie-consent/docusaurus-config --agent opencode
skilz install mcclowes/docusaurus-plugin-cookie-consent/docusaurus-config --agent codex
skilz install mcclowes/docusaurus-plugin-cookie-consent/docusaurus-config --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-config ~/.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
json
Market Score
14

Agent Skill Grade

A
Score: 90/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
27/30
Ease of Use
23/25
Writing Style
9/10
Utility
18/20
Modifiers: +1

Areas to Improve

  • Missing TOC in long reference file
  • Second-person pronouns in content
  • Limited input/output examples

Recommendations

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

Graded: 2026-01-24

Developer Feedback

Found a solid 90-pointer on docusaurus site config—your progressive disclosure is really clean, especially how you've organized the setup sequence. One thing I'm curious about: how are you handling the config validation for users who might be mixing versions?

Links:

The TL;DR

You're at 90/100, solid A territory. This is graded against Anthropic's skill best practices, focusing on token efficiency, discoverability, and practical utility. Your strongest area is Ease of Use (23/25)—the metadata and trigger phrase work really well. The weakness is Spec Compliance (12/15) where you're leaving a couple of points on the table with minimal trigger phrases.

What's Working Well

  • Progressive disclosure is chef's kiss—SKILL.md stays lean and focused, then references/detailed-guide.md handles the deep dives. That's the right pattern.
  • Trigger phrase nails it—"working with docusaurus.config.js/ts files" is specific and immediately activates for the right use case. Users will find this.
  • Validation checklist has real teeth—numbered steps with before/after guidance actually prevents config breaks instead of just documenting them.
  • Terminology consistency throughout—"config" stays uniform, no conflicting terms that would confuse users jumping between SKILL.md and the reference.

The Big One: Missing TOC in the detailed guide

Your references/detailed-guide.md is 315 lines without a table of contents. That's over the 100-line threshold where navigation becomes critical. Right now someone deep in "Custom Fields" (line 180+) has no way to jump to "Troubleshooting" without scrolling.

Quick fix: Add a TOC at the top listing all major sections with anchors:

`...

Report Security Issue

Found a security vulnerability in this agent skill?