agentsclimarketplace

Docusaurus advanced

Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/abdulsamad94/docusaurus-advanced

🧠 The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.

Install
npx -y skills add ComeOnOliver/skillshub --skill docusaurus-advanced

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Deep dive into the Docusaurus configuration, plugins, and custom fields.

SKILL.md

1.0 KB, as published. Nobody here has run it

Docusaurus Configuration

Config File

  • File: textbook/docusaurus.config.ts
  • Type: TypeScript config.

Integrations

  • API URL: Exposed to client via customFields.
    customFields: {
      apiUrl: process.env.DOCUSAURUS_API_URL || 'http://127.0.0.1:8000',
    }
    
  • AuthBar: A custom navbar item registered in textbook/src/theme/NavbarItem (if swizzled) or imported specifically.

Plugins & Presets

  • Preset: classic (standard docs, blog, pages).
  • Sidebar: Defined in textbook/sidebars.ts.

Theme Swizzling

  • Custom CSS: textbook/src/css/custom.css (contains specific overrides for dark mode and premium UI).
  • Layout: Layout wrapper is often used in src/pages for standalone React pages within Docusaurus.

MDX

We support MDX for interactive components within documentation.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.