CodeFizz
ToolsDemoDocsRoadmapChangelogPricingFAQ
Get the plugin

Getting Started

  • Introduction
  • Quick Start
  • Requirements
  • Installing the CLI
  • License & Machines

Guides

  • Installing the Plugin
  • The AI Skill
  • CLI vs MCP
  • Multiple Editors
  • How It Works
  • Discovering Commands

Walkthroughs

  • Build a Blueprint with AI
  • Author a Material Graph
  • Create a Niagara System

Reference

  • Reference
  • Niagara
  • PCG
  • Materials
  • StateTree
  • Sequencer
  • Level Actors
  • Project Settings
  • Blueprints
  • Blueprint Structs
  • Enhanced Input
  • Asset Management
  • Bulk Asset Ops
  • Data Assets
  • Object Properties
  • UMG Widgets
  • Data Tables
  • Curves
  • Console Commands
  • Profiling
  • Core
  • Debug

Help

  • FAQ
  • Troubleshooting
  • For AI Agents
DocsGuidesThe AI Skill

The AI Skill

Install the bundled Agent Skill that teaches your AI assistant how to drive Unreal through cfa, with scope options.

Loading…
PreviousInstalling the PluginNextCLI vs MCP
CodeFizz

A drop-in Unreal Engine 5 plugin that exposes the entire editor surface (Blueprints, Materials, Niagara, PCG, StateTree, Insights profiling, and more) over the Model Context Protocol. Connect Claude Code, Cursor, VS Code, or any MCP-compatible client and let your AI build inside the engine.

Product

  • Features
  • Docs
  • Tools
  • Demo
  • Roadmap
  • Changelog
  • Pricing
  • FAQ

Resources

  • Install guide
  • Discord
  • YouTube
  • Open-source edition
  • Manage subscription

Legal

  • Refund Policy
  • Privacy Policy
  • Terms of Service

© 2026 CodeFizz. All rights reserved.

CodeFizz Editor Agent is a CodeFizz product. Payments processed by Polar Software, Inc. (Polar), the Merchant of Record.

Step 4 of the Quick Start installs an Agent Skill that teaches your assistant how to drive Unreal through cfa: how to find commands, the toolset model, and the common gotchas. It is bundled in the cfa binary, so there is nothing extra to download. cfa skill install covers every AI tool it detects. If you want a narrower scope, use one of these:

scope options
# just one tool (Claude Code)
cfa skill install claude

# several named tools
cfa skill install cursor gemini

# every supported tool, even ones not detected
cfa skill install all --force

# install into THIS project only (share it with your team via git)
cfa skill install claude --scope project

# a custom folder, or preview without writing anything
cfa skill install --dir "D:/shared/skills"
cfa skill install --dry-run

After installing

Restart your AI tool. The skill (codefizz-editor-agent) is discovered automatically and used whenever you work with Unreal or cfa. You can also ask for it by name.

Keep it current

After you update the CLI, run cfa skill install again to refresh it. See Installing the CLI.