Claude-skill-registry api-documentation-question
Answer API and technical documentation questions. Use when a customer asks about API usage, code implementation, or integration details.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/api-documentation-question" ~/.claude/skills/majiayu000-claude-skill-registry-api-documentation-question && rm -rf "$T"
manifest:
skills/data/api-documentation-question/SKILL.mdsource content
API or Technical Documentation Question
Response Patterns (from samples)
Common openings:
- "Hi,"
- "Hey,"
- "Hey there,"
Common core lines:
- "Best,"
- "I hope this helps!"
- "Hi,"
Common closings:
- "Best,"
- "Best wishes,"
- "Thanks!"
Phrases That Work (4-gram frequency)
- "insights can help others" — 13 (39.4%)
- "can help others too" — 13 (39.4%)
- "plus your questions and" — 12 (36.4%)
- "your questions and insights" — 12 (36.4%)
- "questions and insights can" — 12 (36.4%)
- "and insights can help" — 12 (36.4%)
- "help others too i" — 9 (27.3%)
- "others too i hope" — 9 (27.3%)
- "too i hope this" — 9 (27.3%)
- "i hope this helps" — 9 (27.3%)
Tone Guidance (observed)
- Openings trend toward: "Hi,"
- Closings often include: "Best,"
What NOT To Do
- Don't introduce policy details that are not present in the verified response lines above.
- Don't paraphrase or reframe the customer's question in a way that changes meaning.
- Don't add refund/discount promises unless they appear in the extracted responses for this topic.
Validation
Draft must:
- Include at least one of the required phrases from the validation block
- Stay consistent with the observed response patterns above
- NOT introduce policy details that are not present in the verified response lines above.