Write, update, and format documentation for @data-client public APIs - API reference (Docusaurus/MDX), README files, JSDoc/TSDoc docstrings, usage examples, migration guides, deprecation notices, changelog entries. Use when changing exported APIs (docs must update in the same PR), writing new package docs, or updating the dataclient.io site.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Write, update, and format documentation for @data-client public APIs - API reference (Docusaurus/MDX), README files, JSDoc/TSDoc docstrings, usage examples, migration guides, deprecation notices, changelog entries. Use when changing exported APIs (docs must update in the same PR), writing new package docs, or updating the dataclient.io site.
license
Apache 2.0
Package Documentation Writing Guidelines
This guide covers how to write and format documentation for public library interfaces.
Documentation Structure
The /docs folder is organized by package:
docs/core/ - Documentation for @data-client/core and @data-client/react
docs/rest/ - Documentation for @data-client/rest
docs/graphql/ - Documentation for @data-client/graphql
Each package documentation has subdirectories:
api/ - API reference documentation (one file per public class/function/hook)
guides/ - How-to guides and tutorials
concepts/ - Conceptual documentation
getting-started/ - Getting started guides
Documentation File Naming
API documentation files should match the exported name: