CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. quodsoler
  4. /
  5. unreal-engine-skills
  6. /
  7. Ue State Trees

Ue State Trees

Editor's Note

State Trees are Unreal's data-driven alternative to Behavior Trees, built for both single-actor AI and Mass Entity crowds at scale. The architecture is clever: tasks and conditions are lightweight structs instead of UObjects, and execution context gets reconstructed each tick from persistent instance data, making parallel evaluation safe. You get hierarchical states with evaluators that run globally before transitions, plus a schema system that validates what data your tree can touch at edit time. The instance data pattern takes getting used to (all your mutable state lives in a separate struct), but it pays off when you're running thousands of entities. If you're migrating from Behavior Trees or building AI that needs to scale beyond a few dozen actors, this is the modern path forward.

Install

npx skills add https://github.com/quodsoler/unreal-engine-skills --skill ue-state-trees
Votes
0
Installs221
GitHub Stars187
Categories
Game Development
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Game Development Skills

View all →
unity-ecs-patterns

wshobson/agents

0
7.7k
36.2k
unity ecs patterns
game-developer

jeffallan/claude-skills

0
2.8k
9.6k
game developer
game-development

sickn33/antigravity-awesome-skills

0
2.7k
39.4k
game development
pixijs-scene-sprite

pixijs/pixijs-skills

0
1.2k
200
pixijs scene sprite
phaser-gamedev

chongdashu/phaserjs-tinyswords

0
954
36
phaser gamedev
roblox-game-development

greedychipmunk/agent-skills

0
765
8
roblox game development