Claude-skill-registry create-connector-document
Generate public-facing documentation for a connector targeted at end users.
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/create-connector-document" ~/.claude/skills/majiayu000-claude-skill-registry-create-connector-document && rm -rf "$T"
manifest:
skills/data/create-connector-document/SKILL.mdsource content
Create Public Connector Documentation
Description
This skill helps you generate public-facing documentation for a connector that is targeted at end users. It guides you through creating comprehensive documentation that follows the standard template, including connection parameters, supported tables, and usage examples.
Instructions
Read and follow prompts/create_connector_documentation.md