blueprints

Automate Unreal Engine Blueprint creation, modification, and management via natural prompts.

586|127|Updated Sep 12, 2025
One-click install
npx skills add https://github.com/kevinpbuckley/VibeUE --skill blueprints
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blueprints
Source: https://github.com/kevinpbuckley/VibeUE/tree/main/Content/Skills/blueprints
Command: npx skills add https://github.com/kevinpbuckley/VibeUE --skill blueprints

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables rapid creation and modification of Unreal Engine Blueprints, variables, functions, components, and node graphs using natural language prompts and automated workflows.

Core Features & Use Cases

  • Automated Blueprint Creation: Generate new Blueprint assets from simple prompts and attach components.
  • Variable & Function Management: Create and modify variables, inputs, outputs, and functions programmatically.
  • Graph Inspection & Editing: Query and update nodes, graphs, and layout with rules to maintain clean organization.
  • Best Practices & Reuse: Enforce naming conventions and reusable templates across projects.

Quick Start

Use the blueprints skill to create a new Blueprint named BP_MyActor in /Game/Blueprints.

Frequently Asked Questions about blueprints

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

FAQPage Schema
How do I automate Unreal Engine Blueprint creation from natural language prompts?

You can automate Unreal Engine Blueprint creation by using natural language prompts to generate new Blueprint assets, attach components, and define variables and functions programmatically. This workflow relies on BlueprintService and EditorAssetLibrary APIs.

Can I modify Unreal Blueprint variables and functions programmatically across multiple projects?

Yes, you can modify Unreal Blueprint variables, inputs, outputs, and functions programmatically. The workflow enforces naming conventions and reusable templates across multiple projects to maintain consistency and best practices.

What's the best way to inspect and update Unreal Blueprint node graphs automatically?

The best way to inspect and update Unreal Blueprint node graphs is through automated querying and editing rules that maintain clean organization. This allows you to programmatically manage graph layouts and node structures.

Do I need specific APIs to manage game development Blueprints with AI automation?

Yes, AI automation for game development Blueprints requires the BlueprintService, AssetDiscoveryService, and EditorAssetLibrary APIs. It also requires explicit frontmatter metadata to guide asset discovery and usage.

Does automated Blueprint generation work for both game development and tooling workflows?

Yes, automated Blueprint generation supports both game development and tooling workflows. It handles the creation, modification, and management of Unreal Engine Blueprints and related assets from natural language prompts.