generate-project-context

Generate a standardized project-context.md documenting Unity project rules and conventions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/igot-ai/os-twin --skill generate-project-context-igot-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-project-context
Source: https://github.com/igot-ai/os-twin/tree/main/.agents/skills/roles/game-architect/generate-project-context
Command: npx skills add https://github.com/igot-ai/os-twin --skill generate-project-context-igot-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates a concise, AI-optimized project-context.md to define Unity project rules and conventions, enabling consistent agent behavior and faster onboarding.

Core Features & Use Cases

  • Generates a standardized project-context.md at the project root or .output/project-context.md.
  • Extracts Unity version and key packages from the codebase to document dependencies and tooling.
  • Establishes architecture and workflow guidelines to align multiple AI agents on how to work within the project.

Quick Start

Run the generator to produce project-context.md and review the resulting document before implementing code.

Frequently Asked Questions about 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 Unity AI agents?

To create a Unity project context for AI, use a generator that extracts Unity versions and key packages to produce a standardized project-context.md file. This file defines architecture and workflow guidelines to ensure consistent agent behavior.

Why do I need a project-context.md file for my Unity codebase?

You need a project-context.md file to establish a single source of truth for Unity architecture, naming conventions, and integration patterns. It aligns multiple AI agents on how to work within your project.

Can I automatically extract Unity version and package dependencies for documentation?

Yes, you can automatically extract Unity version and key packages from the codebase. The generation process scans your project to document dependencies and tooling directly within the resulting project-context.md file.

What is the best way to align multiple AI agents on Unity workflow guidelines?

The best way to align multiple AI agents on Unity workflow guidelines is by generating a standardized project-context.md file. This document acts as a single source of truth for code structure, dependencies, and integration patterns.

Where does the generated Unity project context file get saved?

The generated Unity project context file is saved at the project root or optionally at .output/project-context.md. You should review the resulting document before implementing code to ensure the extracted patterns match your expectations.