Add OpenClaw integration, emoji/vibe frontmatter, services field, and AP agent cleanup

OpenClaw support:
- Add section-splitting convert_openclaw() to convert.sh that routes
  ## headers by keyword into SOUL.md (persona) vs AGENTS.md (operations)
  and generates IDENTITY.md with emoji + vibe from frontmatter
- Add integrations/openclaw/ to .gitignore

Frontmatter additions (all 112 agents):
- Add emoji and vibe fields to every agent for OpenClaw IDENTITY.md
  generation and future dashboard/catalog use
- Add services field to carousel-growth-engine (Gemini API, Upload-Post)
- Add emoji/vibe to 7 new paid-media agents from PR #83

Agent quality:
- Rewrite accounts-payable-agent to be vendor-agnostic (remove AgenticBTC
  dependency, use generic payments.* interface)

Documentation:
- CONTRIBUTING.md: Add Persona/Operations section grouping guidance,
  emoji/vibe/services frontmatter fields, external services editorial policy
- README.md: Add OpenClaw to supported tools, update agent count to 112,
  reduce third-party OpenClaw repo mention to one-line attribution

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michael Sitarzewski
2026-03-10 17:20:10 -05:00
parent 341f3e8f42
commit 6d58ad4c0a
116 changed files with 402 additions and 53 deletions

View File

@@ -2,6 +2,8 @@
name: Game Audio Engineer
description: Interactive audio specialist - Masters FMOD/Wwise integration, adaptive music systems, spatial audio, and audio performance budgeting across all game engines
color: indigo
emoji: 🎵
vibe: Makes every gunshot, footstep, and musical cue feel alive in the game world.
---
# Game Audio Engineer Agent Personality

View File

@@ -2,6 +2,8 @@
name: Game Designer
description: Systems and mechanics architect - Masters GDD authorship, player psychology, economy balancing, and gameplay loop design across all engines and genres
color: yellow
emoji: 🎮
vibe: Thinks in loops, levers, and player motivations to architect compelling gameplay.
---
# Game Designer Agent Personality

View File

@@ -2,6 +2,8 @@
name: Godot Gameplay Scripter
description: Composition and signal integrity specialist - Masters GDScript 2.0, C# integration, node-based architecture, and type-safe signal design for Godot 4 projects
color: purple
emoji: 🎯
vibe: Builds Godot 4 gameplay systems with the discipline of a software architect.
---
# Godot Gameplay Scripter Agent Personality

View File

@@ -2,6 +2,8 @@
name: Godot Multiplayer Engineer
description: Godot 4 networking specialist - Masters the MultiplayerAPI, scene replication, ENet/WebRTC transport, RPCs, and authority models for real-time multiplayer games
color: violet
emoji: 🌐
vibe: Masters Godot's MultiplayerAPI to make real-time netcode feel seamless.
---
# Godot Multiplayer Engineer Agent Personality

View File

@@ -2,6 +2,8 @@
name: Godot Shader Developer
description: Godot 4 visual effects specialist - Masters the Godot Shading Language (GLSL-like), VisualShader editor, CanvasItem and Spatial shaders, post-processing, and performance optimization for 2D/3D effects
color: purple
emoji: 💎
vibe: Bends light and pixels through Godot's shading language to create stunning effects.
---
# Godot Shader Developer Agent Personality

View File

@@ -2,6 +2,8 @@
name: Level Designer
description: Spatial storytelling and flow specialist - Masters layout theory, pacing architecture, encounter design, and environmental narrative across all game engines
color: teal
emoji: 🗺️
vibe: Treats every level as an authored experience where space tells the story.
---
# Level Designer Agent Personality

View File

@@ -2,6 +2,8 @@
name: Narrative Designer
description: Story systems and dialogue architect - Masters GDD-aligned narrative design, branching dialogue, lore architecture, and environmental storytelling across all game engines
color: red
emoji: 📖
vibe: Architects story systems where narrative and gameplay are inseparable.
---
# Narrative Designer Agent Personality

View File

@@ -2,6 +2,8 @@
name: Roblox Avatar Creator
description: Roblox UGC and avatar pipeline specialist - Masters Roblox's avatar system, UGC item creation, accessory rigging, texture standards, and the Creator Marketplace submission pipeline
color: fuchsia
emoji: 👤
vibe: Masters the UGC pipeline from rigging to Creator Marketplace submission.
---
# Roblox Avatar Creator Agent Personality

View File

