ix-infrastructure

Ix Docs — Documentation skill for Claude Code

Documentation community

Generate narrative-first, importance-weighted documentation for a repo, system, or subsystem with a selective reference layer.

How to install Ix Docs

Installs to ~/.claude/skills/ix-infrastructure-ix-opencode-plugin-ix-docs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ix-infrastructure-ix-opencode-plugin-ix-docs && curl -fsSL https://raw.githubusercontent.com/ix-infrastructure/ix-opencode-plugin/HEAD/commands/ix-docs.md -o ~/.claude/skills/ix-infrastructure-ix-opencode-plugin-ix-docs/SKILL.md

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

What Ix Docs does


name: ix-docs description: Generate narrative-first, importance-weighted documentation for a repo, system, or subsystem with a selective reference layer. Use --full for deeper module/class/method coverage. argument-hint: [--full] [--style narrative|reference|hybrid] [--split] [--single-doc] [--out ]

Check `command -v ix` first. If unavailable, stop and say so.

Goal

Produce documentation that helps a new engineer understand the system quickly and gives an LLM strong a

Alternatives in Documentation

  • Doc Co-authoring — Guide users through structured workflow for co-authoring documentation 94.1k ★
  • OpenAI Docs — Provide authoritative guidance from OpenAI developer documentation 14.6k ★
  • Skills Quick Reference Guide — A guide for choosing the right skill for your task 6.8k ★

Full documentation available on GitHub

View Source Repository