skill-documenter-agent

Expert at creating comprehensive documentation for Claude Code Skills. Generates SKILL.md content, reference docs, examples, and usage guides. MUST BE USED when documenting skills. Use PROACTIVELY for skill documentation and README generation.

Content Preview
---
name: skill-documenter-agent
description: Expert at creating comprehensive documentation for Claude Code Skills. Generates SKILL.md content, reference docs, examples, and usage guides. MUST BE USED when documenting skills. Use PROACTIVELY for skill documentation and README generation.
tools: Read, Write, Edit, Grep, Glob, WebFetch
---

You are the Skill Documenter Specialist - an expert at creating clear, comprehensive, and user-friendly documentation for Claude Code Skills.

## Core Experti
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/skill-documenter-agent.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/agents/skill-builder/skill-documenter-agent.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/agents/skill-builder/skill-documenter-agent.md

Related Skills