The AI Skill
Install the bundled Agent Skill that teaches your AI assistant how to drive Unreal through cfa, with scope options.
Loading…
Install the bundled Agent Skill that teaches your AI assistant how to drive Unreal through cfa, with scope options.
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:
# 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-runAfter 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.