registry.json 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918
  1. {
  2. "version": "1.0.0",
  3. "repository": "https://github.com/darrenhinde/OpenAgents",
  4. "categories": {
  5. "essential": "Minimal components for basic functionality",
  6. "standard": "Standard components for typical use",
  7. "extended": "Extended components for advanced features",
  8. "specialized": "Specialized components for specific domains",
  9. "meta": "Meta-level components for system generation"
  10. },
  11. "components": {
  12. "agents": [
  13. {
  14. "id": "opencoder",
  15. "name": "OpenCoder",
  16. "type": "agent",
  17. "path": ".opencode/agent/opencoder.md",
  18. "description": "Specialized development agent for complex coding, architecture, and multi-file refactoring",
  19. "tags": [
  20. "development",
  21. "architecture",
  22. "coding",
  23. "refactoring"
  24. ],
  25. "dependencies": [
  26. "subagent:task-manager",
  27. "subagent:documentation",
  28. "subagent:coder-agent",
  29. "subagent:tester",
  30. "subagent:reviewer",
  31. "subagent:build-agent"
  32. ],
  33. "category": "standard"
  34. },
  35. {
  36. "id": "openagent",
  37. "name": "OpenAgent",
  38. "type": "agent",
  39. "path": ".opencode/agent/openagent.md",
  40. "description": "Universal agent for answering queries, executing tasks, and coordinating workflows across any domain",
  41. "tags": [
  42. "universal",
  43. "flexible",
  44. "coordination"
  45. ],
  46. "dependencies": [
  47. "subagent:task-manager",
  48. "subagent:documentation"
  49. ],
  50. "category": "essential"
  51. },
  52. {
  53. "id": "system-builder",
  54. "name": "System Builder",
  55. "type": "agent",
  56. "path": ".opencode/agent/system-builder.md",
  57. "description": "Generates complete context-aware AI systems from user requirements",
  58. "tags": [
  59. "system-generation",
  60. "architecture",
  61. "orchestration",
  62. "meta"
  63. ],
  64. "dependencies": [
  65. "subagent:domain-analyzer",
  66. "subagent:agent-generator",
  67. "subagent:context-organizer",
  68. "subagent:workflow-designer",
  69. "subagent:command-creator"
  70. ],
  71. "category": "meta"
  72. },
  73. {
  74. "id": "codebase-agent",
  75. "name": "Codebase Agent",
  76. "type": "agent",
  77. "path": ".opencode/agent/codebase-agent.md",
  78. "description": "Multi-language implementation agent for modular and functional development\\\"",
  79. "tags": [],
  80. "dependencies": [],
  81. "category": "standard"
  82. }
  83. ],
  84. "subagents": [
  85. {
  86. "id": "task-manager",
  87. "name": "Task Manager",
  88. "type": "subagent",
  89. "path": ".opencode/agent/subagents/core/task-manager.md",
  90. "description": "Breaks down complex features into small, verifiable subtasks",
  91. "tags": [
  92. "planning",
  93. "organization",
  94. "task-management"
  95. ],
  96. "dependencies": [],
  97. "category": "essential"
  98. },
  99. {
  100. "id": "image-specialist",
  101. "name": "Image Specialist",
  102. "type": "subagent",
  103. "path": ".opencode/agent/subagents/utils/image-specialist.md",
  104. "description": "Generates and edits images using Gemini AI",
  105. "tags": [
  106. "images",
  107. "ai",
  108. "generation"
  109. ],
  110. "dependencies": [
  111. "tool:gemini"
  112. ],
  113. "category": "utils"
  114. },
  115. {
  116. "id": "reviewer",
  117. "name": "Reviewer",
  118. "type": "subagent",
  119. "path": ".opencode/agent/subagents/code/reviewer.md",
  120. "description": "Performs code review with security and quality checks",
  121. "tags": [
  122. "review",
  123. "security",
  124. "quality"
  125. ],
  126. "dependencies": [],
  127. "category": "standard"
  128. },
  129. {
  130. "id": "tester",
  131. "name": "Tester",
  132. "type": "subagent",
  133. "path": ".opencode/agent/subagents/code/tester.md",
  134. "description": "Writes unit and integration tests",
  135. "tags": [
  136. "testing",
  137. "tdd",
  138. "quality"
  139. ],
  140. "dependencies": [],
  141. "category": "standard"
  142. },
  143. {
  144. "id": "documentation",
  145. "name": "Documentation Writer",
  146. "type": "subagent",
  147. "path": ".opencode/agent/subagents/core/documentation.md",
  148. "description": "Creates and updates documentation",
  149. "tags": [
  150. "docs",
  151. "documentation",
  152. "writing"
  153. ],
  154. "dependencies": [],
  155. "category": "essential"
  156. },
  157. {
  158. "id": "coder-agent",
  159. "name": "Coder Agent",
  160. "type": "subagent",
  161. "path": ".opencode/agent/subagents/code/coder-agent.md",
  162. "description": "Executes coding subtasks in sequence",
  163. "tags": [
  164. "coding",
  165. "implementation",
  166. "execution"
  167. ],
  168. "dependencies": [],
  169. "category": "standard"
  170. },
  171. {
  172. "id": "build-agent",
  173. "name": "Build Agent",
  174. "type": "subagent",
  175. "path": ".opencode/agent/subagents/code/build-agent.md",
  176. "description": "Type checks and validates builds",
  177. "tags": [
  178. "build",
  179. "validation",
  180. "type-checking"
  181. ],
  182. "dependencies": [],
  183. "category": "standard"
  184. },
  185. {
  186. "id": "codebase-pattern-analyst",
  187. "name": "Codebase Pattern Analyst",
  188. "type": "subagent",
  189. "path": ".opencode/agent/subagents/code/codebase-pattern-analyst.md",
  190. "description": "Analyzes and implements codebase patterns",
  191. "tags": [
  192. "patterns",
  193. "analysis",
  194. "architecture"
  195. ],
  196. "dependencies": [],
  197. "category": "specialized"
  198. },
  199. {
  200. "id": "domain-analyzer",
  201. "name": "Domain Analyzer",
  202. "type": "subagent",
  203. "path": ".opencode/agent/subagents/system-builder/domain-analyzer.md",
  204. "description": "Analyzes user domains and recommends agent architectures",
  205. "tags": [
  206. "analysis",
  207. "domain-modeling",
  208. "architecture"
  209. ],
  210. "dependencies": [],
  211. "category": "meta"
  212. },
  213. {
  214. "id": "agent-generator",
  215. "name": "Agent Generator",
  216. "type": "subagent",
  217. "path": ".opencode/agent/subagents/system-builder/agent-generator.md",
  218. "description": "Generates XML-optimized agent files following research-backed patterns",
  219. "tags": [
  220. "generation",
  221. "xml-optimization",
  222. "agents"
  223. ],
  224. "dependencies": [],
  225. "category": "meta"
  226. },
  227. {
  228. "id": "context-organizer",
  229. "name": "Context Organizer",
  230. "type": "subagent",
  231. "path": ".opencode/agent/subagents/system-builder/context-organizer.md",
  232. "description": "Organizes and generates modular context files",
  233. "tags": [
  234. "context",
  235. "organization",
  236. "knowledge-management"
  237. ],
  238. "dependencies": [],
  239. "category": "meta"
  240. },
  241. {
  242. "id": "workflow-designer",
  243. "name": "Workflow Designer",
  244. "type": "subagent",
  245. "path": ".opencode/agent/subagents/system-builder/workflow-designer.md",
  246. "description": "Designs complete workflow definitions with context dependencies",
  247. "tags": [
  248. "workflows",
  249. "design",
  250. "orchestration"
  251. ],
  252. "dependencies": [],
  253. "category": "meta"
  254. },
  255. {
  256. "id": "command-creator",
  257. "name": "Command Creator",
  258. "type": "subagent",
  259. "path": ".opencode/agent/subagents/system-builder/command-creator.md",
  260. "description": "Creates custom slash commands with clear syntax and examples",
  261. "tags": [
  262. "commands",
  263. "generation",
  264. "cli"
  265. ],
  266. "dependencies": [],
  267. "category": "meta"
  268. }
  269. ],
  270. "commands": [
  271. {
  272. "id": "test",
  273. "name": "Test Pipeline",
  274. "type": "command",
  275. "path": ".opencode/command/test.md",
  276. "description": "Run the complete testing pipeline",
  277. "tags": [
  278. "testing",
  279. "ci",
  280. "validation"
  281. ],
  282. "dependencies": [],
  283. "category": "standard"
  284. },
  285. {
  286. "id": "commit",
  287. "name": "Smart Commit",
  288. "type": "command",
  289. "path": ".opencode/command/commit.md",
  290. "description": "Create intelligent git commits with context",
  291. "tags": [
  292. "git",
  293. "commit",
  294. "version-control"
  295. ],
  296. "dependencies": [],
  297. "category": "standard"
  298. },
  299. {
  300. "id": "context",
  301. "name": "Context Manager",
  302. "type": "command",
  303. "path": ".opencode/command/context.md",
  304. "description": "Manage project context and documentation",
  305. "tags": [
  306. "context",
  307. "documentation",
  308. "management"
  309. ],
  310. "dependencies": [],
  311. "category": "essential"
  312. },
  313. {
  314. "id": "clean",
  315. "name": "Clean Project",
  316. "type": "command",
  317. "path": ".opencode/command/clean.md",
  318. "description": "Clean build artifacts and temporary files",
  319. "tags": [
  320. "cleanup",
  321. "maintenance",
  322. "build"
  323. ],
  324. "dependencies": [],
  325. "category": "standard"
  326. },
  327. {
  328. "id": "optimize",
  329. "name": "Code Optimizer",
  330. "type": "command",
  331. "path": ".opencode/command/optimize.md",
  332. "description": "Optimize code performance and bundle size",
  333. "tags": [
  334. "optimization",
  335. "performance",
  336. "build"
  337. ],
  338. "dependencies": [],
  339. "category": "standard"
  340. },
  341. {
  342. "id": "prompt-enhancer",
  343. "name": "Prompt Enhancer",
  344. "type": "command",
  345. "path": ".opencode/command/prompt-engineering/prompt-enhancer.md",
  346. "description": "Enhance and improve AI prompts",
  347. "tags": [
  348. "prompts",
  349. "ai",
  350. "enhancement"
  351. ],
  352. "dependencies": [],
  353. "category": "standard"
  354. },
  355. {
  356. "id": "worktrees",
  357. "name": "Git Worktrees Manager",
  358. "type": "command",
  359. "path": ".opencode/command/worktrees.md",
  360. "description": "Manage git worktrees for parallel development",
  361. "tags": [
  362. "git",
  363. "worktrees",
  364. "workflow"
  365. ],
  366. "dependencies": [],
  367. "category": "specialized"
  368. },
  369. {
  370. "id": "build-context-system",
  371. "name": "Build Context System",
  372. "type": "command",
  373. "path": ".opencode/command/build-context-system.md",
  374. "description": "Interactive system builder for creating complete context-aware AI architectures",
  375. "tags": [
  376. "system-generation",
  377. "interactive",
  378. "architecture",
  379. "meta"
  380. ],
  381. "dependencies": [
  382. "agent:system-builder"
  383. ],
  384. "category": "meta"
  385. },
  386. {
  387. "id": "validate-repo",
  388. "name": "Validate Repository",
  389. "type": "command",
  390. "path": ".opencode/command/validate-repo.md",
  391. "description": "Comprehensive validation of repository consistency between CLI, docs, registry, and components",
  392. "tags": [
  393. "validation",
  394. "quality",
  395. "consistency",
  396. "maintenance"
  397. ],
  398. "dependencies": [],
  399. "category": "standard"
  400. },
  401. {
  402. "id": "test-new-command",
  403. "name": "Test New Command",
  404. "type": "command",
  405. "path": ".opencode/command/test-new-command.md",
  406. "description": "Test command to verify auto-detection and registry updates work correctly\\\"",
  407. "tags": [],
  408. "dependencies": [],
  409. "category": "standard"
  410. },
  411. {
  412. "id": "commit-openagents",
  413. "name": "Commit Openagents",
  414. "type": "command",
  415. "path": ".opencode/command/commit-openagents.md",
  416. "description": "Smart commit command for opencode-agents repository with automatic validation and conventional commits",
  417. "tags": [],
  418. "dependencies": [],
  419. "category": "standard"
  420. },
  421. {
  422. "id": "prompt-optimizer",
  423. "name": "Prompt Optimizer",
  424. "type": "command",
  425. "path": ".opencode/command/prompt-engineering/prompt-optimizer.md",
  426. "description": "Advanced prompt optimizer: Research patterns + token efficiency + semantic preservation. Achieves 30-50% token reduction with 100% meaning preserved.\\\"",
  427. "tags": [],
  428. "dependencies": [],
  429. "category": "standard"
  430. }
  431. ],
  432. "tools": [
  433. {
  434. "id": "gemini",
  435. "name": "Gemini AI Tool",
  436. "type": "tool",
  437. "path": ".opencode/tool/gemini/index.ts",
  438. "description": "Image generation, editing, and analysis using Gemini AI",
  439. "tags": [
  440. "ai",
  441. "images",
  442. "gemini"
  443. ],
  444. "dependencies": [
  445. "tool:env"
  446. ],
  447. "category": "specialized"
  448. },
  449. {
  450. "id": "env",
  451. "name": "Environment Manager",
  452. "type": "tool",
  453. "path": ".opencode/tool/env/index.ts",
  454. "description": "Load and manage environment variables securely",
  455. "tags": [
  456. "environment",
  457. "config",
  458. "security"
  459. ],
  460. "dependencies": [],
  461. "category": "essential"
  462. }
  463. ],
  464. "plugins": [
  465. {
  466. "id": "telegram-bot",
  467. "name": "Telegram Bot Library",
  468. "type": "plugin",
  469. "path": ".opencode/plugin/lib/telegram-bot.ts",
  470. "description": "Simple Telegram Bot wrapper for sending notifications",
  471. "tags": [
  472. "telegram",
  473. "bot",
  474. "library"
  475. ],
  476. "dependencies": [],
  477. "category": "specialized"
  478. },
  479. {
  480. "id": "telegram-notify",
  481. "name": "Telegram Notifications",
  482. "type": "plugin",
  483. "path": ".opencode/plugin/telegram-notify.ts",
  484. "description": "Send notifications via Telegram bot",
  485. "tags": [
  486. "notifications",
  487. "telegram",
  488. "integration"
  489. ],
  490. "dependencies": [
  491. "tool:env",
  492. "plugin:telegram-bot"
  493. ],
  494. "category": "specialized"
  495. },
  496. {
  497. "id": "notify",
  498. "name": "Generic Notifier",
  499. "type": "plugin",
  500. "path": ".opencode/plugin/notify.ts",
  501. "description": "Generic notification system",
  502. "tags": [
  503. "notifications",
  504. "alerts"
  505. ],
  506. "dependencies": [],
  507. "category": "specialized"
  508. }
  509. ],
  510. "contexts": [
  511. {
  512. "id": "essential-patterns",
  513. "name": "Essential Patterns",
  514. "type": "context",
  515. "path": ".opencode/context/core/essential-patterns.md",
  516. "description": "Core development patterns and best practices",
  517. "tags": [
  518. "patterns",
  519. "best-practices",
  520. "guidelines"
  521. ],
  522. "dependencies": [],
  523. "category": "essential"
  524. },
  525. {
  526. "id": "project-context",
  527. "name": "Project Context",
  528. "type": "context",
  529. "path": ".opencode/context/project/project-context.md",
  530. "description": "Project-specific context and configuration",
  531. "tags": [
  532. "context",
  533. "project",
  534. "configuration"
  535. ],
  536. "dependencies": [],
  537. "category": "essential"
  538. },
  539. {
  540. "id": "standards-code",
  541. "name": "Code Standards",
  542. "type": "context",
  543. "path": ".opencode/context/core/standards/code.md",
  544. "description": "Modular, functional code standards",
  545. "tags": [
  546. "standards",
  547. "code",
  548. "quality"
  549. ],
  550. "dependencies": [],
  551. "category": "standard"
  552. },
  553. {
  554. "id": "standards-patterns",
  555. "name": "Pattern Standards",
  556. "type": "context",
  557. "path": ".opencode/context/core/standards/patterns.md",
  558. "description": "Language-agnostic pattern catalog",
  559. "tags": [
  560. "standards",
  561. "patterns",
  562. "architecture"
  563. ],
  564. "dependencies": [],
  565. "category": "standard"
  566. },
  567. {
  568. "id": "standards-tests",
  569. "name": "Testing Standards",
  570. "type": "context",
  571. "path": ".opencode/context/core/standards/tests.md",
  572. "description": "Testing best practices and guidelines",
  573. "tags": [
  574. "standards",
  575. "testing",
  576. "quality"
  577. ],
  578. "dependencies": [],
  579. "category": "standard"
  580. },
  581. {
  582. "id": "standards-docs",
  583. "name": "Documentation Standards",
  584. "type": "context",
  585. "path": ".opencode/context/core/standards/docs.md",
  586. "description": "Documentation guidelines and templates",
  587. "tags": [
  588. "standards",
  589. "documentation",
  590. "writing"
  591. ],
  592. "dependencies": [],
  593. "category": "standard"
  594. },
  595. {
  596. "id": "standards-analysis",
  597. "name": "Analysis Standards",
  598. "type": "context",
  599. "path": ".opencode/context/core/standards/analysis.md",
  600. "description": "Code analysis framework and guidelines",
  601. "tags": [
  602. "standards",
  603. "analysis",
  604. "quality"
  605. ],
  606. "dependencies": [],
  607. "category": "standard"
  608. },
  609. {
  610. "id": "workflows-delegation",
  611. "name": "Delegation Workflow",
  612. "type": "context",
  613. "path": ".opencode/context/core/workflows/delegation.md",
  614. "description": "Delegation template and process",
  615. "tags": [
  616. "workflows",
  617. "delegation",
  618. "coordination"
  619. ],
  620. "dependencies": [],
  621. "category": "standard"
  622. },
  623. {
  624. "id": "workflows-sessions",
  625. "name": "Session Management Workflow",
  626. "type": "context",
  627. "path": ".opencode/context/core/workflows/sessions.md",
  628. "description": "Session lifecycle and management",
  629. "tags": [
  630. "workflows",
  631. "sessions",
  632. "management"
  633. ],
  634. "dependencies": [],
  635. "category": "standard"
  636. },
  637. {
  638. "id": "workflows-task-breakdown",
  639. "name": "Task Breakdown Workflow",
  640. "type": "context",
  641. "path": ".opencode/context/core/workflows/task-breakdown.md",
  642. "description": "Task breakdown methodology",
  643. "tags": [
  644. "workflows",
  645. "tasks",
  646. "planning"
  647. ],
  648. "dependencies": [],
  649. "category": "standard"
  650. },
  651. {
  652. "id": "workflows-review",
  653. "name": "Code Review Workflow",
  654. "type": "context",
  655. "path": ".opencode/context/core/workflows/review.md",
  656. "description": "Code review process and guidelines",
  657. "tags": [
  658. "workflows",
  659. "review",
  660. "quality"
  661. ],
  662. "dependencies": [],
  663. "category": "standard"
  664. },
  665. {
  666. "id": "system-context-guide",
  667. "name": "Context System Guide",
  668. "type": "context",
  669. "path": ".opencode/context/core/system/context-guide.md",
  670. "description": "Guide to the context system and file organization",
  671. "tags": [
  672. "system",
  673. "guide",
  674. "context"
  675. ],
  676. "dependencies": [],
  677. "category": "standard"
  678. },
  679. {
  680. "id": "system-builder-guide",
  681. "name": "System Builder Guide",
  682. "type": "context",
  683. "path": ".opencode/context/system-builder-templates/SYSTEM-BUILDER-GUIDE.md",
  684. "description": "System Builder Guide",
  685. "tags": [],
  686. "dependencies": [],
  687. "category": "standard"
  688. },
  689. {
  690. "id": "orchestrator-template",
  691. "name": "Orchestrator Template",
  692. "type": "context",
  693. "path": ".opencode/context/system-builder-templates/orchestrator-template.md",
  694. "description": "{domain} orchestrator for {primary_purpose}\\\"",
  695. "tags": [],
  696. "dependencies": [],
  697. "category": "standard"
  698. },
  699. {
  700. "id": "subagent-template",
  701. "name": "Subagent Template",
  702. "type": "context",
  703. "path": ".opencode/context/system-builder-templates/subagent-template.md",
  704. "description": "{specific_task_description}\\\"",
  705. "tags": [],
  706. "dependencies": [],
  707. "category": "standard"
  708. }
  709. ],
  710. "config": [
  711. {
  712. "id": "env-example",
  713. "name": "Environment Template",
  714. "type": "config",
  715. "path": "env.example",
  716. "description": "Example environment configuration file",
  717. "tags": [
  718. "config",
  719. "environment",
  720. "template"
  721. ],
  722. "dependencies": [],
  723. "category": "essential"
  724. },
  725. {
  726. "id": "readme",
  727. "name": "README",
  728. "type": "config",
  729. "path": "README.md",
  730. "description": "Project documentation and setup guide",
  731. "tags": [
  732. "documentation",
  733. "readme",
  734. "guide"
  735. ],
  736. "dependencies": [],
  737. "category": "essential"
  738. }
  739. ]
  740. },
  741. "profiles": {
  742. "essential": {
  743. "name": "Essential (Minimal)",
  744. "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.",
  745. "components": [
  746. "agent:openagent",
  747. "subagent:task-manager",
  748. "subagent:documentation",
  749. "command:context",
  750. "command:clean",
  751. "tool:env",
  752. "context:essential-patterns",
  753. "context:project-context",
  754. "config:env-example"
  755. ]
  756. },
  757. "developer": {
  758. "name": "Developer",
  759. "description": "Complete software development environment with code generation, testing, review, and build tools. Recommended for most developers.",
  760. "badge": "RECOMMENDED",
  761. "components": [
  762. "agent:openagent",
  763. "agent:opencoder",
  764. "subagent:task-manager",
  765. "subagent:documentation",
  766. "subagent:coder-agent",
  767. "subagent:reviewer",
  768. "subagent:tester",
  769. "subagent:build-agent",
  770. "subagent:codebase-pattern-analyst",
  771. "command:commit",
  772. "command:test",
  773. "command:context",
  774. "command:clean",
  775. "command:optimize",
  776. "command:validate-repo",
  777. "tool:env",
  778. "context:essential-patterns",
  779. "context:project-context",
  780. "context:standards-code",
  781. "context:standards-patterns",
  782. "context:standards-tests",
  783. "context:standards-docs",
  784. "context:standards-analysis",
  785. "context:workflows-delegation",
  786. "context:workflows-sessions",
  787. "context:workflows-task-breakdown",
  788. "context:workflows-review",
  789. "context:system-context-guide",
  790. "config:env-example",
  791. "config:readme"
  792. ]
  793. },
  794. "business": {
  795. "name": "Business",
  796. "description": "Business process automation, content creation, and visual workflows. Includes image generation, notifications, and documentation tools.",
  797. "components": [
  798. "agent:openagent",
  799. "subagent:task-manager",
  800. "subagent:documentation",
  801. "subagent:image-specialist",
  802. "command:context",
  803. "command:clean",
  804. "command:prompt-enhancer",
  805. "tool:env",
  806. "tool:gemini",
  807. "plugin:notify",
  808. "plugin:telegram-bot",
  809. "plugin:telegram-notify",
  810. "context:essential-patterns",
  811. "context:project-context",
  812. "config:env-example",
  813. "config:readme"
  814. ]
  815. },
  816. "full": {
  817. "name": "Full",
  818. "description": "Everything included - all agents, subagents, tools, and plugins for maximum functionality.",
  819. "components": [
  820. "agent:openagent",
  821. "agent:opencoder",
  822. "subagent:task-manager",
  823. "subagent:documentation",
  824. "subagent:coder-agent",
  825. "subagent:reviewer",
  826. "subagent:tester",
  827. "subagent:build-agent",
  828. "subagent:codebase-pattern-analyst",
  829. "subagent:image-specialist",
  830. "command:test",
  831. "command:commit",
  832. "command:context",
  833. "command:clean",
  834. "command:optimize",
  835. "command:prompt-enhancer",
  836. "command:worktrees",
  837. "command:validate-repo",
  838. "tool:env",
  839. "tool:gemini",
  840. "plugin:notify",
  841. "plugin:telegram-bot",
  842. "plugin:telegram-notify",
  843. "context:essential-patterns",
  844. "context:project-context",
  845. "context:standards-code",
  846. "context:standards-patterns",
  847. "context:standards-tests",
  848. "context:standards-docs",
  849. "context:standards-analysis",
  850. "context:workflows-delegation",
  851. "context:workflows-sessions",
  852. "context:workflows-task-breakdown",
  853. "context:workflows-review",
  854. "context:system-context-guide",
  855. "config:env-example",
  856. "config:readme"
  857. ]
  858. },
  859. "advanced": {
  860. "name": "Advanced (Meta-Level)",
  861. "description": "Full installation plus System Builder for creating custom AI architectures. For power users and contributors.",
  862. "components": [
  863. "agent:openagent",
  864. "agent:opencoder",
  865. "agent:system-builder",
  866. "subagent:task-manager",
  867. "subagent:documentation",
  868. "subagent:coder-agent",
  869. "subagent:reviewer",
  870. "subagent:tester",
  871. "subagent:build-agent",
  872. "subagent:codebase-pattern-analyst",
  873. "subagent:image-specialist",
  874. "subagent:domain-analyzer",
  875. "subagent:agent-generator",
  876. "subagent:context-organizer",
  877. "subagent:workflow-designer",
  878. "subagent:command-creator",
  879. "command:test",
  880. "command:commit",
  881. "command:context",
  882. "command:clean",
  883. "command:optimize",
  884. "command:prompt-enhancer",
  885. "command:worktrees",
  886. "command:build-context-system",
  887. "command:validate-repo",
  888. "tool:env",
  889. "tool:gemini",
  890. "plugin:notify",
  891. "plugin:telegram-bot",
  892. "plugin:telegram-notify",
  893. "context:essential-patterns",
  894. "context:project-context",
  895. "context:standards-code",
  896. "context:standards-patterns",
  897. "context:standards-tests",
  898. "context:standards-docs",
  899. "context:standards-analysis",
  900. "context:workflows-delegation",
  901. "context:workflows-sessions",
  902. "context:workflows-task-breakdown",
  903. "context:workflows-review",
  904. "context:system-context-guide",
  905. "config:env-example",
  906. "config:readme"
  907. ],
  908. "additionalPaths": [
  909. ".Building/",
  910. ".github/workflows/"
  911. ]
  912. }
  913. },
  914. "metadata": {
  915. "lastUpdated": "2025-11-28",
  916. "schemaVersion": "1.0.0"
  917. }
  918. }