| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307 |
- {
- "version": "2.0.0",
- "schema_version": "2.0.0",
- "repository": "https://github.com/darrenhinde/OpenAgents",
- "categories": {
- "essential": "Minimal components for basic functionality",
- "standard": "Standard components for typical use",
- "extended": "Extended components for advanced features",
- "specialized": "Specialized components for specific domains",
- "meta": "Meta-level components for system generation"
- },
- "components": {
- "agents": [
- {
- "id": "opencoder",
- "name": "OpenCoder",
- "type": "agent",
- "path": ".opencode/agent/core/opencoder.md",
- "legacy_path": ".opencode/agent/opencoder.md",
- "aliases": [
- "opencoder"
- ],
- "description": "Specialized development agent for complex coding, architecture, and multi-file refactoring",
- "tags": [
- "development",
- "architecture",
- "coding",
- "refactoring"
- ],
- "dependencies": [
- "subagent:task-manager",
- "subagent:documentation",
- "subagent:coder-agent",
- "subagent:tester",
- "subagent:reviewer",
- "subagent:build-agent"
- ],
- "category": "standard"
- },
- {
- "id": "openagent",
- "name": "OpenAgent",
- "type": "agent",
- "path": ".opencode/agent/core/openagent.md",
- "legacy_path": ".opencode/agent/openagent.md",
- "aliases": [
- "openagent"
- ],
- "description": "Universal agent for answering queries, executing tasks, and coordinating workflows across any domain",
- "tags": [
- "universal",
- "flexible",
- "coordination"
- ],
- "dependencies": [
- "subagent:task-manager",
- "subagent:documentation"
- ],
- "category": "essential"
- },
- {
- "id": "system-builder",
- "name": "System Builder",
- "type": "agent",
- "path": ".opencode/agent/meta/system-builder.md",
- "description": "Generates complete context-aware AI systems from user requirements",
- "tags": [
- "system-generation",
- "architecture",
- "orchestration",
- "meta"
- ],
- "dependencies": [
- "subagent:domain-analyzer",
- "subagent:agent-generator",
- "subagent:context-organizer",
- "subagent:workflow-designer",
- "subagent:command-creator"
- ],
- "category": "meta"
- },
- {
- "id": "codebase-agent",
- "name": "Codebase Agent",
- "type": "agent",
- "path": ".opencode/agent/development/codebase-agent.md",
- "description": "Multi-language implementation agent for modular and functional development",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "devops-specialist",
- "name": "Devops Specialist",
- "type": "agent",
- "path": ".opencode/agent/development/devops-specialist.md",
- "description": "Expert in CI/CD, infrastructure as code, and deployment automation",
- "tags": [],
- "dependencies": [],
- "category": "development"
- },
- {
- "id": "frontend-specialist",
- "name": "Frontend Specialist",
- "type": "agent",
- "path": ".opencode/agent/development/frontend-specialist.md",
- "description": "Expert in React, Vue, and modern CSS architecture",
- "tags": [],
- "dependencies": [],
- "category": "development"
- },
- {
- "id": "backend-specialist",
- "name": "Backend Specialist",
- "type": "agent",
- "path": ".opencode/agent/development/backend-specialist.md",
- "description": "Expert in API design, database architecture, and server-side development",
- "tags": [],
- "dependencies": [],
- "category": "development"
- },
- {
- "id": "technical-writer",
- "name": "Technical Writer",
- "type": "agent",
- "path": ".opencode/agent/content/technical-writer.md",
- "description": "Expert in documentation, API docs, and technical communication",
- "tags": [],
- "dependencies": [],
- "category": "content"
- },
- {
- "id": "copywriter",
- "name": "Copywriter",
- "type": "agent",
- "path": ".opencode/agent/content/copywriter.md",
- "description": "Expert in persuasive writing, marketing copy, and brand messaging",
- "tags": [],
- "dependencies": [],
- "category": "content"
- },
- {
- "id": "data-analyst",
- "name": "Data Analyst",
- "type": "agent",
- "path": ".opencode/agent/data/data-analyst.md",
- "description": "Expert in data analysis, visualization, and statistical insights",
- "tags": [],
- "dependencies": [],
- "category": "data"
- },
- {
- "id": "eval-runner",
- "name": "Eval Runner",
- "type": "agent",
- "path": ".opencode/agent/eval-runner.md",
- "description": "Test harness for evaluation framework - DO NOT USE DIRECTLY",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "repo-manager",
- "name": "Repo Manager",
- "type": "agent",
- "path": ".opencode/agent/meta/repo-manager.md",
- "description": "Meta agent for managing OpenAgents repository development with context-aware planning, task breakdown, and automatic documentation",
- "tags": [],
- "dependencies": [],
- "category": "meta"
- }
- ],
- "subagents": [
- {
- "id": "task-manager",
- "name": "Task Manager",
- "type": "subagent",
- "path": ".opencode/agent/subagents/core/task-manager.md",
- "description": "Breaks down complex features into small, verifiable subtasks",
- "tags": [
- "planning",
- "organization",
- "task-management"
- ],
- "dependencies": [],
- "category": "essential"
- },
- {
- "id": "image-specialist",
- "name": "Image Specialist",
- "type": "subagent",
- "path": ".opencode/agent/subagents/utils/image-specialist.md",
- "description": "Generates and edits images using Gemini AI",
- "tags": [
- "images",
- "ai",
- "generation"
- ],
- "dependencies": [
- "tool:gemini"
- ],
- "category": "utils"
- },
- {
- "id": "reviewer",
- "name": "Reviewer",
- "type": "subagent",
- "path": ".opencode/agent/subagents/code/reviewer.md",
- "description": "Performs code review with security and quality checks",
- "tags": [
- "review",
- "security",
- "quality"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "tester",
- "name": "Tester",
- "type": "subagent",
- "path": ".opencode/agent/subagents/code/tester.md",
- "description": "Writes unit and integration tests",
- "tags": [
- "testing",
- "tdd",
- "quality"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "documentation",
- "name": "Documentation Writer",
- "type": "subagent",
- "path": ".opencode/agent/subagents/core/documentation.md",
- "description": "Creates and updates documentation",
- "tags": [
- "docs",
- "documentation",
- "writing"
- ],
- "dependencies": [],
- "category": "essential"
- },
- {
- "id": "coder-agent",
- "name": "Coder Agent",
- "type": "subagent",
- "path": ".opencode/agent/subagents/code/coder-agent.md",
- "description": "Executes coding subtasks in sequence",
- "tags": [
- "coding",
- "implementation",
- "execution"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "build-agent",
- "name": "Build Agent",
- "type": "subagent",
- "path": ".opencode/agent/subagents/code/build-agent.md",
- "description": "Type checks and validates builds",
- "tags": [
- "build",
- "validation",
- "type-checking"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "codebase-pattern-analyst",
- "name": "Codebase Pattern Analyst",
- "type": "subagent",
- "path": ".opencode/agent/subagents/code/codebase-pattern-analyst.md",
- "description": "Analyzes and implements codebase patterns",
- "tags": [
- "patterns",
- "analysis",
- "architecture"
- ],
- "dependencies": [],
- "category": "specialized"
- },
- {
- "id": "domain-analyzer",
- "name": "Domain Analyzer",
- "type": "subagent",
- "path": ".opencode/agent/subagents/system-builder/domain-analyzer.md",
- "description": "Analyzes user domains and recommends agent architectures",
- "tags": [
- "analysis",
- "domain-modeling",
- "architecture"
- ],
- "dependencies": [],
- "category": "meta"
- },
- {
- "id": "agent-generator",
- "name": "Agent Generator",
- "type": "subagent",
- "path": ".opencode/agent/subagents/system-builder/agent-generator.md",
- "description": "Generates XML-optimized agent files following research-backed patterns",
- "tags": [
- "generation",
- "xml-optimization",
- "agents"
- ],
- "dependencies": [],
- "category": "meta"
- },
- {
- "id": "context-organizer",
- "name": "Context Organizer",
- "type": "subagent",
- "path": ".opencode/agent/subagents/system-builder/context-organizer.md",
- "description": "Organizes and generates modular context files",
- "tags": [
- "context",
- "organization",
- "knowledge-management"
- ],
- "dependencies": [],
- "category": "meta"
- },
- {
- "id": "workflow-designer",
- "name": "Workflow Designer",
- "type": "subagent",
- "path": ".opencode/agent/subagents/system-builder/workflow-designer.md",
- "description": "Designs complete workflow definitions with context dependencies",
- "tags": [
- "workflows",
- "design",
- "orchestration"
- ],
- "dependencies": [],
- "category": "meta"
- },
- {
- "id": "command-creator",
- "name": "Command Creator",
- "type": "subagent",
- "path": ".opencode/agent/subagents/system-builder/command-creator.md",
- "description": "Creates custom slash commands with clear syntax and examples",
- "tags": [
- "commands",
- "generation",
- "cli"
- ],
- "dependencies": [],
- "category": "meta"
- },
- {
- "id": "context-retriever",
- "name": "Context Retriever",
- "type": "subagent",
- "path": ".opencode/agent/subagents/core/context-retriever.md",
- "description": "Generic context search and retrieval specialist for finding relevant context files, standards, and guides in any repository",
- "tags": [],
- "dependencies": [],
- "category": "core"
- }
- ],
- "commands": [
- {
- "id": "test",
- "name": "Test Pipeline",
- "type": "command",
- "path": ".opencode/command/test.md",
- "description": "Run the complete testing pipeline",
- "tags": [
- "testing",
- "ci",
- "validation"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "commit",
- "name": "Smart Commit",
- "type": "command",
- "path": ".opencode/command/commit.md",
- "description": "Create intelligent git commits with context",
- "tags": [
- "git",
- "commit",
- "version-control"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "context",
- "name": "Context Manager",
- "type": "command",
- "path": ".opencode/command/context.md",
- "description": "Manage project context and documentation",
- "tags": [
- "context",
- "documentation",
- "management"
- ],
- "dependencies": [],
- "category": "essential"
- },
- {
- "id": "clean",
- "name": "Clean Project",
- "type": "command",
- "path": ".opencode/command/clean.md",
- "description": "Clean build artifacts and temporary files",
- "tags": [
- "cleanup",
- "maintenance",
- "build"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "optimize",
- "name": "Code Optimizer",
- "type": "command",
- "path": ".opencode/command/optimize.md",
- "description": "Optimize code performance and bundle size",
- "tags": [
- "optimization",
- "performance",
- "build"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "prompt-enhancer",
- "name": "Prompt Enhancer",
- "type": "command",
- "path": ".opencode/command/prompt-engineering/prompt-enhancer.md",
- "description": "Enhance and improve AI prompts",
- "tags": [
- "prompts",
- "ai",
- "enhancement"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "worktrees",
- "name": "Git Worktrees Manager",
- "type": "command",
- "path": ".opencode/command/worktrees.md",
- "description": "Manage git worktrees for parallel development",
- "tags": [
- "git",
- "worktrees",
- "workflow"
- ],
- "dependencies": [],
- "category": "specialized"
- },
- {
- "id": "build-context-system",
- "name": "Build Context System",
- "type": "command",
- "path": ".opencode/command/build-context-system.md",
- "description": "Interactive system builder for creating complete context-aware AI architectures",
- "tags": [
- "system-generation",
- "interactive",
- "architecture",
- "meta"
- ],
- "dependencies": [
- "agent:system-builder"
- ],
- "category": "meta"
- },
- {
- "id": "validate-repo",
- "name": "Validate Repository",
- "type": "command",
- "path": ".opencode/command/validate-repo.md",
- "description": "Comprehensive validation of repository consistency between CLI, docs, registry, and components",
- "tags": [
- "validation",
- "quality",
- "consistency",
- "maintenance"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "test-new-command",
- "name": "Test New Command",
- "type": "command",
- "path": ".opencode/command/test-new-command.md",
- "description": "Test command to verify auto-detection and registry updates work correctly\\\"",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "commit-openagents",
- "name": "Commit Openagents",
- "type": "command",
- "path": ".opencode/command/commit-openagents.md",
- "description": "Smart commit command for opencode-agents repository with automatic validation and conventional commits",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "prompt-optimizer",
- "name": "Prompt Optimizer",
- "type": "command",
- "path": ".opencode/command/prompt-engineering/prompt-optimizer.md",
- "description": "Advanced prompt optimizer: Research patterns + token efficiency + semantic preservation. Achieves 30-50% token reduction with 100% meaning preserved.\\\"",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "create-tests",
- "name": "Create Tests",
- "type": "command",
- "path": ".opencode/command/openagents/new-agents/create-tests.md",
- "description": "description: \\\"Generate comprehensive test suites for OpenCode agents with 8 essential test types\\\"",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "create-agent",
- "name": "Create Agent",
- "type": "command",
- "path": ".opencode/command/openagents/new-agents/create-agent.md",
- "description": "description: \\\"Create new OpenCode agents following research-backed best practices (Anthropic 2025)\\\"",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- }
- ],
- "tools": [
- {
- "id": "gemini",
- "name": "Gemini AI Tool",
- "type": "tool",
- "path": ".opencode/tool/gemini/index.ts",
- "description": "Image generation, editing, and analysis using Gemini AI",
- "tags": [
- "ai",
- "images",
- "gemini"
- ],
- "dependencies": [
- "tool:env"
- ],
- "category": "specialized"
- },
- {
- "id": "env",
- "name": "Environment Manager",
- "type": "tool",
- "path": ".opencode/tool/env/index.ts",
- "description": "Load and manage environment variables securely",
- "tags": [
- "environment",
- "config",
- "security"
- ],
- "dependencies": [],
- "category": "essential"
- }
- ],
- "plugins": [
- {
- "id": "telegram-bot",
- "name": "Telegram Bot Library",
- "type": "plugin",
- "path": ".opencode/plugin/lib/telegram-bot.ts",
- "description": "Simple Telegram Bot wrapper for sending notifications",
- "tags": [
- "telegram",
- "bot",
- "library"
- ],
- "dependencies": [],
- "category": "specialized"
- },
- {
- "id": "telegram-notify",
- "name": "Telegram Notifications",
- "type": "plugin",
- "path": ".opencode/plugin/telegram-notify.ts",
- "description": "Send notifications via Telegram bot",
- "tags": [
- "notifications",
- "telegram",
- "integration"
- ],
- "dependencies": [
- "tool:env",
- "plugin:telegram-bot"
- ],
- "category": "specialized"
- },
- {
- "id": "notify",
- "name": "Generic Notifier",
- "type": "plugin",
- "path": ".opencode/plugin/notify.ts",
- "description": "Generic notification system",
- "tags": [
- "notifications",
- "alerts"
- ],
- "dependencies": [],
- "category": "specialized"
- }
- ],
- "contexts": [
- {
- "id": "essential-patterns",
- "name": "Essential Patterns",
- "type": "context",
- "path": ".opencode/context/core/essential-patterns.md",
- "description": "Core development patterns and best practices",
- "tags": [
- "patterns",
- "best-practices",
- "guidelines"
- ],
- "dependencies": [],
- "category": "essential"
- },
- {
- "id": "project-context",
- "name": "Project Context",
- "type": "context",
- "path": ".opencode/context/project/project-context.md",
- "description": "Project-specific context and configuration",
- "tags": [
- "context",
- "project",
- "configuration"
- ],
- "dependencies": [],
- "category": "essential"
- },
- {
- "id": "standards-code",
- "name": "Code Standards",
- "type": "context",
- "path": ".opencode/context/core/standards/code.md",
- "description": "Modular, functional code standards",
- "tags": [
- "standards",
- "code",
- "quality"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "standards-patterns",
- "name": "Pattern Standards",
- "type": "context",
- "path": ".opencode/context/core/standards/patterns.md",
- "description": "Language-agnostic pattern catalog",
- "tags": [
- "standards",
- "patterns",
- "architecture"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "standards-tests",
- "name": "Testing Standards",
- "type": "context",
- "path": ".opencode/context/core/standards/tests.md",
- "description": "Testing best practices and guidelines",
- "tags": [
- "standards",
- "testing",
- "quality"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "standards-docs",
- "name": "Documentation Standards",
- "type": "context",
- "path": ".opencode/context/core/standards/docs.md",
- "description": "Documentation guidelines and templates",
- "tags": [
- "standards",
- "documentation",
- "writing"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "standards-analysis",
- "name": "Analysis Standards",
- "type": "context",
- "path": ".opencode/context/core/standards/analysis.md",
- "description": "Code analysis framework and guidelines",
- "tags": [
- "standards",
- "analysis",
- "quality"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "workflows-delegation",
- "name": "Delegation Workflow",
- "type": "context",
- "path": ".opencode/context/core/workflows/delegation.md",
- "description": "Delegation template and process",
- "tags": [
- "workflows",
- "delegation",
- "coordination"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "workflows-sessions",
- "name": "Session Management Workflow",
- "type": "context",
- "path": ".opencode/context/core/workflows/sessions.md",
- "description": "Session lifecycle and management",
- "tags": [
- "workflows",
- "sessions",
- "management"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "workflows-task-breakdown",
- "name": "Task Breakdown Workflow",
- "type": "context",
- "path": ".opencode/context/core/workflows/task-breakdown.md",
- "description": "Task breakdown methodology",
- "tags": [
- "workflows",
- "tasks",
- "planning"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "workflows-review",
- "name": "Code Review Workflow",
- "type": "context",
- "path": ".opencode/context/core/workflows/review.md",
- "description": "Code review process and guidelines",
- "tags": [
- "workflows",
- "review",
- "quality"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "system-context-guide",
- "name": "Context System Guide",
- "type": "context",
- "path": ".opencode/context/core/system/context-guide.md",
- "description": "Guide to the context system and file organization",
- "tags": [
- "system",
- "guide",
- "context"
- ],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "system-builder-guide",
- "name": "System Builder Guide",
- "type": "context",
- "path": ".opencode/context/system-builder-templates/SYSTEM-BUILDER-GUIDE.md",
- "description": "System Builder Guide",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "orchestrator-template",
- "name": "Orchestrator Template",
- "type": "context",
- "path": ".opencode/context/system-builder-templates/orchestrator-template.md",
- "description": "{domain} orchestrator for {primary_purpose}\\\"",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "subagent-template",
- "name": "Subagent Template",
- "type": "context",
- "path": ".opencode/context/system-builder-templates/subagent-template.md",
- "description": "{specific_task_description}\\\"",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "clean-code",
- "name": "Clean Code",
- "type": "context",
- "path": ".opencode/context/development/clean-code.md",
- "description": "Clean Code Principles",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "react-patterns",
- "name": "React Patterns",
- "type": "context",
- "path": ".opencode/context/development/react-patterns.md",
- "description": "React Patterns & Best Practices",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "api-design",
- "name": "Api Design",
- "type": "context",
- "path": ".opencode/context/development/api-design.md",
- "description": "API Design Patterns",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "copywriting-frameworks",
- "name": "Copywriting Frameworks",
- "type": "context",
- "path": ".opencode/context/content/copywriting-frameworks.md",
- "description": "Copywriting Frameworks",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "tone-voice",
- "name": "Tone Voice",
- "type": "context",
- "path": ".opencode/context/content/tone-voice.md",
- "description": "Tone & Voice Guidelines",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "design-iteration",
- "name": "Design Iteration",
- "type": "context",
- "path": ".opencode/context/core/workflows/design-iteration.md",
- "description": "Design Iteration Workflow",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "design-assets",
- "name": "Design Assets",
- "type": "context",
- "path": ".opencode/context/development/design-assets.md",
- "description": "Design Assets",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "ui-styling-standards",
- "name": "Ui Styling Standards",
- "type": "context",
- "path": ".opencode/context/development/ui-styling-standards.md",
- "description": "UI Styling Standards",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "animation-patterns",
- "name": "Animation Patterns",
- "type": "context",
- "path": ".opencode/context/development/animation-patterns.md",
- "description": "Animation Patterns",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "design-systems",
- "name": "Design Systems",
- "type": "context",
- "path": ".opencode/context/development/design-systems.md",
- "description": "Design Systems",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "quick-start",
- "name": "Quick Start",
- "type": "context",
- "path": ".opencode/context/openagents-repo/quick-start.md",
- "description": "OpenAgents Repository - Quick Start",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "commands",
- "name": "Commands",
- "type": "context",
- "path": ".opencode/context/openagents-repo/lookup/commands.md",
- "description": "Lookup: Command Reference",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "file-locations",
- "name": "File Locations",
- "type": "context",
- "path": ".opencode/context/openagents-repo/lookup/file-locations.md",
- "description": "Lookup: File Locations",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "adding-agent",
- "name": "Adding Agent",
- "type": "context",
- "path": ".opencode/context/openagents-repo/guides/adding-agent.md",
- "description": "Brief description of what this agent does",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "creating-release",
- "name": "Creating Release",
- "type": "context",
- "path": ".opencode/context/openagents-repo/guides/creating-release.md",
- "description": "Guide: Creating a Release",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "testing-agent",
- "name": "Testing Agent",
- "type": "context",
- "path": ".opencode/context/openagents-repo/guides/testing-agent.md",
- "description": "Verify agent requests approval before execution",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "debugging",
- "name": "Debugging",
- "type": "context",
- "path": ".opencode/context/openagents-repo/guides/debugging.md",
- "description": "Guide: Debugging Common Issues",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "updating-registry",
- "name": "Updating Registry",
- "type": "context",
- "path": ".opencode/context/openagents-repo/guides/updating-registry.md",
- "description": "Guide: Updating Registry",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "context-bundle-example",
- "name": "Context Bundle Example",
- "type": "context",
- "path": ".opencode/context/openagents-repo/examples/context-bundle-example.md",
- "description": "Context Bundle Example: Create Data Analyst Agent",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "evals",
- "name": "Evals",
- "type": "context",
- "path": ".opencode/context/openagents-repo/core-concepts/evals.md",
- "description": "Verify agent responds correctly",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "agents",
- "name": "Agents",
- "type": "context",
- "path": ".opencode/context/openagents-repo/core-concepts/agents.md",
- "description": "Brief description of what this agent does",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "categories",
- "name": "Categories",
- "type": "context",
- "path": ".opencode/context/openagents-repo/core-concepts/categories.md",
- "description": "Core Concept: Category System",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- },
- {
- "id": "registry",
- "name": "Registry",
- "type": "context",
- "path": ".opencode/context/openagents-repo/core-concepts/registry.md",
- "description": "Core Concept: Registry System",
- "tags": [],
- "dependencies": [],
- "category": "standard"
- }
- ],
- "config": [
- {
- "id": "env-example",
- "name": "Environment Template",
- "type": "config",
- "path": "env.example",
- "description": "Example environment configuration file",
- "tags": [
- "config",
- "environment",
- "template"
- ],
- "dependencies": [],
- "category": "essential"
- },
- {
- "id": "readme",
- "name": "README",
- "type": "config",
- "path": "README.md",
- "description": "Project documentation and setup guide",
- "tags": [
- "documentation",
- "readme",
- "guide"
- ],
- "dependencies": [],
- "category": "essential"
- }
- ]
- },
- "profiles": {
- "essential": {
- "name": "Essential (Minimal)",
- "description": "Minimal starter kit - universal agent with core subagents. Great for learning the system or lightweight tasks. Upgrade to Developer or Business for full features.",
- "components": [
- "agent:openagent",
- "subagent:task-manager",
- "subagent:documentation",
- "command:context",
- "command:clean",
- "tool:env",
- "context:essential-patterns",
- "context:project-context",
- "config:env-example"
- ]
- },
- "developer": {
- "name": "Developer",
- "description": "Complete software development environment with code generation, testing, review, and build tools. Recommended for most developers.",
- "badge": "RECOMMENDED",
- "components": [
- "agent:openagent",
- "agent:opencoder",
- "agent:frontend-specialist",
- "agent:backend-specialist",
- "agent:devops-specialist",
- "agent:codebase-agent",
- "subagent:task-manager",
- "subagent:documentation",
- "subagent:coder-agent",
- "subagent:reviewer",
- "subagent:tester",
- "subagent:build-agent",
- "subagent:codebase-pattern-analyst",
- "command:commit",
- "command:test",
- "command:context",
- "command:clean",
- "command:optimize",
- "command:validate-repo",
- "tool:env",
- "context:essential-patterns",
- "context:project-context",
- "context:standards-code",
- "context:standards-patterns",
- "context:standards-tests",
- "context:standards-docs",
- "context:standards-analysis",
- "context:workflows-delegation",
- "context:workflows-sessions",
- "context:workflows-task-breakdown",
- "context:workflows-review",
- "context:system-context-guide",
- "config:env-example",
- "config:readme"
- ]
- },
- "business": {
- "name": "Business",
- "description": "Business process automation, content creation, and visual workflows. Includes image generation, notifications, and documentation tools.",
- "components": [
- "agent:openagent",
- "agent:copywriter",
- "agent:technical-writer",
- "agent:data-analyst",
- "subagent:task-manager",
- "subagent:documentation",
- "subagent:image-specialist",
- "command:context",
- "command:clean",
- "command:prompt-enhancer",
- "tool:env",
- "tool:gemini",
- "plugin:notify",
- "plugin:telegram-bot",
- "plugin:telegram-notify",
- "context:essential-patterns",
- "context:project-context",
- "config:env-example",
- "config:readme"
- ]
- },
- "full": {
- "name": "Full",
- "description": "Everything included - all agents, subagents, tools, and plugins for maximum functionality.",
- "components": [
- "agent:openagent",
- "agent:opencoder",
- "agent:eval-runner",
- "agent:frontend-specialist",
- "agent:backend-specialist",
- "agent:devops-specialist",
- "agent:codebase-agent",
- "agent:copywriter",
- "agent:technical-writer",
- "agent:data-analyst",
- "subagent:task-manager",
- "subagent:documentation",
- "subagent:coder-agent",
- "subagent:reviewer",
- "subagent:tester",
- "subagent:build-agent",
- "subagent:codebase-pattern-analyst",
- "subagent:image-specialist",
- "command:test",
- "command:commit",
- "command:context",
- "command:clean",
- "command:optimize",
- "command:prompt-enhancer",
- "command:worktrees",
- "command:validate-repo",
- "tool:env",
- "tool:gemini",
- "plugin:notify",
- "plugin:telegram-bot",
- "plugin:telegram-notify",
- "context:essential-patterns",
- "context:project-context",
- "context:standards-code",
- "context:standards-patterns",
- "context:standards-tests",
- "context:standards-docs",
- "context:standards-analysis",
- "context:workflows-delegation",
- "context:workflows-sessions",
- "context:workflows-task-breakdown",
- "context:workflows-review",
- "context:system-context-guide",
- "config:env-example",
- "config:readme"
- ]
- },
- "advanced": {
- "name": "Advanced (Meta-Level)",
- "description": "Full installation plus System Builder for creating custom AI architectures. For power users and contributors.",
- "components": [
- "agent:openagent",
- "agent:opencoder",
- "agent:system-builder",
- "agent:repo-manager",
- "agent:eval-runner",
- "agent:frontend-specialist",
- "agent:backend-specialist",
- "agent:devops-specialist",
- "agent:codebase-agent",
- "agent:copywriter",
- "agent:technical-writer",
- "agent:data-analyst",
- "subagent:task-manager",
- "subagent:documentation",
- "subagent:coder-agent",
- "subagent:reviewer",
- "subagent:tester",
- "subagent:build-agent",
- "subagent:codebase-pattern-analyst",
- "subagent:image-specialist",
- "subagent:context-retriever",
- "subagent:domain-analyzer",
- "subagent:agent-generator",
- "subagent:context-organizer",
- "subagent:workflow-designer",
- "subagent:command-creator",
- "command:test",
- "command:commit",
- "command:context",
- "command:clean",
- "command:optimize",
- "command:prompt-enhancer",
- "command:worktrees",
- "command:build-context-system",
- "command:validate-repo",
- "tool:env",
- "tool:gemini",
- "plugin:notify",
- "plugin:telegram-bot",
- "plugin:telegram-notify",
- "context:essential-patterns",
- "context:project-context",
- "context:standards-code",
- "context:standards-patterns",
- "context:standards-tests",
- "context:standards-docs",
- "context:standards-analysis",
- "context:workflows-delegation",
- "context:workflows-sessions",
- "context:workflows-task-breakdown",
- "context:workflows-review",
- "context:system-context-guide",
- "config:env-example",
- "config:readme"
- ],
- "additionalPaths": [
- ".Building/",
- ".github/workflows/"
- ]
- }
- },
- "metadata": {
- "lastUpdated": "2025-12-14",
- "schemaVersion": "1.0.0"
- },
- "subagents": {
- "test": {
- "simple-responder": {
- "id": "simple-responder",
- "name": "Simple Responder",
- "description": "Test agent that responds with AWESOME TESTING",
- "category": "test",
- "type": "utility",
- "version": "1.0.0",
- "path": ".opencode/agent/subagents/test/simple-responder.md",
- "mode": "subagent",
- "status": "stable"
- }
- }
- }
- }
|