status

Scan studio/changes/ to summarize plugin development phases and skill completion.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/Ameng2001/astra-studio-plugins --skill status-ameng2001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/Ameng2001/astra-studio-plugins/tree/main/studio-core/skills/status
Command: npx skills add https://github.com/Ameng2001/astra-studio-plugins --skill status-ameng2001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly understand the current state of plugin development in Astra Studio, so you can decide what to review next, what needs attention, and what has already been shipped.

Core Features & Use Cases

  • Studio-wide development dashboard: Scans studio/changes/ to summarize domain and plugin workspace status, including phases and target directories.
  • Skill-level readiness tracking: For each plugin target, verifies implementation exists, computes skill completion (tested vs total), and highlights the most advanced status reached.
  • Recent archive visibility: Lists the most recent shipped plugin archives from studio/archive/ so you can track what’s been delivered.

Quick Start

Run /studio-core:status to display the current development dashboard and recently shipped archives.

Frequently Asked Questions about status

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

FAQPage Schema
How do I track plugin development status across an Astra Studio workspace?

See plugin build progress by reading studio/changes/*/status.json files to render a workspace dashboard summarizing domain phases, target directories, and skill completion. It validates target skills exist and computes completion metrics to highlight what needs attention.

What is the best way to check skill readiness for ongoing plugin creation?

Verify skill readiness by checking if implementation exists under {target_dir}/skills/ and computing tested versus total skill counts. The dashboard highlights the most advanced status reached, such as planning, building, or approved, for each plugin target.

How do I view recently shipped plugin archives in Astra Studio?

List recently shipped plugin archives by scanning the studio/archive/ directory. The dashboard displays the most recent delivered plugins, providing visibility into what has been completed across plugin subdirectories.

Can I use this to debug missing scaffolds in my plugin workspace?

Debug missing scaffolds using the status overview because it validates that target skills exist under {target_dir}/skills/. It identifies empty states and suggests next actions to help prioritize review and fix incomplete plugin structures.

Does the status dashboard require specific status.json files to function?

Reading studio/changes/*/status.json files is required for the dashboard to function. It parses these files to extract domain phases, plugin workspace targets, and skill completion data needed to render the development overview and next-action suggestions.