Agent skill

mission-solo

HOUSTON executes feature tasks directly. No agents. Best for small features (1-3 tasks).

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill mission-solo --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/agent/mission-solo/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /mission-solo - Direct Execution HOUSTON executes tasks directly without spawning agents. Fast for small features, but context fills quickly. ## Warning ``` HOUSTON: Solo mode fills context fast. Only use for: - Small features (1-3 tasks) - Quick demos - Debugging a single task For larger work, use /mission-orchestrated. ``` ## The Process 1. **Load feature** - Run `bd show FEATURE_ID` to get feature details and tasks 2. **Activate feature** - Run `bd update FEATURE_ID --status in_progress` 3. **Get next task** - Run `bd list --parent FEATURE_ID --status open` (pick highest priority) 4. **Scout** - Spawn Explore agent to gather codebase context (facts only, no suggestions) 5. **Execute task** - Implement the work directly using scout context (write code, run tests) 6. **Mark complete** - Run `bd close TASK_ID` 7. **Loop** - Repeat steps 3-6 until no tasks remain 8. **Complete feature** - Run `bd close FEATURE_ID` ## On Completion ``` HOUSTON: Feature complete. {N} tasks executed. Run /capcom for status summary. ``` ## On Blocker If you hit a blocker you cannot resolve: ```bash bd create -t bug --title "Blocker: description" --blocks TASK_ID ``` Then inform user and suggest switch

What's inside
Steps it walks through
  1. Warning
  2. The Process
  3. On Completion
  4. On Blocker
Ships with 1 file
  • metadata.json
Commands it runs
bd create -t bug --title "Blocker: description" --blocks TASK_ID
More from claude-skill-registry
All skills →
About this skill
What does the mission-solo skill do?

HOUSTON executes feature tasks directly. No agents. Best for small features (1-3 tasks).

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill mission-solo --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going