Claude-skill-registry document-source-write-back-api
Research and document write/create APIs of a source system to enable write-back testing functionality.
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/document-source-write-back-api" ~/.claude/skills/majiayu000-claude-skill-registry-document-source-write-back-api && rm -rf "$T"
manifest:
skills/data/document-source-write-back-api/SKILL.mdsource content
Document Source Write-Back API
Description
This skill helps you research and document the write/create APIs for a source system to enable comprehensive write-back testing. This is an optional step that should only be done when you need end-to-end validation of write → read → incremental sync cycles. The documentation will be added as a separate section to your existing API documentation.
Instructions
Read and follow prompts/document_write_back_api_of_source.md