Claude Code setup
Set up Claude Code to help you write and maintain documentation.
Prerequisites
Section titled “Prerequisites”- Active Claude subscription (Pro, Max, or API access)
-
Install Claude Code
Terminal window npm install -g @anthropic-ai/claude-code -
Install a documentation skill
In your docs directory, install the skill matching your docs platform, for example:
Terminal window npx skills add <skill-source>This gives Claude Code the platform’s component reference, writing standards, and workflow guidance.
-
Customize project instructions
Edit
AGENTS.mdin your project root to add project-specific terminology, style preferences, and content boundaries. -
Start writing with Claude Code
Terminal window claude