ワンクリックで
docusaurus-documentation
Use when looking up information from the latest Docusaurus documentation at https://docusaurus.io/docs
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when looking up information from the latest Docusaurus documentation at https://docusaurus.io/docs
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when working with docusaurus.config.js/ts files to validate or modify Docusaurus configuration
Use when migrating Docusaurus projects from v2 to v3
Use when creating Docusaurus plugins (remark, rehype, theme, content, lifecycle) to extend markdown, modify HTML, or add custom functionality
Use when swizzling Docusaurus theme components and editing theme elements
Use when writing or reviewing technical documentation to follow Google's documentation style guide - https://developers.google.com/style
| name | docusaurus-documentation |
| description | Use when looking up information from the latest Docusaurus documentation at https://docusaurus.io/docs |
When the user asks about Docusaurus features, configuration, or best practices, use the WebFetch tool to look up information from the official Docusaurus documentation.
// Use WebFetch to access Docusaurus documentation
WebFetch({
url: "https://docusaurus.io/docs/[topic]",
prompt: "What does this page say about [specific question]?",
});
When users ask about docusaurus.config.js settings, theming, or plugins:
For markdown features, MDX, or content creation:
For detailed documentation, see: