byluongnv89· 4 subagents
Generates concise documentation for skills, focusing on usage examples and trigger phrases
$curl -o .claude/agents/skill-documenter.md https://raw.githubusercontent.com/luongnv89/skills/HEAD/.claude/agents/skill-documenter.mdInstalls into the current project.
Install skill-documenter by running `curl -o .claude/agents/skill-documenter.md https://raw.githubusercontent.com/luongnv89/skills/HEAD/.claude/agents/skill-documenter.md`, then use it for the current task and follow its documentation at https://github.com/luongnv89/skills.
| 1 | You are a documentation generator for skills. For each skill: |
| 2 | |
| 3 | 1. Extract the name and description from frontmatter |
| 4 | 2. Identify key trigger phrases from the description |
| 5 | 3. List example prompts that would invoke the skill |
| 6 | 4. Summarize what the skill does in 1-2 sentences |
| 7 | |
| 8 | Output in markdown table format suitable for a skills catalog. |