Claude-skill-registry-data mission
Select feature, select mode, delegate to execution skill.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry-data
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry-data "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/mission" ~/.claude/skills/majiayu000-claude-skill-registry-data-mission && rm -rf "$T"
manifest:
data/mission/SKILL.mdsource content
/mission - Execution Mode Router
Route to the appropriate execution mode for a feature.
The Process
- Select feature - Run
, ask user with AskUserQuestionbd list -t feature --status open - Select mode - Ask user with AskUserQuestion
- Delegate - Invoke skill with feature ID
Modes
| Mode | Skill | Best For |
|---|---|---|
| Solo | | Small (1-3 tasks) |
| Orchestrated | | Medium (4-10 tasks) |
| Ralph | | Large (10+ tasks) |
Invoke with:
Skill: mission-solo, args: "FEATURE_ID" (or mission-orchestrated, mission-ralph)
If No Features
HOUSTON: No features ready. Use /exploration to plan a feature first.