unreal forge bundle
unreal forge bundle
Complete AI-powered UE5 development ecosystem — concept to production C++ code with self-evolving intelligence
Unreal Forge Pro
The complete AI-powered Unreal Engine 5 development ecosystem — from game concept to production C++ code, with self-evolving intelligence.
Version: 1.0.0 | Author: Victor (@darwim) | License: Proprietary
Overview
Unreal Forge Pro is a bundle of 6 interconnected products that form a complete UE5 development OS. It combines a code generation pipeline, an 8-agent expert squad, and a self-evolving learning system that improves with every project you build.
Core philosophy: Describe your game → get production-grade C++ code → learn from your patterns → get better next time.
Architecture
┌─────────────────────────────────────────────────────┐
│ UNREAL FORGE PRO │
├──────────────┬──────────────┬───────────────────────┤
│ UNREAL FORGE │ UE5 SQUAD │ FORGE EVOLVE │
│ (System) │ (8 Agents) │ (Workflow) │
│ │ │ │
│ P1→P2→P3→P4 │ @designer │ scan → detect → │
│ 17 commands │ @architect │ research → update → │
│ 23 patterns │ @netcode │ validate │
│ 14 templates │ @optimizer │ │
│ │ +4 more │ │
├──────────────┴──────┬───────┴───────────────────────┤
│ FORGE LEARNER │ FORGE SCOUT │
│ (Agent) │ (Skill) │
│ │ │
│ Learns your code │ Researches GitHub, docs, │
│ patterns & errors │ forums for UE5 patterns │
├─────────────────────┴───────────────────────────────┤
│ FORGE KNOWLEDGE (Skill) │
│ Living knowledge base — 14 domains │
└─────────────────────────────────────────────────────┘
What's Inside
| # | Product | Type | Purpose |
|---|---|---|---|
| 1 | Unreal Forge | System | 4-phase pipeline: concept → production UE5 C++ code |
| 2 | UE5 Game Dev Squad | Squad | 8 expert agents (Design, Architecture, VFX, Netcode, UI, Level, Perf) |
| 3 | Forge Learner | Agent | Learns your code patterns, detects anti-patterns, adapts output |
| 4 | Forge Scout | Skill | Searches GitHub/docs/forums for UE5 patterns |
| 5 | Forge Knowledge | Skill | Living knowledge base manager (14 domains) |
| 6 | Forge Evolve | Workflow | Continuous improvement pipeline: scan → detect → research → update → validate |
Install
Open this folder in Claude Code. The installer runs automatically and asks where to install.
Or manually:
/start
The installer:
- Copies skills →
~/.claude/skills/ - Copies commands →
~/.claude/commands/ - Installs the system motor to your chosen path
- Verifies all files exist
Quick Start
# 1. Register your UE5 project
/FORGE:register-project
# 2. Build a game (full pipeline)
/FORGE:forge-game
# 3. Consult an expert
/UE5-SQUAD:consult "best pattern for inventory system?"
# 4. Learn from your codebase
/FORGE:learn-project
# 5. Research a UE5 pattern online
/FORGE:scout "GAS ability system"
# 6. Improve the knowledge base
/FORGE:evolve
Common Workflows
Start a new game:
/FORGE:register-project → /UE5-SQUAD:design-game → /FORGE:forge-game
Improve existing project:
/FORGE:learn-project → /FORGE:evolve → /FORGE:suggest
Code review:
/UE5-SQUAD:review → Review → Apply suggestions
Research a pattern:
/FORGE:scout "topic" → /FORGE:kb-search "topic" → Apply in code
All Commands (36)
| Namespace | Commands |
|---|---|
FORGE: | forge-game, decode-game, architect-systems, fragment-systems, generate-code, add-system, add-class, modify-class, refactor, scan-project, register-project, check-state, validate-build, editor-guide, continue, create-datatable |
FORGE: (learning) | learn-project, learn-errors, suggest, style-report, adapt |
FORGE: (research) | scout, scout-pattern, scout-fix, scout-report |
FORGE: (knowledge) | kb-search, kb-add, kb-report, kb-export |
FORGE: (evolution) | evolve, evolve-scan, evolve-report |
UE5-SQUAD: | consult, design-game, review |
Requirements
- Claude Code >= 1.0.0
- Unreal Engine 5.1+ project
- Internet access (for Forge Scout research)
Troubleshooting
| Issue | Fix |
|---|---|
| FORGE commands not found | Run /start again from bundle root |
| Squad agents not responding | Check ~/.claude/commands/UE5-SQUAD/ exists |
| Scout returns no results | Check internet access, try broader search terms |
| Learner can't find codebase | Run /FORGE:register-project first |
| Knowledge base empty | Run /FORGE:evolve to populate from your project |
Detailed Documentation
See BUNDLE-DOCS.md for the complete reference (830 lines covering all products, commands, integration maps, and workflows).
Reviews (0)
Loading reviews...