agents-united 0.10.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (179) hide show
  1. package/README.md +30 -3
  2. package/dist/cli.js +515 -56
  3. package/dist/cli.js.map +1 -1
  4. package/package.json +1 -1
  5. package/registry/agents/orchestrator-business.md +19 -6
  6. package/registry/agents/orchestrator-design.md +21 -6
  7. package/registry/agents/orchestrator-digital-agency.md +22 -3
  8. package/registry/agents/orchestrator-engineering.md +88 -29
  9. package/registry/agents/orchestrator-marketing.md +21 -7
  10. package/registry/agents/orchestrator-research.md +18 -4
  11. package/registry/agents/orchestrator-security.md +20 -8
  12. package/registry/agents/orchestrator-system-architecture.md +20 -6
  13. package/registry/agents/orchestrator-universal.md +17 -1
  14. package/registry/agents/subagent-accessibility-lead.md +8 -0
  15. package/registry/agents/subagent-ai-model-architect.md +8 -0
  16. package/registry/agents/subagent-android-architect.md +9 -0
  17. package/registry/agents/subagent-appsec-penetration-tester.md +7 -0
  18. package/registry/agents/subagent-backend-architect.md +22 -1
  19. package/registry/agents/subagent-business-panel-experts.md +8 -0
  20. package/registry/agents/subagent-cloud-infrastructure-architect.md +9 -0
  21. package/registry/agents/subagent-cloud-security-architect.md +8 -0
  22. package/registry/agents/subagent-code-reviewer.md +11 -2
  23. package/registry/agents/subagent-compliance-grc-specialist.md +8 -0
  24. package/registry/agents/subagent-cross-platform-specialist.md +10 -0
  25. package/registry/agents/subagent-data-engineer.md +8 -0
  26. package/registry/agents/subagent-database-administrator.md +8 -0
  27. package/registry/agents/subagent-deep-research.md +9 -0
  28. package/registry/agents/subagent-design-ops-lead.md +9 -0
  29. package/registry/agents/subagent-design-researcher.md +8 -0
  30. package/registry/agents/subagent-design-systems-architect.md +9 -0
  31. package/registry/agents/subagent-designer-toolkit-expert.md +9 -0
  32. package/registry/agents/subagent-devops-engineer.md +9 -0
  33. package/registry/agents/subagent-distributed-systems-architect.md +10 -0
  34. package/registry/agents/subagent-e2e-tester.md +9 -0
  35. package/registry/agents/subagent-financial-analyst.md +10 -2
  36. package/registry/agents/subagent-finops-cost-engineer.md +7 -0
  37. package/registry/agents/subagent-frontend-architect.md +23 -0
  38. package/registry/agents/subagent-interaction-designer.md +10 -0
  39. package/registry/agents/subagent-ios-architect.md +9 -0
  40. package/registry/agents/subagent-legal-contract-analyst.md +13 -5
  41. package/registry/agents/subagent-lifecycle-email-specialist.md +8 -0
  42. package/registry/agents/subagent-literature-patent-analyst.md +15 -5
  43. package/registry/agents/subagent-market-intelligence-analyst.md +13 -3
  44. package/registry/agents/subagent-marketing-campaign-specialist.md +8 -0
  45. package/registry/agents/subagent-marketing-content-strategist.md +9 -0
  46. package/registry/agents/subagent-marketing-conversion-specialist.md +10 -0
  47. package/registry/agents/subagent-marketing-creative-designer.md +15 -2
  48. package/registry/agents/subagent-marketing-growth-strategist.md +8 -0
  49. package/registry/agents/subagent-ml-platform-engineer.md +8 -0
  50. package/registry/agents/subagent-operations-strategist.md +11 -2
  51. package/registry/agents/subagent-paid-acquisition-specialist.md +8 -0
  52. package/registry/agents/subagent-plg-strategist.md +8 -0
  53. package/registry/agents/subagent-prototype-tester.md +8 -0
  54. package/registry/agents/subagent-qa-automation-lead.md +10 -0
  55. package/registry/agents/subagent-repo-index.md +8 -2
  56. package/registry/agents/subagent-security-engineer.md +6 -0
  57. package/registry/agents/subagent-seo-specialist.md +10 -0
  58. package/registry/agents/subagent-socratic-mentor.md +7 -0
  59. package/registry/agents/subagent-statistical-analyst.md +6 -0
  60. package/registry/agents/subagent-sysops-sre-lead.md +8 -0
  61. package/registry/agents/subagent-system-architect.md +9 -0
  62. package/registry/agents/subagent-ui-designer.md +12 -0
  63. package/registry/agents/subagent-ux-strategist.md +10 -0
  64. package/registry/bundles.json +216 -275
  65. package/registry/skills/a11y-debugging/SKILL.md +98 -0
  66. package/registry/skills/a11y-debugging/references/a11y-snippets.md +92 -0
  67. package/registry/skills/ab-test-setup/SKILL.md +1 -1
  68. package/registry/skills/accessibility-audit/SKILL.md +1 -1
  69. package/registry/skills/clickable-prototype-spec/SKILL.md +1 -1
  70. package/registry/skills/component-library-management/SKILL.md +1 -1
  71. package/registry/skills/component-playground-setup/SKILL.md +1 -1
  72. package/registry/skills/content-calendar-strategy/SKILL.md +1 -1
  73. package/registry/skills/conversion-funnel-optimization/SKILL.md +1 -1
  74. package/registry/skills/copywriting-frameworks/SKILL.md +1 -1
  75. package/registry/skills/debug-optimize-lcp/SKILL.md +133 -0
  76. package/registry/skills/debug-optimize-lcp/references/elements-and-size.md +27 -0
  77. package/registry/skills/debug-optimize-lcp/references/lcp-breakdown.md +23 -0
  78. package/registry/skills/debug-optimize-lcp/references/lcp-snippets.md +79 -0
  79. package/registry/skills/debug-optimize-lcp/references/optimization-strategies.md +38 -0
  80. package/registry/skills/design-handoff-spec/SKILL.md +1 -1
  81. package/registry/skills/design-ops-workflow/SKILL.md +1 -1
  82. package/registry/skills/design-system-governance/SKILL.md +1 -1
  83. package/registry/skills/design-system-tokens/SKILL.md +1 -1
  84. package/registry/skills/design-tokens-management/SKILL.md +1 -1
  85. package/registry/skills/design-version-control/SKILL.md +1 -1
  86. package/registry/skills/email-marketing-automation/SKILL.md +1 -1
  87. package/registry/skills/finishing-a-development-branch/SKILL.md +1 -1
  88. package/registry/skills/frontend-design/LICENSE.txt +177 -0
  89. package/registry/skills/frontend-design/SKILL.md +64 -0
  90. package/registry/skills/generative_ui/SKILL.md +131 -0
  91. package/registry/skills/growth-experiment-design/SKILL.md +1 -1
  92. package/registry/skills/interaction-pattern-library/SKILL.md +1 -1
  93. package/registry/skills/interactive-prototype-builder/SKILL.md +1 -1
  94. package/registry/skills/mcp-setup/SKILL.md +22 -7
  95. package/registry/skills/micro-interaction-design/SKILL.md +1 -1
  96. package/registry/skills/mobile-first-design/SKILL.md +1 -1
  97. package/registry/skills/modern-web-guidance/SKILL.md +139 -0
  98. package/registry/skills/product-launch-playbook/SKILL.md +1 -1
  99. package/registry/skills/responsive-design-audit/SKILL.md +1 -1
  100. package/registry/skills/seo-audit/SKILL.md +1 -1
  101. package/registry/skills/signup-flow-cro/SKILL.md +1 -1
  102. package/registry/skills/social-media-campaign/SKILL.md +1 -1
  103. package/registry/skills/state-driven-ui-animation/SKILL.md +1 -1
  104. package/registry/skills/stitch-design-taste/DESIGN.md +121 -0
  105. package/registry/skills/stitch-design-taste/SKILL.md +194 -0
  106. package/registry/skills/subagent-driven-development/SKILL.md +1 -1
  107. package/registry/skills/ui-component-spec/SKILL.md +1 -1
  108. package/registry/skills/usability-testing-protocol/SKILL.md +1 -1
  109. package/registry/skills/user-flow-mapping/SKILL.md +1 -1
  110. package/registry/skills/user-journey-mapping/SKILL.md +1 -1
  111. package/registry/{workflows/workflow-agency-ad-creative-sprint.md → skills/workflow-agency-ad-creative-sprint/SKILL.md} +14 -7
  112. package/registry/{workflows/workflow-agency-brand-design-system.md → skills/workflow-agency-brand-design-system/SKILL.md} +14 -7
  113. package/registry/{workflows/workflow-agency-client-pitch-proposal.md → skills/workflow-agency-client-pitch-proposal/SKILL.md} +14 -7
  114. package/registry/{workflows/workflow-agency-cro-funnel-teardown.md → skills/workflow-agency-cro-funnel-teardown/SKILL.md} +14 -7
  115. package/registry/{workflows/workflow-agency-full-campaign.md → skills/workflow-agency-full-campaign/SKILL.md} +14 -7
  116. package/registry/{workflows/workflow-agency-seo-content-engine.md → skills/workflow-agency-seo-content-engine/SKILL.md} +14 -7
  117. package/registry/{workflows/workflow-analyze.md → skills/workflow-analyze/SKILL.md} +13 -6
  118. package/registry/{workflows/workflow-api-contract-design.md → skills/workflow-api-contract-design/SKILL.md} +11 -4
  119. package/registry/{workflows/workflow-app-store-release.md → skills/workflow-app-store-release/SKILL.md} +11 -4
  120. package/registry/{workflows/workflow-brainstorm.md → skills/workflow-brainstorm/SKILL.md} +14 -7
  121. package/registry/{workflows/workflow-build.md → skills/workflow-build/SKILL.md} +14 -7
  122. package/registry/{workflows/workflow-business-panel.md → skills/workflow-business-panel/SKILL.md} +14 -7
  123. package/registry/{workflows/workflow-cleanup.md → skills/workflow-cleanup/SKILL.md} +14 -8
  124. package/registry/{workflows/workflow-deploy-staging.md → skills/workflow-deploy-staging/SKILL.md} +11 -4
  125. package/registry/{workflows/workflow-design-code.md → skills/workflow-design-code/SKILL.md} +14 -7
  126. package/registry/{workflows/workflow-design-ops--handoff.md → skills/workflow-design-ops-handoff/SKILL.md} +14 -7
  127. package/registry/{workflows/workflow-design-ops--plan-sprint.md → skills/workflow-design-ops-plan-sprint/SKILL.md} +14 -7
  128. package/registry/{workflows/workflow-design-ops--setup-workflow.md → skills/workflow-design-ops-setup-workflow/SKILL.md} +14 -7
  129. package/registry/{workflows/workflow-design-orchestrate.md → skills/workflow-design-orchestrate/SKILL.md} +14 -7
  130. package/registry/{workflows/workflow-design-systems--audit-system.md → skills/workflow-design-systems-audit-system/SKILL.md} +14 -7
  131. package/registry/{workflows/workflow-design-systems--create-component.md → skills/workflow-design-systems-create-component/SKILL.md} +13 -7
  132. package/registry/{workflows/workflow-design-systems--tokenize.md → skills/workflow-design-systems-tokenize/SKILL.md} +14 -7
  133. package/registry/{workflows/workflow-diagnose.md → skills/workflow-diagnose/SKILL.md} +11 -4
  134. package/registry/{workflows/workflow-e2e-testing.md → skills/workflow-e2e-testing/SKILL.md} +11 -4
  135. package/registry/{workflows/workflow-email-drip-sequence.md → skills/workflow-email-drip-sequence/SKILL.md} +14 -7
  136. package/registry/{workflows/workflow-estimate.md → skills/workflow-estimate/SKILL.md} +14 -7
  137. package/registry/{workflows/workflow-explain.md → skills/workflow-explain/SKILL.md} +14 -7
  138. package/registry/{workflows/workflow-frontend-audit.md → skills/workflow-frontend-audit/SKILL.md} +11 -4
  139. package/registry/{workflows/workflow-git.md → skills/workflow-git/SKILL.md} +12 -5
  140. package/registry/{workflows/workflow-grill.md → skills/workflow-grill/SKILL.md} +11 -4
  141. package/registry/{workflows/workflow-implement.md → skills/workflow-implement/SKILL.md} +15 -8
  142. package/registry/{workflows/workflow-incident-triage.md → skills/workflow-incident-triage/SKILL.md} +11 -4
  143. package/registry/{workflows/workflow-interaction-design--design-interaction.md → skills/workflow-interaction-design-design-interaction/SKILL.md} +14 -7
  144. package/registry/{workflows/workflow-interaction-design--error-flow.md → skills/workflow-interaction-design-error-flow/SKILL.md} +14 -7
  145. package/registry/{workflows/workflow-interaction-design--map-states.md → skills/workflow-interaction-design-map-states/SKILL.md} +14 -7
  146. package/registry/{workflows/workflow-marketing-audit.md → skills/workflow-marketing-audit/SKILL.md} +14 -7
  147. package/registry/{workflows/workflow-marketing-campaign-builder.md → skills/workflow-marketing-campaign-builder/SKILL.md} +14 -7
  148. package/registry/{workflows/workflow-marketing-content-pipeline.md → skills/workflow-marketing-content-pipeline/SKILL.md} +13 -7
  149. package/registry/{workflows/workflow-marketing-growth-experiment.md → skills/workflow-marketing-growth-experiment/SKILL.md} +14 -7
  150. package/registry/{workflows/workflow-marketing-launch.md → skills/workflow-marketing-launch/SKILL.md} +14 -7
  151. package/registry/{workflows/workflow-marketing-panel.md → skills/workflow-marketing-panel/SKILL.md} +14 -7
  152. package/registry/{workflows/workflow-ml-eval.md → skills/workflow-ml-eval/SKILL.md} +14 -7
  153. package/registry/{workflows/workflow-mobile-build.md → skills/workflow-mobile-build/SKILL.md} +13 -6
  154. package/registry/{workflows/workflow-onboarding-funnel-cro.md → skills/workflow-onboarding-funnel-cro/SKILL.md} +14 -7
  155. package/registry/{workflows/workflow-paid-acquisition-campaign.md → skills/workflow-paid-acquisition-campaign/SKILL.md} +14 -7
  156. package/registry/{workflows/workflow-paid-campaign-launch.md → skills/workflow-paid-campaign-launch/SKILL.md} +14 -7
  157. package/registry/{workflows/workflow-plan.md → skills/workflow-plan/SKILL.md} +14 -7
  158. package/registry/{workflows/workflow-prototyping-testing--evaluate.md → skills/workflow-prototyping-testing-evaluate/SKILL.md} +14 -7
  159. package/registry/{workflows/workflow-prototyping-testing--experiment.md → skills/workflow-prototyping-testing-experiment/SKILL.md} +14 -7
  160. package/registry/{workflows/workflow-prototyping-testing--prototype-plan.md → skills/workflow-prototyping-testing-prototype-plan/SKILL.md} +14 -7
  161. package/registry/{workflows/workflow-prototyping-testing--test-plan.md → skills/workflow-prototyping-testing-test-plan/SKILL.md} +14 -7
  162. package/registry/{workflows/workflow-rag-pipeline-deploy.md → skills/workflow-rag-pipeline-deploy/SKILL.md} +14 -7
  163. package/registry/{workflows/workflow-recommend.md → skills/workflow-recommend/SKILL.md} +14 -7
  164. package/registry/{workflows/workflow-research.md → skills/workflow-research/SKILL.md} +14 -7
  165. package/registry/{workflows/workflow-review.md → skills/workflow-review/SKILL.md} +13 -6
  166. package/registry/{workflows/workflow-seo-audit-pipeline.md → skills/workflow-seo-audit-pipeline/SKILL.md} +14 -7
  167. package/registry/{workflows/workflow-seo-content-pipeline.md → skills/workflow-seo-content-pipeline/SKILL.md} +14 -7
  168. package/registry/{workflows/workflow-serverless-gpu-deploy.md → skills/workflow-serverless-gpu-deploy/SKILL.md} +14 -7
  169. package/registry/{workflows/workflow-spec.md → skills/workflow-spec/SKILL.md} +11 -4
  170. package/registry/{workflows/workflow-spec-panel.md → skills/workflow-spec-panel/SKILL.md} +14 -7
  171. package/registry/{workflows/workflow-test.md → skills/workflow-test/SKILL.md} +15 -8
  172. package/registry/{workflows/workflow-troubleshoot.md → skills/workflow-troubleshoot/SKILL.md} +14 -7
  173. package/registry/{workflows/workflow-ui-design--color-palette.md → skills/workflow-ui-design-color-palette/SKILL.md} +13 -7
  174. package/registry/{workflows/workflow-ui-design--design-screen.md → skills/workflow-ui-design-design-screen/SKILL.md} +13 -7
  175. package/registry/{workflows/workflow-ui-design--responsive-audit.md → skills/workflow-ui-design-responsive-audit/SKILL.md} +14 -7
  176. package/registry/{workflows/workflow-ui-design--type-system.md → skills/workflow-ui-design-type-system/SKILL.md} +14 -7
  177. package/registry/{workflows/workflow-ux-strategy--benchmark.md → skills/workflow-ux-strategy-benchmark/SKILL.md} +14 -7
  178. package/registry/{workflows/workflow-ux-strategy--frame-problem.md → skills/workflow-ux-strategy-frame-problem/SKILL.md} +14 -7
  179. package/registry/{workflows/workflow-ux-strategy--strategize.md → skills/workflow-ux-strategy-strategize/SKILL.md} +14 -7
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
- ![Agents United](.assets/image/agents-united-hero-banner.jpg)
1
+ ![Agents United](.assets/image/agents-united-hero-banner_name.png)
2
+ ![Agents United](.assets/image/agents-united-hero-banner_diagram.jpg)
2
3
 
3
4
  # Agents United
4
5
 
@@ -19,7 +20,7 @@ Curated teams of orchestrators, sub-agents, skills, and workflows — installed
19
20
  - **🌐 One Library, Every Assistant**: Author in `.agents/` as your single source of truth. Agents United automatically projects and translates compatible configurations to **Google Antigravity 2.0 / Gemini**, **Anthropic Claude Code**, **Cursor**, **Cline**, **OpenCode**, and **Codex / AGENTS.md**.
20
21
  - **🚀 Cline Native Activation**: Bundles activate **automatically** in any Cline CLI session — skills discovered natively from `.agents/skills/`, configured-agent roles (`.cline/agents/*.yml`) exposed as spawnable `subagent_*` tools, coordinator rules (`.cline/rules/`), slash-command workflows (`.cline/workflows/`), and spec-conformant Agent Plugin packages (`plugin.json`, agent-plugins.org) in `.agents/plugins/<bundle>/`. No install step required; `agents start` remains available as an optional pre-seeded team-session launcher.
21
22
  - **🏛️ 8 Department Domains & 26 Bundles**: Complete coverage across Software Engineering, System Architecture, Product Design, Growth & Marketing, Security, Deep Research, Business Strategy, and Universal Meta-Skills.
22
- - **🤖 59 Specialized Agents, 91 Skills & 69 Workflows**: 9 Lead Orchestrators coordinating 50 domain sub-agents, backed by 91 production-grade runbooks and 69 deterministic workflows.
23
+ - **🤖 59 Specialized Agents & 166 Modular Skills**: 9 Lead Orchestrators coordinating 50 domain sub-agents, backed by 166 production-grade runbooks (97 domain skills + 69 guided workflow playbooks) fully conforming to the open Agent Skills standard.
23
24
  - **⚡ Modern Cloud & AI Tooling**: First-class runbooks for Modal.com, Replicate, RunPod, local LLMs/vLLM, LangChain, LlamaIndex, Qdrant, Vercel, Supabase, Turso, and Azure Bicep.
24
25
  - **🏢 Organization Bundles (Tier 2 / Experimental)**: Cross-functional multi-disciplinary teams with Tri-Tier MCP execution modes and smart auto-remediation (`digital-agency`).
25
26
  - **🛡️ Built-in Zero-Trust Safety & Git Guardrails**: Hard-coded branch protection (`main`/`master`), zero force-push policy, secret redaction, serverless GPU cost ceilings, and PII scrubbing.
@@ -107,7 +108,7 @@ This model gives you:
107
108
  ---
108
109
 
109
110
 
110
- Agents United provides **24 curated bundles**, **46 specialized agents** (8 Orchestrators — 7 Lead + 1 Prime + 38 Sub-Agents), **90 skills**, and **63 workflows** across 8 department domains:
111
+ Agents United provides **26 curated bundles**, **59 specialized agents** (9 Orchestrators — 7 Lead + 1 Prime + 1 Organization + 50 Sub-Agents), and **166 modular skills & runbooks** (97 domain skills + 69 workflow playbooks) across 8 department domains:
111
112
 
112
113
  | Department Domain | Essentials Base | Specialized Addon Bundles | Lead Orchestrator |
113
114
  | :--- | :--- | :--- | :--- |
@@ -723,6 +724,32 @@ Agents United proudly builds upon, adapts, and integrates contributions from cre
723
724
  - **`maestro-mobile-testing`**: Declarative cross-platform mobile UI test automation.
