docusaurus-themes
Use when swizzling Docusaurus theme components and editing theme elements
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when swizzling Docusaurus theme components and editing theme elements
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when working with docusaurus-plugin-glossary to configure, manage glossary terms, troubleshoot issues, and explain features
Helps develop and build Docusaurus plugins using this starter template
Use when working with docusaurus.config.js/ts files to validate or modify Docusaurus configuration
Use when creating Docusaurus plugins (remark, rehype, theme, content, lifecycle) to extend markdown, modify HTML, or add custom functionality
| name | docusaurus-themes |
| description | Use when swizzling Docusaurus theme components and editing theme elements |
Swizzle components to customize Docusaurus theme behavior:
npm run swizzle @docusaurus/theme-classic ComponentName -- --wrap
npm run swizzle to browse available componentssrc/theme/ComponentName/List available components:
npm run swizzle @docusaurus/theme-classic -- --list
Commonly swizzled: Footer, Navbar, DocItem, DocSidebar, TOC
For detailed documentation, see:
--wrap for minor changes to maintain upgrade compatibility