Claude-skill-registry add_platform.add_capabilities
"Updates job schema and adapters with any new hook events the platform supports. Use after research to extend DeepWork's hook system."user-invocable: false---
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/add-platform-add-capabilities-unsupervisedcom-deepwork" ~/.claude/skills/majiayu000-claude-skill-registry-add-platform-add-capabilities && rm -rf "$T"
manifest:
skills/data/add-platform-add-capabilities-unsupervisedcom-deepwork/SKILL.mdsource content
Reference files:
.deepwork/jobs/add_platform/job.yml, .deepwork/jobs/add_platform/steps/add_capabilities.md