gds-generate-project-context

Generates a project-context.md file documenting game engine rules and coding conventions for AI agents.

1|Updated Sep 18, 2026
One-click install
npx skills add https://github.com/PastaSus/egg-defender --skill gds-generate-project-context-pastasus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gds-generate-project-context
Source: https://github.com/PastaSus/egg-defender/tree/main/.agents/skills/gds-generate-project-context
Command: npx skills add https://github.com/PastaSus/egg-defender --skill gds-generate-project-context-pastasus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI coding agents working on a game project often miss unobvious implementation rules, engine-specific patterns, and project conventions, leading to inconsistent code. This Skill collaboratively discovers your technology stack and critical rules, then produces a lean project-context.md file that agents read before writing code. ## Core Features & Use Cases - Guided Discovery: Scans architecture documents, engine config files (Unity, Unreal, Godot), and dependency manifests to identify the exact technology stack and versions. - Collaborative Rule Generation: Walks through engine-specific, performance, organization, testing, and platform rule categories with A/P/C review menus for each section. - LLM-Optimized Output: Produces a concise project-context.md focused on unobvious rules and anti-patterns, with frontmatter tracking completion status. - Use Case: A game studio onboarding multiple AI agents runs this workflow once to capture Unity lifecycle rules, frame budget constraints, and naming conventions so every agent implements code consistently. ## Quick Start Ask the agent to generate project context for this game project and follow the guided discovery steps.

Frequently Asked Questions about gds-generate-project-context

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

FAQPage Schema
How do I create a project context file for AI coding agents?

Run this workflow and it will scan your architecture documents, engine configs, and dependency files to discover your stack. It then guides you through defining engine, performance, testing, and platform rules, saving everything to project-context.md.

What game engines does project context generation support?

It supports Unity, Unreal, Godot, and custom engines. Discovery looks for engine-specific files like ProjectVersion.txt, .uproject files, project.godot, and package manifests to identify exact versions.

Can I update an existing project-context.md instead of creating a new one?

Yes. The discovery step checks for an existing project-context.md in your output folder and asks whether you want to update it or create a new one before proceeding.

What kind of rules should go into a project context file?

Focus on unobvious rules AI agents might miss: engine lifecycle patterns, frame budget constraints, memory allocation rules, naming conventions, testing boundaries, and anti-patterns. Avoid obvious advice agents already know.

How do AI agents use the generated project context file?

Production workflows like create-story, dev-story, and code-review read the file automatically when implementing. Conversational agents can opt in by adding the file path to their persistent_facts configuration.