ue-project-context

Create and maintain a centralized Unreal Engine project context document.

3|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Noureddine-Hci/RevenantOps --skill ue-project-context-noureddine-hci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ue-project-context
Source: https://github.com/Noureddine-Hci/RevenantOps/tree/main/.agents/skills/ue-project-context
Command: npx skills add https://github.com/Noureddine-Hci/RevenantOps --skill ue-project-context-noureddine-hci

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It creates and maintains a centralized Unreal Engine project context document that other UE skills reference, eliminating repeated setup details.

Core Features & Use Cases

  • Auto-draft from codebase by scanning common UE files to draft a V1 context that you review.
  • Store and reference the context at .agents/ue-project-context.md for consistency across skills.
  • Update workflow with an interactive questionnaire to capture project-specific conventions, modules, plugins, and team practices.

Quick Start

Run the /ue-project-context command to auto-draft or interactively update your project context document.

Frequently Asked Questions about ue-project-context

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

FAQPage Schema
How do I document Unreal Engine project context for new developer onboarding?

To document Unreal Engine project context for onboarding, use an interactive questionnaire to capture engine version, modules, plugins, coding conventions, and build settings into a centralized markdown file.

How do I auto-generate Unreal Engine project documentation from my existing codebase?

You can auto-generate Unreal Engine project documentation by scanning common UE files to draft a V1 context document, which you then review and refine for accuracy and consistency.

What is the best way to maintain consistency across Unreal Engine modules and plugins?

The best way to maintain consistency across Unreal Engine modules and plugins is to store a centralized project context document that captures team practices, subsystems, and build settings for reference.

Do I need a specific Unreal Engine version to generate a project context document?

No specific version is required. The context generation captures your current Unreal Engine version, modules, and plugins, applying to any UE project to ensure consistency across configurations.

Can I update my Unreal Engine project context interactively after the initial setup?

Yes, you can update your Unreal Engine project context interactively. Run the context command to use an interactive questionnaire that captures project-specific conventions and team practices.

Where should I store Unreal Engine project context for team consistency?

Store your Unreal Engine project context at .agents/ue-project-context.md. This centralized location ensures other skills and team members reference the same modules, plugins, and build settings.