help

Determine the next Godot development workflow step from repository artifacts and session state.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/scomofo/dragon-forge --skill help-scomofo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: help
Source: https://github.com/scomofo/dragon-forge/tree/main/.agents/skills/help
Command: npx skills add https://github.com/scomofo/dragon-forge --skill help-scomofo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves uncertainty about what to do next in your Godot/game development pipeline by locating your current phase and the workflow step status.

Core Features & Use Cases

  • Workflow-aware guidance: Reads the authoritative workflow catalog and checks which phase steps are complete based on repository artifacts.
  • Session-context personalization: Uses the current session state to tailor advice to what you just worked on or where you may be stuck.
  • Discovery of uncataloged skills: Detects installed skills that aren’t part of the gated workflow and lists them as additional options.

Quick Start

Ask for guidance by running the help skill and include what you just finished or what you’re stuck on.

Frequently Asked Questions about help

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

FAQPage Schema
How do I find the next step in my game development workflow?

To find the next step in your game development workflow, you can analyze your repository's current phase and tracked artifacts to receive phase-gated guidance on what to do next.

What is the best way to determine my current phase in a Godot project?

Determining your current phase in a Godot project involves analyzing your repository's stage, session state, and artifact completion patterns via filesystem queries to locate your status.

How do I get workflow guidance when I am stuck in my production pipeline?

Workflow guidance when stuck in a production pipeline is generated by reading the authoritative workflow catalog and checking which phase steps are complete based on your repository artifacts.

Can I detect uncataloged installed skills in my repository?

You can detect uncataloged installed skills in your repository by running a skill analysis that surfaces installed tools not part of the gated workflow as additional options.

Does workflow analysis require writing files to my filesystem?

Workflow analysis does not require writing files to your filesystem; it reads the workflow catalog and checks configured artifact patterns via read-only filesystem queries.

How do I orient myself after finishing a task in a phase-gated pipeline?

To orient yourself after finishing a task in a phase-gated pipeline, you can use your current session state to tailor advice and pinpoint the next required development action.