Claude-skill-registry demo
Alias for /tour - Interactive walkthrough of Product Org OS
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/demo" ~/.claude/skills/majiayu000-claude-skill-registry-demo && rm -rf "$T"
manifest:
skills/data/demo/SKILL.mdsource content
Demo (Alias for Tour)
This is an alias for
/tour. Both commands run the same interactive walkthrough.
Behavior
When invoked, immediately run the tour skill content. Present the same 5-step walkthrough:
- Agent + File - Delegating work with context
- @product Gateway - Routing to the right agents
- Context Layer - Institutional memory
- Direct Skills - Power user mode
- V2V Framework - Where work fits
Instructions
Follow the exact same process as
/tour - read and execute the tour skill instructions from the tour skill in this plugin.
Why This Alias Exists
Some users instinctively type
/demo when exploring a new system. This alias ensures they find the walkthrough regardless of which term they use.