context-discovery

Generate a ContextReport that gates skill loading and surfaces blockers.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/GiantCroissant-Lunar/proto-breakout --skill context-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-discovery
Source: https://github.com/GiantCroissant-Lunar/proto-breakout/tree/main/.agent/skills/00-meta/context-discovery
Command: npx skills add https://github.com/GiantCroissant-Lunar/proto-breakout --skill context-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill performs mandatory pre-flight analysis to scan project state, verify dependencies, check Godot and server configuration, and produce a ContextReport that gates which skills can be applied.

Core Features & Use Cases

  • Generate a ContextReport to gate domain skills.
  • Validate project-state and environment (Git, Godot, server, tooling, and documentation) to surface blockers early.
  • Enable safe, guided loading of domain skills by surfacing readiness and blockers.

Quick Start

Run this skill at project start to generate a ContextReport that guides which domain skills to load.

Frequently Asked Questions about context-discovery

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

FAQPage Schema
How do I validate Godot project configuration and environment setup before starting implementation?

Validating Godot project configuration requires a pre-flight context analysis that scans project state, verifies server configuration, and checks tooling to generate a ContextReport surfacing environment blockers before implementation begins.

What is a context discovery check for software project health and readiness?

A context discovery check is a mandatory pre-flight analysis that scans project state, Git, Godot, server, and documentation to produce a ContextReport determining which domain skills can safely load and execute.

How do I gate skill loading and surface blockers early in a development lifecycle?

Gate skill loading by generating a ContextReport that analyzes project health and environment prerequisites, ensuring dependencies and configurations are met before domain skills execute.

Does context discovery work with Git and server configuration validation for Godot projects?

Yes, context discovery validates Git, Godot, server configuration, tooling, and documentation state to determine readiness across the lifecycle and ensure prerequisites are met.

When do I need to run a pre-flight context analysis on my project?

Run pre-flight context analysis at project start to generate a ContextReport that guides which domain skills to load and surfaces any environment or configuration blockers early.

What limitations should I expect when gating domain skills with a ContextReport?

ContextReport gating relies on analyzing project state, Godot, server, tooling, and documentation; it cannot bypass missing dependencies or invalid configurations, only surface them as blockers before implementation.