One-click install
npx skills add https://github.com/imclab/xrA1-swarm --skill help-imclab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: help
Source: https://github.com/imclab/xrA1-swarm/tree/main/.claude/skills/help
Command: npx skills add https://github.com/imclab/xrA1-swarm --skill help-imclab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of not knowing what step you should take next in your XR/AI development pipeline, especially when you feel stuck or unsure how to proceed.

Core Features & Use Cases

  • Pipeline Phase Detection: Reads the repo’s studio state (e.g., production stage and session context) to infer which phase you’re in.
  • Step Completion Guidance: Uses the workflow catalog to check which required steps are complete vs. incomplete based on artifacts.
  • Actionable Next Recommendation: Identifies the current required blocker and suggests what comes next while optionally listing uncataloged installed skills.

Quick Start

Ask the AI to run the studio help flow by telling it what you just finished or that you are stuck, and it will report your current phase and the single next required step.

Frequently Asked Questions about help

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

FAQPage Schema
How do I figure out what to do next in my XR development pipeline?

To determine your next pipeline step, this workflow guidance tool analyzes your studio state artifacts and workflow catalog to detect the current production phase. It checks step completion status and outputs a phase-aware next-step recommendation to unblock your progress.

Can I detect my current studio phase when I am stuck on project guidance?

Yes, you can detect your current studio phase when stuck by reading the repo's studio state and session context. This phase detection mechanism infers your production stage to provide actionable guidance on required steps that remain incomplete.

How does step completion guidance work for studio orchestration workflows?

Step completion guidance works by applying globs and greps to check for required workflow artifacts. It compares your existing artifacts against the workflow catalog to identify incomplete steps and pinpoint the current blocker in your development pipeline.

What's the best way to get oriented on next steps if I am unsure how to proceed?

The best way to get oriented on next steps is to tell the AI what you just finished or that you are stuck. It reports your current phase and suggests the next required step while optionally listing uncataloged installed skills that might assist you.

Do I need to manually input my workflow catalog for phase detection to work?

No, you do not need to manually input your workflow catalog for phase detection to work. The system automatically reads the workflow catalog and studio state artifacts from your repository to infer the production stage and identify missing artifacts.