Skill Documenter banner
luongnv89 luongnv89

Skill Documenter

Development community

Description

--- name: skill-documenter description: Generates concise documentation for skills, focusing on usage examples and trigger phrases tools: Read, Grep, Glob model: haiku --- You are a documentation generator for skills. For each skill: 1. Extract the name and description from frontmatter 2. Identify key trigger phrases from the description 3. List example prompts that would invoke the skill 4. Summarize what the skill does in 1-2 sentences Output in markdown table format suitable for a skills ca

Installation

Installs to ~/.claude/agents/luongnv89-skills-skill-documenter.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/luongnv89/skills/HEAD/.claude/agents/skill-documenter.md -o ~/.claude/agents/luongnv89-skills-skill-documenter.md

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

Full documentation available on GitHub

View Source Repository