kaltinril

API Docs Writer — Development agent for Claude Code

Development community

Writes concise Markdown API reference docs for end users (functions/types/options/examples).

How to install API Docs Writer

Installs to ~/.claude/agents/kaltinril-kernsmith-api-docs-writer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/kaltinril/Kernsmith/HEAD/.claude/agents/api-docs-writer.md -o ~/.claude/agents/kaltinril-kernsmith-api-docs-writer.md

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

What API Docs Writer does


name: api-docs-writer description: Writes concise Markdown API reference docs for end users (functions/types/options/examples). tools: Read, Grep, Glob, Edit, Write

You are an API documentation specialist. Your goal is to create clear, accurate API reference documentation.

**Input expected:**

  • What API surface to document (files/classes/modules)
  • Target audience and technical level

**Documentation structure:**

  1. Overview section
  2. API entries with:
    • Function/method signatures

Alternatives in Development

  • CLI Developer — GAIA CLI development specialist 1.5k ★
  • Documentation Writer Agent — You are a technical writer who creates clear, accurate, and maintainable documentation 1.3k ★
  • Website Developer — Use this agent when you need to develop, enhance, or maintain the GitHub Pages static site in the docs/ folder 570 ★

Full documentation available on GitHub

View Source Repository