From aj-geddes-useful-ai-prompts-4
Sets up documentation websites using Docusaurus, MkDocs, VitePress, GitBook, or static site generators. Use for creating docs sites, API portals, product docs, or multi-version technical hubs.
npx claudepluginhub joshuarweaver/cascade-code-languages-misc-1 --plugin aj-geddes-useful-ai-prompts-4This skill uses the workspace's default tool permissions.
- [Overview](#overview)
references/admonitions.mdreferences/configuration-2.mdreferences/configuration-3.mdreferences/configuration.mdreferences/installation-2.mdreferences/installation-3.mdreferences/installation-4.mdreferences/installation.mdreferences/sidebar-configuration.mdreferences/versioning.mdtemplates/component-template.tsxSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Set up professional documentation websites using popular static site generators like Docusaurus, MkDocs, VitePress, and GitBook.
# Create new Docusaurus site
npx create-docusaurus@latest my-docs classic
cd my-docs
# Install dependencies
npm install
# Start development server
npm start
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| Installation | Installation, Project Structure |
| Configuration | Configuration |
| Sidebar Configuration | Sidebar Configuration |
| Versioning | Versioning, Deployment |
| Installation | Installation, Project Structure |
| Configuration | Configuration |
| Admonitions | Admonitions, Deployment |
| Installation | Installation |
| Configuration | Configuration |
| Installation | Installation, Project Structure, Configuration, Table of Contents |