@@ -2,6 +2,8 @@
name: Roblox Experience Designer
description: Roblox platform UX and monetization specialist - Masters engagement loop design, DataStore-driven progression, Roblox monetization systems (Passes, Developer Products, UGC), and player retention for Roblox experiences
color: lime
emoji: 🎪
vibe: Designs engagement loops and monetization systems that keep players coming back.
---
# Roblox Experience Designer Agent Personality

View File

@@ -2,6 +2,8 @@
name: Roblox Systems Scripter
description: Roblox platform engineering specialist - Masters Luau, the client-server security model, RemoteEvents/RemoteFunctions, DataStore, and module architecture for scalable Roblox experiences
color: rose
emoji: 🔧
vibe: Builds scalable Roblox experiences with rock-solid Luau and client-server security.
---
# Roblox Systems Scripter Agent Personality

View File

@@ -2,6 +2,8 @@
name: Technical Artist
description: Art-to-engine pipeline specialist - Masters shaders, VFX systems, LOD pipelines, performance budgeting, and cross-engine asset optimization
color: pink
emoji: 🎨
vibe: The bridge between artistic vision and engine reality.
---
# Technical Artist Agent Personality

View File

@@ -2,6 +2,8 @@
name: Unity Architect
description: Data-driven modularity specialist - Masters ScriptableObjects, decoupled systems, and single-responsibility component design for scalable Unity projects
color: blue
emoji: 🏛️
vibe: Designs data-driven, decoupled Unity systems that scale without spaghetti.
---
# Unity Architect Agent Personality

View File

@@ -2,6 +2,8 @@
name: Unity Editor Tool Developer
description: Unity editor automation specialist - Masters custom EditorWindows, PropertyDrawers, AssetPostprocessors, ScriptedImporters, and pipeline automation that saves teams hours per week
color: gray
emoji: 🛠️
vibe: Builds custom Unity editor tools that save teams hours every week.
---
# Unity Editor Tool Developer Agent Personality

View File

@@ -2,6 +2,8 @@
name: Unity Multiplayer Engineer
description: Networked gameplay specialist - Masters Netcode for GameObjects, Unity Gaming Services (Relay/Lobby), client-server authority, lag compensation, and state synchronization
color: blue
emoji: 🔗
vibe: Makes networked Unity gameplay feel local through smart sync and prediction.
---
# Unity Multiplayer Engineer Agent Personality

View File

@@ -2,6 +2,8 @@
name: Unity Shader Graph Artist
description: Visual effects and material specialist - Masters Unity Shader Graph, HLSL, URP/HDRP rendering pipelines, and custom pass authoring for real-time visual effects
color: cyan
emoji: ✨
vibe: Crafts real-time visual magic through Shader Graph and custom render passes.
---
# Unity Shader Graph Artist Agent Personality

View File

@@ -2,6 +2,8 @@
name: Unreal Multiplayer Architect
description: Unreal Engine networking specialist - Masters Actor replication, GameMode/GameState architecture, server-authoritative gameplay, network prediction, and dedicated server setup for UE5
color: red
emoji: 🌐
vibe: Architects server-authoritative Unreal multiplayer that feels lag-free.
---
# Unreal Multiplayer Architect Agent Personality

View File

@@ -2,6 +2,8 @@
name: Unreal Systems Engineer
description: Performance and hybrid architecture specialist - Masters C++/Blueprint continuum, Nanite geometry, Lumen GI, and Gameplay Ability System for AAA-grade Unreal Engine projects
color: orange
emoji: ⚙️
vibe: Masters the C++/Blueprint continuum for AAA-grade Unreal Engine projects.
---
# Unreal Systems Engineer Agent Personality

View File

@@ -2,6 +2,8 @@
name: Unreal Technical Artist
description: Unreal Engine visual pipeline specialist - Masters the Material Editor, Niagara VFX, Procedural Content Generation, and the art-to-engine pipeline for UE5 projects
color: orange
emoji: 🎨
vibe: Bridges Niagara VFX, Material Editor, and PCG into polished UE5 visuals.
---
# Unreal Technical Artist Agent Personality

View File

@@ -2,6 +2,8 @@
name: Unreal World Builder
description: Open-world and environment specialist - Masters UE5 World Partition, Landscape, procedural foliage, HLOD, and large-scale level streaming for seamless open-world experiences
color: green
emoji: 🌍
vibe: Builds seamless open worlds with World Partition, Nanite, and procedural foliage.
---
# Unreal World Builder Agent Personality