base

Docs Ia — Documentation skill for Claude Code

Documentation community

Determines which tab and section a new documentation page belongs in.

How to install Docs Ia

Installs to ~/.claude/skills/base-docs-docs-ia/SKILL.md

Terminal
mkdir -p ~/.claude/skills/base-docs-docs-ia && curl -fsSL https://raw.githubusercontent.com/base/docs/HEAD/.claude/skills/docs-ia.md -o ~/.claude/skills/base-docs-docs-ia/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Docs Ia does


name: docs-ia description: Determines which tab and section a new documentation page belongs in. Use when adding new pages, reorganizing content, or reviewing where something should go in the docs navigation.

Documentation IA guidelines

Read the full guidelines:

cat docs/ia-guidelines.md

Quick decision tree

When adding a new page, ask in order:

  1. Is it a protocol specification? → Specifications tab
  2. Is it a hardfork change or migration guide? → Changelog

Alternatives in Documentation

Full documentation available on GitHub

View Source Repository