From spacecode
Check status of cloud tasks. Use when user says "cloud status", "task status", "check tasks", "what's running", or wants to see active/recent cloud sandbox tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spacecode:code-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check the status of your cloud sandbox tasks.
Check the status of your cloud sandbox tasks.
List active tasks. Call the remote_tasks MCP tool (default: active only).
Display dashboard. For each task show:
Offer follow-up actions:
remote_task_status with the task IDremote_cancel with the task IDremote_tasks with all: trueremote_wait_all with task IDsUser: "What cloud tasks are running?"
remote_tasksall: true to include completed, failed, and cancelled tasksnpx claudepluginhub g-a-l-a-c-t-i-c/spacecode-plugin --plugin spacecodeGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.