One-click install
npx skills add https://github.com/thebrownproject/space-agents --skill launch-thebrownproject
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: launch
Source: https://github.com/thebrownproject/space-agents/tree/main/skills/launch
Command: npx skills add https://github.com/thebrownproject/space-agents --skill launch-thebrownproject

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Start a Space-Agents session quickly and consistently by presenting a polished welcome screen and current project status, reducing setup friction for new sessions.

Core Features & Use Cases

  • Displays a ready-to-run welcome screen reflecting initialization status (initialized vs not)
  • Automatically reads recent CAPCOM entry and project status to present context at a glance
  • Supports consistent onboarding and session initialization workflows across projects

Quick Start

Run /launch to start a Space-Agents session and view the welcome screen with current project status.

Frequently Asked Questions about launch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a Space-Agents session with current project status?

Start a Space-Agents session by running /launch to render a welcome screen with current project status. It automatically reads local state using bd and git commands to show initialization readiness and recent activity.

What is the best way to display initialization state for a new development session?

Display initialization state by launching a session that reads local git status and extracts the last CAPCOM entry. This presents a standardized welcome interface summarizing whether the project is initialized and ready.

How does the welcome screen determine project readiness across different projects?

The welcome screen determines project readiness by reading local state through bd and git commands at session start. It checks initialization state and extracts the last CAPCOM entry to summarize recent activity across projects.

Can I use this launch command to check recent CAPCOM entries and git status together?

Yes, you can use the launch command to check recent CAPCOM entries and git status together. It reads local state using bd and git commands, then renders both on a standardized welcome interface at session start.

Do I need any dependencies installed to run the Space-Agents welcome screen?

You need bd and git commands available in your environment to run the Space-Agents welcome screen. The launch skill uses these tools to read local state and determine the initialization state of the project.

Why does my session launch not show the correct project initialization state?

Session launch shows incorrect project initialization state when local bd or git commands cannot read the project state properly. Ensure your local environment has the necessary git repository and bd setup for accurate status extraction.