Claude Skills
Curated SkillsRepositoriesNominate
Sign inSign up
© 2026 Claude Skills·Learn more about Agent Skills
Back to repositories
Indexed repository

thebrownproject/space-agents

These skills were discovered automatically and have not necessarily received an editorial review.

View on GitHub
20 indexed skills0 stars

airlock
Indexed

Run test and lint validation gate. Use after implementation to verify code quality.

View indexed skill

capcom
Indexed

Check mission status and progress via fresh subagent. Queries Beads for features, tasks, bugs, and recent work activity. Keeps HOUSTON context lean.

View indexed skill

dock
Indexed

End session. Reconciles exploration folders, appends context to CAPCOM, syncs Beads, displays session stats.

View indexed skill

exploration
Indexed

Select mode, delegate to analysis skill.

View indexed skill

exploration-brainstorm
Indexed

Explore ideas through conversation. HOUSTON asks questions, has opinions, and suggests background agents when investigation would help.

View indexed skill

exploration-debug
Indexed

Interactive debugging through conversation. HOUSTON guides through 4 phases, asks questions, and suggests agents for investigation.

View indexed skill

exploration-plan
Indexed

Structure work into plans and Beads. Three modes: plan from brainstorm, plan from scratch, or create Beads from existing plan.

View indexed skill

exploration-review
Indexed

Interactive code review through conversation. HOUSTON guides review, spawns specialized agents, and helps create Beads for issues found.

View indexed skill

exploration-write-spec
Indexed

Produce structured spec.md from brainstorm conversations. Creates a consistent format that feeds cleanly into the planning phase.

View indexed skill

handover
Indexed

Mid-session context dump for fresh sessions. Generates structured handover prompt with current state, saves to comms/handover.md for copy/paste into new session.

View indexed skill

install
Indexed

Use to install Space-Agents in a project. Creates .space-agents/ directory and initializes Beads for issue tracking. Run once per project.

View indexed skill

launch
Indexed

Start a Space-Agents session. Displays welcome screen with project status.

View indexed skill

mission
Indexed

Select feature, select mode, delegate to execution skill.

View indexed skill

mission-airlock
Indexed

Run test and lint validation gate. Use after implementation to verify code quality.

View indexed skill

mission-brief
Indexed

Write feature plan with tasks. HOUSTON convenes planning council, synthesizes their input, and guides user through approval stages.

View indexed skill

mission-go
Indexed

Select feature, select mode, delegate to execution skill.

View indexed skill

mission-go-ralph
Indexed

Launch ralph.sh in background. Automatic execution until completion or critical blocker.

View indexed skill

mission-pod
Indexed

Execute a single task with Pathfinder/Builder/Inspector crew. Self-fetches work from Beads.

View indexed skill

mission-ralph
Indexed

Launch ralph.sh in background. Lightweight mode (default) or full Pod crew (--pod). Best for large features (10+ tasks).

View indexed skill

pod
Indexed

Execute a single task with Worker/Inspector/Analyst crew. Self-fetches work from Beads.

View indexed skill