724
725
  </details>
725
726
 
727
+ <details>
728
+ <summary><strong>Anthropic & Community (<a href="https://github.com/anthropics/skills">anthropics/skills</a>)</strong></summary>
729
+
730
+ - **`frontend-design`**: Distinctive, intentional visual design guidance for distinctive typography, color, and anti-cliché aesthetics.
731
+ </details>
732
+
733
+ <details>
734
+ <summary><strong>Google Stitch Labs (<a href="https://labs.google/stitch">labs.google/stitch</a>)</strong></summary>
735
+
736
+ - **`stitch-design-taste`**: Semantic design system generator for Google Stitch screens, anti-generic design tokens, and motion parameters.
737
+ </details>
738
+
739
+ <details>
740
+ <summary><strong>Google DeepMind Antigravity (<a href="https://antigravity.google">antigravity.google</a>)</strong></summary>
741
+
742
+ - **`generative_ui`**: Inline rich interactive HTML/Tailwind widget and artifact rendering standards.
743
+ </details>
744
+
745
+ <details>
746
+ <summary><strong>Google Chrome DevTools Team (<a href="https://github.com/GoogleChrome/devtools-mcp">GoogleChrome/devtools-mcp</a>)</strong></summary>
747
+
748
+ - **`modern-web-guidance`**: Modern web platform APIs, CSS `:has()`, View Transitions, and Core Web Vitals best practices.
749
+ - **`a11y-debugging`**: Chrome DevTools accessibility auditing, ARIA verification, and WCAG AA guidelines.
750
+ - **`debug-optimize-lcp`**: Largest Contentful Paint (LCP) performance trace inspection and subpart latency optimization.
751
+ </details>
752
+
726
753
  ---
727
754
 
728
755
  ## 📄 License