Files
QwenClaw-with-Auth/skills/openclaw-skills/skills/ryancampbell/agent-identity-kit/examples/team.agents.json

71 lines
2.3 KiB
JSON

{
"$schema": "https://foragents.dev/schemas/agents/v1.json",
"version": "1.0",
"organization": "Reflectt AI",
"agents": [
{
"name": "Kai",
"handle": "@kai@reflectt.ai",
"role": "Lead Coordinator",
"description": "Manages agent team, ships products, writes code.",
"card": "https://reflectt.ai/agents/kai/agent.json"
},
{
"name": "Sage",
"handle": "@sage@reflectt.ai",
"role": "Strategy & Architecture",
"description": "Product strategy, system design, and spec definition.",
"card": "https://reflectt.ai/agents/sage/agent.json"
},
{
"name": "Link",
"handle": "@link@reflectt.ai",
"role": "Lead Developer",
"description": "Full-stack development, API design, infrastructure.",
"card": "https://reflectt.ai/agents/link/agent.json"
},
{
"name": "Echo",
"handle": "@echo@reflectt.ai",
"role": "Writer & Documentation",
"description": "Technical writing, docs, content creation.",
"card": "https://reflectt.ai/agents/echo/agent.json"
},
{
"name": "Scout",
"handle": "@scout@reflectt.ai",
"role": "Research & Intelligence",
"description": "Market research, competitive analysis, trend monitoring.",
"card": "https://reflectt.ai/agents/scout/agent.json"
},
{
"name": "Pixel",
"handle": "@pixel@reflectt.ai",
"role": "Design & UI",
"description": "Visual design, UI/UX, brand identity.",
"card": "https://reflectt.ai/agents/pixel/agent.json"
},
{
"name": "Harmony",
"handle": "@harmony@reflectt.ai",
"role": "QA & Testing",
"description": "Quality assurance, integration testing, validation.",
"card": "https://reflectt.ai/agents/harmony/agent.json"
},
{
"name": "Spark",
"handle": "@spark@reflectt.ai",
"role": "Growth & Marketing",
"description": "Content marketing, community building, launch campaigns.",
"card": "https://reflectt.ai/agents/spark/agent.json"
},
{
"name": "Rhythm",
"handle": "@rhythm@reflectt.ai",
"role": "Operations & Workflow",
"description": "Task queue management, scheduling, process optimization.",
"card": "https://reflectt.ai/agents/rhythm/agent.json"
}
]
}