agents-united 1.0.0 → 1.2.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 (250) hide show
  1. package/LICENSE +21 -201
  2. package/README.md +627 -2
  3. package/dist/cli.d.ts +4 -1
  4. package/dist/cli.js +3826 -260
  5. package/dist/cli.js.map +1 -1
  6. package/package.json +9 -3
  7. package/registry/agents/orchestrator-business.md +151 -11
  8. package/registry/agents/orchestrator-design.md +127 -12
  9. package/registry/agents/orchestrator-engineering.md +129 -13
  10. package/registry/agents/orchestrator-marketing.md +134 -11
  11. package/registry/agents/orchestrator-research.md +159 -11
  12. package/registry/agents/orchestrator-security.md +150 -12
  13. package/registry/agents/orchestrator-system-architecture.md +131 -12
  14. package/registry/agents/subagent-accessibility-lead.md +40 -0
  15. package/registry/agents/subagent-ai-model-architect.md +76 -0
  16. package/registry/agents/subagent-android-architect.md +40 -0
  17. package/registry/agents/subagent-backend-architect.md +342 -9
  18. package/registry/agents/subagent-business-panel-experts.md +114 -8
  19. package/registry/agents/subagent-code-reviewer.md +181 -8
  20. package/registry/agents/subagent-cross-platform-specialist.md +40 -0
  21. package/registry/agents/subagent-data-engineer.md +40 -0
  22. package/registry/agents/subagent-deep-research.md +65 -8
  23. package/registry/agents/subagent-design-ops-lead.md +109 -8
  24. package/registry/agents/subagent-design-researcher.md +121 -8
  25. package/registry/agents/subagent-design-systems-architect.md +120 -8
  26. package/registry/agents/subagent-designer-toolkit-expert.md +335 -8
  27. package/registry/agents/subagent-devops-engineer.md +403 -0
  28. package/registry/agents/subagent-distributed-systems-architect.md +40 -0
  29. package/registry/agents/subagent-e2e-tester.md +40 -0
  30. package/registry/agents/subagent-frontend-architect.md +337 -8
  31. package/registry/agents/subagent-interaction-designer.md +288 -8
  32. package/registry/agents/subagent-ios-architect.md +40 -0
  33. package/registry/agents/subagent-lifecycle-email-specialist.md +40 -0
  34. package/registry/agents/subagent-marketing-campaign-specialist.md +66 -8
  35. package/registry/agents/subagent-marketing-content-strategist.md +171 -8
  36. package/registry/agents/subagent-marketing-conversion-specialist.md +66 -8
  37. package/registry/agents/subagent-marketing-creative-designer.md +85 -0
  38. package/registry/agents/subagent-marketing-growth-strategist.md +125 -8
  39. package/registry/agents/subagent-ml-platform-engineer.md +74 -0
  40. package/registry/agents/subagent-paid-acquisition-specialist.md +40 -0
  41. package/registry/agents/subagent-plg-strategist.md +40 -0
  42. package/registry/agents/subagent-prototype-tester.md +114 -8
  43. package/registry/agents/subagent-qa-automation-lead.md +40 -0
  44. package/registry/agents/subagent-repo-index.md +169 -8
  45. package/registry/agents/subagent-security-engineer.md +117 -8
  46. package/registry/agents/subagent-seo-specialist.md +40 -0
  47. package/registry/agents/subagent-socratic-mentor.md +91 -8
  48. package/registry/agents/subagent-sysops-sre-lead.md +62 -0
  49. package/registry/agents/subagent-system-architect.md +106 -8
  50. package/registry/agents/subagent-ui-designer.md +135 -8
  51. package/registry/agents/subagent-ux-strategist.md +75 -8
  52. package/registry/bundles.json +818 -154
  53. package/registry/rules/AGENTS.md +41 -0
  54. package/registry/rules/CLAUDE.md +12 -0
  55. package/registry/rules/CURSOR.md +12 -0
  56. package/registry/rules/GEMINI.md +40 -5
  57. package/registry/rules/clean-code-and-architecture.md +25 -0
  58. package/registry/rules/domain-modeling-and-adr.md +27 -0
  59. package/registry/rules/git-guardrails.md +19 -0
  60. package/registry/rules/multi-agent-coordination.md +33 -0
  61. package/registry/rules/quality-aesthetics-accessibility.md +29 -0
  62. package/registry/rules/skill-attribution.md +27 -0
  63. package/registry/rules/test-driven-development.md +41 -0
  64. package/registry/skills/ab-test-setup/SKILL.md +140 -6
  65. package/registry/skills/accessibility-audit/SKILL.md +147 -0
  66. package/registry/skills/ad-attribution-modeling/SKILL.md +202 -0
  67. package/registry/skills/ad-creative-design/SKILL.md +24 -0
  68. package/registry/skills/ai-prototype-refactoring/SKILL.md +25 -0
  69. package/registry/skills/architecture-design/SKILL.md +133 -7
  70. package/registry/skills/azure-infrastructure-bicep/SKILL.md +24 -0
  71. package/registry/skills/backend-api-design/SKILL.md +148 -0
  72. package/registry/skills/chaos-engineering/SKILL.md +38 -0
  73. package/registry/skills/churn-prevention-playbook/SKILL.md +177 -0
  74. package/registry/skills/ci-cd-pipeline-automation/SKILL.md +37 -0
  75. package/registry/skills/clickable-prototype-spec/SKILL.md +147 -0
  76. package/registry/skills/code-refactoring/SKILL.md +132 -0
  77. package/registry/skills/component-library-management/SKILL.md +147 -0
  78. package/registry/skills/component-playground-setup/SKILL.md +147 -0
  79. package/registry/skills/content-calendar-strategy/SKILL.md +147 -0
  80. package/registry/skills/conversion-funnel-optimization/SKILL.md +147 -0
  81. package/registry/skills/copywriting-frameworks/SKILL.md +147 -0
  82. package/registry/skills/database-design/SKILL.md +132 -0
  83. package/registry/skills/dependency-management/SKILL.md +133 -7
  84. package/registry/skills/design-handoff-spec/SKILL.md +147 -0
  85. package/registry/skills/design-ops-workflow/SKILL.md +147 -0
  86. package/registry/skills/design-system-governance/SKILL.md +147 -0
  87. package/registry/skills/design-system-tokens/SKILL.md +147 -0
  88. package/registry/skills/design-tokens-management/SKILL.md +147 -0
  89. package/registry/skills/design-version-control/SKILL.md +147 -0
  90. package/registry/skills/diagnosing-bugs/SKILL.md +43 -0
  91. package/registry/skills/docker-deployment/SKILL.md +141 -0
  92. package/registry/skills/domain-modeling/SKILL.md +50 -0
  93. package/registry/skills/email-drip-sequences/SKILL.md +177 -0
  94. package/registry/skills/email-marketing-automation/SKILL.md +147 -0
  95. package/registry/skills/finishing-a-development-branch/SKILL.md +123 -7
  96. package/registry/skills/frontend-component-design/SKILL.md +150 -0
  97. package/registry/skills/git-guardrails/SKILL.md +38 -0
  98. package/registry/skills/google-ads-optimization/SKILL.md +24 -0
  99. package/registry/skills/graphql-schema-design/SKILL.md +143 -0
  100. package/registry/skills/grill-me/SKILL.md +51 -0
  101. package/registry/skills/grill-with-docs/SKILL.md +78 -0
  102. package/registry/skills/growth-experiment-design/SKILL.md +147 -0
  103. package/registry/skills/handoff/SKILL.md +41 -0
  104. package/registry/skills/hf-model-evaluation/SKILL.md +80 -0
  105. package/registry/skills/interaction-pattern-library/SKILL.md +147 -0
  106. package/registry/skills/interactive-prototype-builder/SKILL.md +147 -0
  107. package/registry/skills/local-llm-inference/SKILL.md +74 -0
  108. package/registry/skills/maestro-mobile-testing/SKILL.md +37 -0
  109. package/registry/skills/marketing-creative-design/SKILL.md +182 -0
  110. package/registry/skills/meta-ad-creative-testing/SKILL.md +23 -0
  111. package/registry/skills/micro-interaction-design/SKILL.md +147 -0
  112. package/registry/skills/microservices-architecture/SKILL.md +138 -0
  113. package/registry/skills/mobile-android-design/SKILL.md +37 -0
  114. package/registry/skills/mobile-first-design/SKILL.md +147 -0
  115. package/registry/skills/mobile-ios-design/SKILL.md +37 -0
  116. package/registry/skills/mobile-platform-offline-validate/SKILL.md +37 -0
  117. package/registry/skills/modal-serverless-python/SKILL.md +78 -0
  118. package/registry/skills/onboarding-cro/SKILL.md +175 -7
  119. package/registry/skills/paid-acquisition-ppc/SKILL.md +167 -0
  120. package/registry/skills/performance-optimization/SKILL.md +132 -7
  121. package/registry/skills/playwright-best-practices/SKILL.md +36 -0
  122. package/registry/skills/product-launch-playbook/SKILL.md +147 -0
  123. package/registry/skills/programmatic-seo/SKILL.md +203 -7
  124. package/registry/skills/rag-vector-pipeline/SKILL.md +80 -0
  125. package/registry/skills/react-best-practices/SKILL.md +37 -0
  126. package/registry/skills/receiving-code-review/SKILL.md +121 -7
  127. package/registry/skills/replicate-model-inference/SKILL.md +73 -0
  128. package/registry/skills/requesting-code-review/SKILL.md +128 -7
  129. package/registry/skills/responsive-design-audit/SKILL.md +147 -0
  130. package/registry/skills/runpod-gpu-orchestration/SKILL.md +81 -0
  131. package/registry/skills/schema-markup-strategy/SKILL.md +190 -0
  132. package/registry/skills/security-audit/SKILL.md +136 -0
  133. package/registry/skills/seo-audit/SKILL.md +140 -6
  134. package/registry/skills/signup-flow-cro/SKILL.md +140 -6
  135. package/registry/skills/social-media-campaign/SKILL.md +147 -0
  136. package/registry/skills/state-driven-ui-animation/SKILL.md +147 -0
  137. package/registry/skills/subagent-driven-development/SKILL.md +126 -7
  138. package/registry/skills/supabase-backend-architecture/SKILL.md +25 -0
  139. package/registry/skills/systematic-debugging/SKILL.md +129 -7
  140. package/registry/skills/technical-documentation/SKILL.md +133 -0
  141. package/registry/skills/technical-seo-audit/SKILL.md +24 -0
  142. package/registry/skills/telemetry-monitoring/SKILL.md +37 -0
  143. package/registry/skills/test-driven-development/SKILL.md +127 -7
  144. package/registry/skills/to-spec/SKILL.md +43 -0
  145. package/registry/skills/to-tickets/SKILL.md +45 -0
  146. package/registry/skills/turso-distributed-sqlite/SKILL.md +23 -0
  147. package/registry/skills/ui-component-spec/SKILL.md +147 -0
  148. package/registry/skills/usability-testing-protocol/SKILL.md +147 -0
  149. package/registry/skills/user-flow-mapping/SKILL.md +147 -0
  150. package/registry/skills/user-journey-mapping/SKILL.md +147 -0
  151. package/registry/skills/vector-database-design/SKILL.md +80 -0
  152. package/registry/skills/vercel-deploy-best-practices/SKILL.md +24 -0
  153. package/registry/skills/viral-referral-loops/SKILL.md +205 -0
  154. package/registry/workflows/workflow-analyze.md +53 -8
  155. package/registry/workflows/workflow-api-contract-design.md +48 -0
  156. package/registry/workflows/workflow-app-store-release.md +48 -0
  157. package/registry/workflows/workflow-brainstorm.md +53 -8
  158. package/registry/workflows/workflow-build.md +53 -8
  159. package/registry/workflows/workflow-business-panel.md +53 -8
  160. package/registry/workflows/workflow-cleanup.md +53 -8
  161. package/registry/workflows/workflow-deploy-staging.md +49 -0
  162. package/registry/workflows/workflow-design-code.md +53 -8
  163. package/registry/workflows/workflow-design-ops--handoff.md +53 -8
  164. package/registry/workflows/workflow-design-ops--plan-sprint.md +53 -8
  165. package/registry/workflows/workflow-design-ops--setup-workflow.md +53 -8
  166. package/registry/workflows/workflow-design-orchestrate.md +53 -8
  167. package/registry/workflows/workflow-design-systems--audit-system.md +53 -8
  168. package/registry/workflows/workflow-design-systems--create-component.md +53 -8
  169. package/registry/workflows/workflow-design-systems--tokenize.md +53 -8
  170. package/registry/workflows/workflow-diagnose.md +45 -0
  171. package/registry/workflows/workflow-e2e-testing.md +49 -0
  172. package/registry/workflows/workflow-email-drip-sequence.md +65 -0
  173. package/registry/workflows/workflow-estimate.md +53 -8
  174. package/registry/workflows/workflow-explain.md +53 -8
  175. package/registry/workflows/workflow-frontend-audit.md +49 -0
  176. package/registry/workflows/workflow-git.md +53 -8
  177. package/registry/workflows/workflow-grill.md +51 -0
  178. package/registry/workflows/workflow-implement.md +54 -8
  179. package/registry/workflows/workflow-incident-triage.md +49 -0
  180. package/registry/workflows/workflow-interaction-design--design-interaction.md +53 -8
  181. package/registry/workflows/workflow-interaction-design--error-flow.md +53 -8
  182. package/registry/workflows/workflow-interaction-design--map-states.md +53 -8
  183. package/registry/workflows/workflow-marketing-audit.md +53 -8
  184. package/registry/workflows/workflow-marketing-campaign-builder.md +53 -8
  185. package/registry/workflows/workflow-marketing-content-pipeline.md +53 -8
  186. package/registry/workflows/workflow-marketing-growth-experiment.md +53 -8
  187. package/registry/workflows/workflow-marketing-launch.md +53 -8
  188. package/registry/workflows/workflow-marketing-panel.md +53 -8
  189. package/registry/workflows/workflow-ml-eval.md +51 -0
  190. package/registry/workflows/workflow-mobile-build.md +49 -0
  191. package/registry/workflows/workflow-onboarding-funnel-cro.md +65 -0
  192. package/registry/workflows/workflow-paid-acquisition-campaign.md +65 -0
  193. package/registry/workflows/workflow-paid-campaign-launch.md +47 -0
  194. package/registry/workflows/workflow-plan.md +53 -8
  195. package/registry/workflows/workflow-prototyping-testing--evaluate.md +53 -8
  196. package/registry/workflows/workflow-prototyping-testing--experiment.md +53 -8
  197. package/registry/workflows/workflow-prototyping-testing--prototype-plan.md +53 -8
  198. package/registry/workflows/workflow-prototyping-testing--test-plan.md +53 -8
  199. package/registry/workflows/workflow-rag-pipeline-deploy.md +53 -0
  200. package/registry/workflows/workflow-recommend.md +53 -8
  201. package/registry/workflows/workflow-research.md +53 -8
  202. package/registry/workflows/workflow-review.md +53 -8
  203. package/registry/workflows/workflow-seo-audit-pipeline.md +47 -0
  204. package/registry/workflows/workflow-seo-content-pipeline.md +65 -0
  205. package/registry/workflows/workflow-serverless-gpu-deploy.md +52 -0
  206. package/registry/workflows/workflow-spec-panel.md +53 -8
  207. package/registry/workflows/workflow-spec.md +44 -0
  208. package/registry/workflows/workflow-test.md +53 -8
  209. package/registry/workflows/workflow-troubleshoot.md +53 -8
  210. package/registry/workflows/workflow-ui-design--color-palette.md +53 -8
  211. package/registry/workflows/workflow-ui-design--design-screen.md +53 -8
  212. package/registry/workflows/workflow-ui-design--responsive-audit.md +53 -8
  213. package/registry/workflows/workflow-ui-design--type-system.md +53 -8
  214. package/registry/workflows/workflow-ux-strategy--benchmark.md +53 -8
  215. package/registry/workflows/workflow-ux-strategy--frame-problem.md +53 -8
  216. package/registry/workflows/workflow-ux-strategy--strategize.md +53 -8
  217. package/registry/skills/analytics-tracking/SKILL.md +0 -13
  218. package/registry/skills/brainstorming/SKILL.md +0 -13
  219. package/registry/skills/browser-agent/SKILL.md +0 -13
  220. package/registry/skills/campaign-strategy/SKILL.md +0 -13
  221. package/registry/skills/competitor-alternatives/SKILL.md +0 -13
  222. package/registry/skills/confidence-check/SKILL.md +0 -13
  223. package/registry/skills/copy-editing/SKILL.md +0 -13
  224. package/registry/skills/copywriting/SKILL.md +0 -13
  225. package/registry/skills/deep-research/SKILL.md +0 -13
  226. package/registry/skills/design-ops/SKILL.md +0 -13
  227. package/registry/skills/design-research/SKILL.md +0 -13
  228. package/registry/skills/design-systems/SKILL.md +0 -13
  229. package/registry/skills/designer-toolkit/SKILL.md +0 -13
  230. package/registry/skills/email-sequence/SKILL.md +0 -13
  231. package/registry/skills/executing-plans/SKILL.md +0 -13
  232. package/registry/skills/form-cro/SKILL.md +0 -13
  233. package/registry/skills/free-tool-strategy/SKILL.md +0 -13
  234. package/registry/skills/interaction-design/SKILL.md +0 -13
  235. package/registry/skills/launch-strategy/SKILL.md +0 -13
  236. package/registry/skills/marketing-ideas/SKILL.md +0 -13
  237. package/registry/skills/marketing-psychology/SKILL.md +0 -13
  238. package/registry/skills/page-cro/SKILL.md +0 -13
  239. package/registry/skills/paid-ads/SKILL.md +0 -13
  240. package/registry/skills/paywall-upgrade-cro/SKILL.md +0 -13
  241. package/registry/skills/popup-cro/SKILL.md +0 -13
  242. package/registry/skills/pricing-strategy/SKILL.md +0 -13
  243. package/registry/skills/prototyping-testing/SKILL.md +0 -13
  244. package/registry/skills/referral-program/SKILL.md +0 -13
  245. package/registry/skills/schema-markup/SKILL.md +0 -13
  246. package/registry/skills/security-review/SKILL.md +0 -13
  247. package/registry/skills/social-content/SKILL.md +0 -13
  248. package/registry/skills/ui-design/SKILL.md +0 -13
  249. package/registry/skills/ux-strategy/SKILL.md +0 -13
  250. package/registry/skills/writing-plans/SKILL.md +0 -13
package/README.md CHANGED
@@ -1,2 +1,627 @@
1
- # agents-united
2
- Global agents for specialized tasks
1
+ ![Agents United](.assets/image/agents-united-hero-banner.jpg)
2
+
3
+ # Agents United
4
+
5
+ [![npm version](https://img.shields.io/npm/v/agents-united.svg?color=blue)](https://www.npmjs.com/package/agents-united)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
+ [![Tests: Vitest](https://img.shields.io/badge/tests-128%2B%20passing-brightgreen.svg)](https://vitest.dev/)
8
+ [![TypeScript: Strict](https://img.shields.io/badge/TypeScript-Strict-blue.svg)](https://www.typescriptlang.org/)
9
+
10
+ ### The universal package manager for AI agents.
11
+
12
+ Curated teams of orchestrators, sub-agents, skills, and workflows — installed once, projected across **Google Antigravity 2.0 / Gemini**, **Anthropic Claude Code**, **Cursor**, **Cline**, **OpenCode**, and **Codex / AGENTS.md**.
13
+
14
+ ---
15
+
16
+ ## 🌟 Key Features
17
+
18
+ - **🪶 Essentials-First & On-Demand Growth**: Every department installs as a lean **Essentials bundle** by default. When a task requires specialized capabilities, the Lead Orchestrator automatically detects the gap, recommends the exact addon, and can auto-install it directly into your project scope.
19
+ - **🌐 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
+ - **🚀 Cline Native Activation**: Launch specialized teams into Cline CLI sessions with `agents start`, featuring compound role projections, skill toolkits, coordinator rules, and declarative team manifests.
21
+ - **🏛️ 8 Department Domains & 22 Bundles**: Complete coverage across Software Engineering, System Architecture, Product Design, Growth & Marketing, Security, Deep Research, Business Strategy, and Universal Meta-Skills.
22
+ - **🤖 45 Specialized Agents & 90+ Skills**: 7 Lead Orchestrators coordinating 38 domain sub-agents, backed by 90 production-grade runbooks and 63 deterministic workflows.
23
+ - **⚡ 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
+ - **🏢 Organization Bundles (Tier 2 / Experimental)**: Cross-functional multi-disciplinary teams *(Currently under development)*.
25
+ - **🛡️ 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.
26
+ - **🧙 Interactive 2-Stage TUI Wizard**: Guided terminal interface powered by `@clack/prompts`, visual Unicode catalog tree (`agents list`), and fast search (`agents find`).
27
+ - **📦 Flexible Scopes & Installation Modes**: Install to **Project Scope** (Git-tracked team lockfiles) or **Global Scope** (`~/.agents/`), using instant **Symlink Mode** or standalone **Copy Mode**.
28
+ - **🩺 Deterministic Health Doctor**: Comprehensive diagnostic suite (`agents doctor`) validating frontmatter schemas, declarative lifecycle hooks, host capabilities, and lockfile synchronization.
29
+
30
+ ---
31
+
32
+ ## 🚀 Quickstart
33
+
34
+ ### 1. Run with `npx` (Zero Installation)
35
+ Try immediately without installing anything:
36
+ ```bash
37
+ npx agents-united add
38
+ ```
39
+
40
+ ### 2. Project-Level Installation (Recommended for Teams)
41
+ Install into your project repository to track agents and share lockfiles with your team:
42
+ ```bash
43
+ # Install as a dev dependency
44
+ npm install -D agents-united
45
+ # or: pnpm add -D agents-united | yarn add -D agents-united
46
+
47
+ # Launch interactive setup for your repository (installs into ./.agents/)
48
+ npx agents add
49
+ ```
50
+
51
+ ### 3. Global Installation
52
+ Install globally to use the `agents` CLI anywhere on your machine:
53
+ ```bash
54
+ npm install -g agents-united
55
+ ```
56
+
57
+ Once installed, use the `agents` CLI command anywhere:
58
+ ```bash
59
+ # Launch interactive onboarding wizard
60
+ agents add
61
+
62
+ # List all bundles in a visual folder tree
63
+ agents list
64
+
65
+ # Search for specific skills or workflows
66
+ agents find playwright -i
67
+
68
+ # Validate agent environment health
69
+ agents doctor
70
+ ```
71
+
72
+ ---
73
+
74
+ ## 🪶 Essentials-First Philosophy — Small Footprint, On-Demand Growth
75
+
76
+ Agents United is designed so that every project starts **lean**. When you install a department, you get the **Essentials bundle** only — the minimum viable team needed to handle the majority of everyday tasks within that domain:
77
+
78
+ ```bash
79
+ # Install only the core Growth & Marketing essentials team
80
+ agents add growth-marketing
81
+ # Installs: orchestrator-marketing + 5 core agents + 6 workflows + foundational skills
82
+ # Does NOT install: SEO specialists, PPC analysts, PLG strategists, email sequencers
83
+ ```
84
+
85
+ When a task exceeds the installed capability, the **Lead Orchestrator takes over**. It recognizes the gap, names the exact addon bundle that covers it, and provides the install command — or in CLI-enabled environments, installs it automatically **into the scope of the active main domain**:
86
+
87
+ ```
88
+ User: "Run a programmatic SEO audit and set up a content pipeline."
89
+
90
+ orchestrator-marketing: "This task requires the SEO & Content Marketing team.
91
+ Your current installation (growth-marketing) covers strategy and campaigns.
92
+ Installing the required addon now:
93
+
94
+ $ agents add seo-content-marketing
95
+
96
+ This adds: subagent-seo-specialist, programmatic-seo skill, technical-seo-audit skill,
97
+ schema-markup-strategy skill, and the content pipeline workflow.
98
+ Proceeding with installation into project scope..."
99
+ ```
100
+
101
+ This model gives you:
102
+ - ✅ **Minimal context footprint** — only agents and skills relevant to your project live in the workspace
103
+ - ✅ **Intelligent gap detection** — orchestrators know exactly which addon covers which capability
104
+ - ✅ **Zero manual discovery** — the orchestrator installs the right addon for you
105
+ - ✅ **Scoped installs** — addons install into the same project scope as the parent essentials bundle
106
+
107
+ ---
108
+
109
+
110
+ Agents United provides **22 curated bundles**, **45 specialized agents** (7 Lead Orchestrators + 38 Sub-Agents), **90 skills**, and **63 workflows** across 8 department domains:
111
+
112
+ | Department Domain | Essentials Base | Specialized Addon Bundles | Lead Orchestrator |
113
+ | :--- | :--- | :--- | :--- |
114
+ | **🌐 Universal Department** | `universal-skills` ⭐ | `full` (Universal Suite) | Multi-Agent Coordination |
115
+ | **🛠️ Software Engineering & Delivery** | `software-engineering` | `ai-ml-engineering`, `mobile-development`, `frontend-engineering`, `backend-distributed-systems`, `qa-automation`, `devops-engineering` | `orchestrator-engineering` |
116
+ | **🏛️ System Architecture & SRE** | `system-architecture` | `sysops-sre` | `orchestrator-system-architecture` |
117
+ | **🎨 Product Design & UI/UX** | `product-design` | `design-systems-ops`, `design-research-testing` | `orchestrator-design` |
118
+ | **📈 Growth & Marketing Operations** | `growth-marketing` | `seo-content-marketing`, `performance-paid-acquisition`, `product-led-growth`, `lifecycle-email-marketing` | `orchestrator-marketing` |
119
+ | **🔒 Security Operations** | `security-operations` | — | `orchestrator-security` |
120
+ | **🔬 Deep Technical Research** | `deep-research` | — | `orchestrator-research` |
121
+ | **💼 Business Strategy & Economics** | `business-strategy` | — | `orchestrator-business` |
122
+ | **🏢 Organization Bundles (Experimental)** | `digital-agency` 🚧 | *(Currently under development)* | `orchestrator-digital-agency-director` |
123
+
124
+ <details>
125
+ <summary><strong>🔍 Click to expand full Department & Agent Roster Breakdown</strong></summary>
126
+
127
+ <br>
128
+
129
+ #### 🌐 Universal Autonomous Department
130
+ - **Baseline**: `universal-skills` ⭐ *(Recommended Baseline — Socratic grilling, PRD generation, ADRs, session handoff)*
131
+ - **Universal Suite**: `full` *(Complete enterprise suite containing all 22 bundles, 45 agents, 90 skills, 63 workflows)*
132
+
133
+ #### 🛠️ Software Engineering & Delivery
134
+ - **Lead Orchestrator**: `orchestrator-engineering`
135
+ - **Essentials Base (`software-engineering`)**: `subagent-backend-architect`, `subagent-frontend-architect`, `subagent-code-reviewer`, `subagent-repo-index`
136
+ - **AI/ML Engineering (`ai-ml-engineering`)**: `subagent-ml-platform-engineer`, `subagent-ai-model-architect`
137
+ - **Mobile Development (`mobile-development`)**: `subagent-ios-architect`, `subagent-android-architect`, `subagent-cross-platform-specialist`
138
+ - **Frontend Engineering (`frontend-engineering`)**: `subagent-frontend-architect`, `subagent-accessibility-lead`
139
+ - **Backend & Distributed Systems (`backend-distributed-systems`)**: `subagent-distributed-systems-architect`, `subagent-data-engineer`
140
+ - **QA Automation (`qa-automation`)**: `subagent-qa-automation-lead`, `subagent-e2e-tester`
141
+ - **DevOps Engineering (`devops-engineering`)**: `subagent-devops-engineer`
142
+
143
+ #### 🏛️ System Architecture & SRE
144
+ - **Lead Orchestrator**: `orchestrator-system-architecture`
145
+ - **Essentials Base (`system-architecture`)**: `subagent-system-architect`, `subagent-backend-architect`
146
+ - **SysOps & SRE (`sysops-sre`)**: `subagent-sysops-sre-lead`
147
+
148
+ #### 🎨 Product Design & UI/UX
149
+ - **Lead Orchestrator**: `orchestrator-design`
150
+ - **Essentials Base (`product-design`)**: `subagent-ui-designer`, `subagent-ux-strategist`, `subagent-interaction-designer`, `subagent-design-systems-architect`, `subagent-design-researcher`, `subagent-design-ops-lead`, `subagent-designer-toolkit-expert`, `subagent-prototype-tester`
151
+ - **Design Systems Ops (`design-systems-ops`)**: `subagent-design-systems-architect`, `subagent-design-ops-lead`
152
+ - **Design Research & Testing (`design-research-testing`)**: `subagent-design-researcher`, `subagent-prototype-tester`
153
+
154
+ #### 📈 Growth & Marketing Operations
155
+ - **Lead Orchestrator**: `orchestrator-marketing`
156
+ - **Essentials Base (`growth-marketing`)**: `subagent-marketing-growth-strategist`, `subagent-marketing-content-strategist`, `subagent-marketing-conversion-specialist`, `subagent-marketing-campaign-specialist`, `subagent-marketing-creative-designer`
157
+ - **SEO & Content Marketing (`seo-content-marketing`)**: `subagent-seo-specialist`
158
+ - **Performance & Paid Acquisition (`performance-paid-acquisition`)**: `subagent-paid-acquisition-specialist`
159
+ - **Product-Led Growth (`product-led-growth`)**: `subagent-plg-strategist`
160
+ - **Lifecycle & Email Marketing (`lifecycle-email-marketing`)**: `subagent-lifecycle-email-specialist`
161
+
162
+ #### 🔒 Security Operations
163
+ - **Lead Orchestrator**: `orchestrator-security`
164
+ - **Essentials Base (`security-operations`)**: `subagent-security-engineer`
165
+
166
+ #### 🔬 Deep Technical Research
167
+ - **Lead Orchestrator**: `orchestrator-research`
168
+ - **Essentials Base (`deep-research`)**: `subagent-deep-research`, `subagent-socratic-mentor`, `subagent-repo-index`
169
+
170
+ #### 💼 Business Strategy & Economics
171
+ - **Lead Orchestrator**: `orchestrator-business`
172
+ - **Essentials Base (`business-strategy`)**: `subagent-business-panel-experts`
173
+
174
+ #### 🏢 Organization Bundles (Tier 2 / Experimental)
175
+ - **Digital Product Agency (`digital-agency` 🚧)**: *(Currently under development)*
176
+
177
+ </details>
178
+
179
+ ---
180
+
181
+ ## ⚡ Platform & Cloud Tooling Ecosystem
182
+
183
+ Agents United comes pre-configured with operational playbooks for modern cloud, AI, and edge infrastructure:
184
+
185
+ - **Modal.com** (`modal-serverless-python`): Serverless Python apps, GPU functions (A10G/H100), cold-start layer caching, persistent volumes.
186
+ - **Replicate** (`replicate-model-inference`): Hosted model inference, prediction polling/webhooks, hardware provisioning.
187
+ - **RunPod** (`runpod-gpu-orchestration`): Cloud & serverless GPU orchestration, vLLM worker containers, network storage.
188
+ - **Local LLMs & vLLM** (`local-llm-inference`): Self-hosted LLM serving with Ollama & vLLM, PagedAttention, quantization (AWQ/GPTQ/GGUF).
189
+ - **RAG & Vector Pipelines** (`rag-vector-pipeline`, `vector-database-design`): Production RAG with LangChain & LlamaIndex, hybrid search (BM25 + dense), rerankers, Qdrant / Pinecone / Chroma indexing.
190
+ - **Hugging Face** (`hf-model-evaluation`): Standardized model evaluation benchmarks (MMLU, GSM8k, RAGAS faithfulness).
191
+ - **Vercel** (`vercel-deploy-best-practices`): Edge Middleware (<25ms), Server Actions, ISR revalidation, preview deployments.
192
+ - **Lovable / v0 / Bolt** (`ai-prototype-refactoring`): Refactoring single-file AI prototype exports into modular React component hierarchies, design tokens, and a11y standards.
193
+ - **Supabase** (`supabase-backend-architecture`): PostgreSQL schemas, Row Level Security (RLS) policies, Deno Edge Functions, Auth triggers, Realtime channels.
194
+ - **Turso** (`turso-distributed-sqlite`): LibSQL distributed SQLite, local embedded replicas with auto-sync, CI/CD database branching (`turso db branch`).
195
+ - **Microsoft Azure** (`azure-infrastructure-bicep`): Enterprise Bicep IaC, Azure Container Apps (ACA) with Dapr & KEDA scaling, AKS, Azure OpenAI private endpoints.
196
+
197
+ ---
198
+
199
+ ## 💻 CLI Command Reference
200
+
201
+ ### `agents add [bundle|item]`
202
+ Installs a bundle, agent, skill, workflow, or whole department. If run without arguments in a terminal, launches the interactive 2-stage wizard.
203
+
204
+ ```bash
205
+ # Interactive mode (Guides through Host -> Scope -> Method -> Department -> Bundle)
206
+ agents add
207
+
208
+ # Install by bundle name or alias
209
+ agents add software-engineering
210
+ agents add mobile-development
211
+ agents add ai-ml-engineering
212
+
213
+ # Install whole department domain
214
+ agents add domain:engineering
215
+ agents add domain:marketing
216
+ agents add domain:architecture
217
+
218
+ # Install globally to user home directory (~/.agents/)
219
+ agents add frontend-engineering -g
220
+
221
+ # Install as standalone independent copy (offline modifications)
222
+ agents add qa-automation --copy
223
+
224
+ # Install directly to specific agent hosts
225
+ agents add full -t gemini,claude,cursor -y
226
+ ```
227
+
228
+ **Options:**
229
+ - `-g, --global`: Install globally into home directory (`~/.agents/`).
230
+ - `-s, --symlink`: Create symbolic links to central registry cache (default / recommended).
231
+ - `--copy`: Create independent standalone copies of asset files.
232
+ - `-t, --target <hosts>`: Target agent host runtimes (`agents`, `gemini`, `claude`, `cursor`, `cline`, `opencode`, `codex`). Default: `agents`.
233
+ - `--fanout <hosts>`: Also project translated copies into other assistant folders.
234
+ - `--mode <operational|brainstorming>`: Execution mode for organization bundles. Default: `operational`.
235
+ - `--allow-missing-prereqs`: Proceed with installation even if some prerequisites are missing.
236
+ - `--allow-under-construction`: Bypass the Under-Construction Gate for in-development bundles.
237
+ - `-y, --yes`: Skip confirmation prompts.
238
+ - `-f, --force`: Force overwrite user-modified files.
239
+ - `--dry-run`: Simulate installation without writing files.
240
+
241
+ ---
242
+
243
+ ### `agents list` (alias: `agents ls`)
244
+ Displays all registry bundles grouped by department domain in an ASCII/Unicode folder tree view showing orchestrators, sub-agents, skills, and workflows.
245
+
246
+ ```bash
247
+ # Formatted folder tree view
248
+ agents list
249
+
250
+ # Output raw JSON manifest
251
+ agents list --json
252
+ ```
253
+
254
+ ---
255
+
256
+ ### `agents find [query]` (alias: `agents search`)
257
+ Searches the registry across bundles, agents, skills, and workflows.
258
+
259
+ ```bash
260
+ # Search by keyword
261
+ agents find modal
262
+ agents find seo
263
+ agents find playwright
264
+ agents find bicep
265
+
266
+ # Filter by domain category
267
+ agents find -c engineering
268
+ agents find -c marketing
269
+
270
+ # Filter by item type (bundle, agent, skill, workflow)
271
+ agents find gpu -t skill
272
+
273
+ # Interactive selection to install match
274
+ agents find qdrant -i
275
+
276
+ # Output search results as JSON
277
+ agents find security --json
278
+ ```
279
+
280
+ ---
281
+
282
+ ### `agents remove [identifier]` (alias: `agents rm`, `agents uninstall`)
283
+ Discovers installed packages across project and global scopes with **Scope Location Badges** (`[project: ./.agents]`, `[global: ~/.agents]`), presenting only active installed bundles and standalone assets for safe uninstallation.
284
+
285
+ ```bash
286
+ # Interactive installed package selection with scope badges
287
+ agents remove
288
+
289
+ # Remove specific bundle from project workspace
290
+ agents remove mobile-development
291
+
292
+ # Remove global bundle
293
+ agents remove mobile-development -g -y
294
+ ```
295
+
296
+ ---
297
+
298
+ ### `agents start <bundle> [prompt]`
299
+ Starts an installed team bundle in its host runtime (such as Cline CLI). Automatically resolves project vs. global installations, verifies compound projection integrity, probes host runtime capabilities, constructs safe non-shell evaluated arguments, and launches the session.
300
+
301
+ ```bash
302
+ # Start an installed team in Cline
303
+ agents start software-engineering
304
+
305
+ # Start a team with an initial task prompt
306
+ agents start software-engineering "Implement user authentication with Vitest TDD test coverage"
307
+
308
+ # Start with pre-authorized addon auto-installation for this session
309
+ agents start software-engineering --allow-addons
310
+
311
+ # Override generated team name
312
+ agents start software-engineering --team my-custom-squad
313
+
314
+ # Run headlessly (non-interactive mode)
315
+ agents start software-engineering "Run security audit" --headless
316
+
317
+ # Preview activation plan, strategy, and argv without launching
318
+ agents start software-engineering --dry-run
319
+ ```
320
+
321
+ **Options:**
322
+ - `--host <host>`: Host runtime to activate (auto-detected from lockfile fanout, e.g. `cline`).
323
+ - `-g, --global`: Activate globally installed bundle (`~/.agents/`).
324
+ - `--team <name>`: Override generated team name (must match `[A-Za-z0-9_-]` max 64 chars).
325
+ - `--allow-addons`: Pre-authorize recommended addon installations for this session without prompting.
326
+ - `--headless`: Run non-interactively without launching interactive TUI.
327
+ - `--dry-run`: Print activation resolution and argv summary without launching.
328
+
329
+ ---
330
+
331
+ ### `agents update [identifier]` (alias: `agents upgrade`)
332
+ Inspects installed packages across project and global scopes, detects **Upstream Version Drift** against registry releases, and provides an interactive TUI to batch update all packages or selectively pick specific bundles with user-modification conflict guardrails.
333
+
334
+ ```bash
335
+ # Interactive update TUI (shows outdated packages, version diffs, and selective/batch updates)
336
+ agents update
337
+
338
+ # Batch update all installed packages in workspace
339
+ agents update --all -y
340
+
341
+ # Update specific package and re-sync projections across runtimes
342
+ agents update software-engineering --fanout cline,claude
343
+
344
+ # Update and immediately start in Cline
345
+ agents update software-engineering --fanout cline --start
346
+
347
+ # Update specific package with force overwrite of local modifications
348
+ agents update software-engineering --force
349
+
350
+ # Simulate update without modifying files
351
+ agents update --dry-run
352
+ ```
353
+
354
+ ---
355
+
356
+ ### `agents doctor`
357
+ Audits workspace agent directories, verifies frontmatter schema validity, validates declarative lifecycle hooks, and reports synchronization status. Can also audit specific host runtimes and capability probing.
358
+
359
+ ```bash
360
+ # General workspace health audit
361
+ agents doctor
362
+
363
+ # Audit Cline runtime installation, capability probe, and compound projection integrity
364
+ agents doctor --host cline
365
+ ```
366
+ ```
367
+
368
+ ---
369
+ ## 🌐 One Library, Every Assistant
370
+
371
+ The `.agents/` folder is the **main library** — the *one* folder you edit. **Antigravity reads it directly**; every other assistant (Claude Code, Cursor, Cline, OpenCode, Codex) can't read it natively, so Agents United writes **translated copies** it keeps in sync for you.
372
+
373
+ - **Edit only `.agents/`.** That's your source of truth — the `agents-united.json` lockfile tracks it.
374
+ - **Other assistants get their own translated copies**, in their own folders (`.claude/agents/`, `.cline/agents/`, …). Don't edit those — they're machine-managed and rewritten on every `agents update`.
375
+ - **`--fanout` tells Agents United which assistants to make copies for.** It's remembered in the lockfile, so a plain `agents update` keeps them in sync afterwards.
376
+
377
+ ```bash
378
+ # Main library + translated copies for Claude, Cursor, Cline, OpenCode, and Codex
379
+ agents add software-engineering -t agents --fanout claude,cursor,cline,opencode,codex -y --copy
380
+
381
+ # Prefer picking an assistant directly? The main library is added and translated copies are made for you.
382
+ agents add software-engineering -t cline -y --copy
383
+
384
+ # Dry-run first to preview exactly what will be written
385
+ agents add software-engineering -t agents --fanout claude,cursor -y --copy --dry-run
386
+
387
+ # You already installed to .agents/ only? Add Cline's translated copies now:
388
+ agents update software-engineering --fanout cline
389
+ ```
390
+
391
+ ```bash
392
+ # Canonical .agents/ tree + translated copies for Claude, Cursor, Cline, OpenCode, and Codex
393
+ agents add software-engineering -t agents --fanout claude,cursor,cline,opencode,codex -y --copy
394
+
395
+ # Dry-run first to preview exactly which projections will be written
396
+ agents add software-engineering -t agents --fanout claude,cursor -y --copy --dry-run
397
+ ```
398
+
399
+ | Flag | Meaning |
400
+ | :--- | :--- |
401
+ | `--fanout <hosts>` | Comma-separated runtime ids to project into (`claude`, `cursor`, `cline`, `opencode`, `codex`). Invalid ids are dropped with a warning. |
402
+
403
+ What each runtime receives:
404
+ - **Claude Code** → `.claude/agents/`
405
+ - **Cursor** → `.cursor/agents/`
406
+ - **Cline** → `.cline/agents/`
407
+ - **OpenCode** → `.opencode/agent/`
408
+ - **Codex & AGENTS.md readers** → a generated root **`AGENTS.md`** bridge indexing the canonical `.agents/` tree (no subagent loader exists for these).
409
+
410
+ Every projected file is a **copy** (never a symlink) stamped with a managed marker:
411
+ ```html
412
+ <!-- managed-by: agents-united | profile: claude-code | canonical: .agents/agents/<file> | do not edit -->
413
+ ```
414
+ All projections are recorded in `agents-united.json` under `projectedTo`, so `remove`, `update`, and `doctor` stay deterministic — they rewrite or delete exactly the managed files and never touch unmanaged/user-modified ones (unless `--force`).
415
+
416
+ > ⚠️ **Per-runtime caveats.** Antigravity-only frontmatter keys — `hooks:`, `permissionMode:`, `commandExecutionPolicy:`, `mainAgent:`, `subagent:`, and `type:` — **do not execute** in other runtimes. Projected orchestrator agents degrade gracefully to "system prompt + tool list" subagents; behavior is documented, not faked. Cross-agent `invoke_subagent` orchestration works only in Antigravity and is dropped elsewhere with a warning. To add more runtimes later, re-run `agents add <bundle> -t agents --fanout <hosts>`.
417
+
418
+ ---
419
+
420
+ ## 🛡️ Built-in Safety & Git Guardrails
421
+
422
+ Agents United keeps your codebases safe by enforcing hard-coded version control and operational safety policies across all installed orchestrators and sub-agents:
423
+
424
+ - **Protected Branch Guard**: Prevents autonomous agents from directly committing to `main`, `master`, `production`, or `release/*` branches.
425
+ - **Zero Force-Pushes**: Hard-coded safety policies disallow destructive force pushes (`git push --force` or `git push -f`) under all circumstances.
426
+ - **Pre-Staging Secret Scanning & Redaction**: Intercepts accidental staging of `.env` files, API keys (`OPENAI_API_KEY`, `MODAL_TOKEN_ID`, `REPLICATE_API_TOKEN`, `RUNPOD_API_KEY`), private tokens, or credentials before any commit is generated.
427
+ - **GPU Cost Ceilings**: Enforces automatic scale-to-zero timeouts (60–300s) and concurrency limits on serverless compute workloads.
428
+ - **Training Data PII Scrubbing**: Pre-processing guardrails to mask sensitive personal data before vector embedding or fine-tuning.
429
+ - **Deterministic Health Doctor**: Run `agents doctor` anytime to audit local agent directories, verify schema validity, and ensure clean working tree states.
430
+
431
+ ---
432
+
433
+ ## 🛠️ Developer Setup & Contributing Guide
434
+
435
+ We welcome open-source contributions from developers across the agentic engineering community!
436
+
437
+ ### 1. Prerequisites
438
+ - **Node.js**: `v20.0.0` or higher (`node -v`)
439
+ - **Package Manager**: `npm` (v10+) or `pnpm`
440
+ - **Git**: Configured with a clean working tree
441
+
442
+ ### 2. Local Environment Setup
443
+ ```bash
444
+ # 1. Clone the repository
445
+ git clone https://github.com/NeoAnthropocene/agents-united.git
446
+ cd agents-united
447
+
448
+ # 2. Install development dependencies
449
+ npm install
450
+
451
+ # 3. Build the project with tsup
452
+ npm run build
453
+
454
+ # 4. Link binary globally for local development testing
455
+ npm link
456
+ ```
457
+
458
+ ### 3. Running Tests
459
+ Agents United enforces a strict **4-Tier Test-Driven Development (TDD)** standard with **100% deterministic testing** (no arbitrary sleeps).
460
+
461
+ ```bash
462
+ # Run full Vitest test suite
463
+ npm test
464
+
465
+ # Run tests in watch mode
466
+ npm run test:watch
467
+ ```
468
+
469
+ ### 4. Code Quality & Architecture Guidelines
470
+ - **Strict TypeScript**: Never use implicit or explicit `any`. All shared interfaces belong in `src/core/types.ts`.
471
+ - **Seams & Decoupling**: Keep business logic (`src/core/`) decoupled from terminal I/O (`src/cli.ts`).
472
+ - **Idempotency**: All installer and uninstaller operations must be reversible and tracked in `agents-united.json`.
473
+ - **[ ] Essentials Bundle Audit & CLI Guard** *(Development Task)*: Audit all 7 Essentials bundle compositions to verify they contain only core agents/skills. Migrate any non-essential assets into their matching Addon bundle. Add a CLI enforcement layer so that `agents add domain:<dept>` installs only the Essentials bundle by default — Addon bundles must be explicitly requested (`agents add <addon>`) or triggered by the orchestrator's On-Demand Auto-Install protocol. Track progress in [`ROADMAP.md`](ROADMAP.md).
474
+ - **[ ] GitHub Pages Site Design** *(Design Task)*: Design and build the public marketing & documentation site at `https://neoanthropocene.github.io/agents-united`. Covers: hero section, interactive CLI demo, ecosystem matrix visualization, quickstart steps, and platform ecosystem showcase. Full brief and wireframe outline tracked in [`ROADMAP.md`](ROADMAP.md).
475
+
476
+ ### 5. Skill & Agent Contribution Standard
477
+ When contributing new skills or adapting external skills:
478
+ 1. **Frontmatter Metadata**: Declare author attribution in `SKILL.md` YAML frontmatter:
479
+ ```yaml
480
+ ---
481
+ name: your-skill-name
482
+ description: High-level summary of capability
483
+ metadata:
484
+ author: "Your Name (@yourhandle)"
485
+ version: "1.0.0"
486
+ source: "https://github.com/your-org/your-repo"
487
+ license: "MIT"
488
+ ---
489
+ ```
490
+ 2. **Attribution in README**: Add credit under `## Credits & Acknowledgments`.
491
+ 3. **Deterministic Verifications**: Include clear validation commands, error recovery procedures, and code exemplars.
492
+
493
+ ### 6. Pull Request (PR) Workflow
494
+ 1. **Create a Feature Branch**: Always branch from `dev`:
495
+ ```bash
496
+ git checkout dev
497
+ git pull origin dev
498
+ git checkout -b feat/your-feature-name
499
+ ```
500
+ 2. **Follow TDD (Red-Green-Refactor)**: Author failing unit/E2E tests in `tests/` before implementing code.
501
+ 3. **Run Pre-PR Verification**:
502
+ ```bash
503
+ npm run build
504
+ npm test
505
+ git diff --cached # Audit staged files for accidental secrets or temp files
506
+ ```
507
+ 4. **Submit Pull Request**: Open a PR targeting the `dev` branch with a concise description of changes and test results.
508
+
509
+ ---
510
+
511
+ ## 🤝 Credits & Acknowledgments
512
+
513
+ Agents United proudly builds upon, adapts, and integrates contributions from creators across the open AI agent, cloud platform, and developer tooling ecosystem:
514
+
515
+ <details>
516
+ <summary><strong>Matt Pocock (<a href="https://github.com/mattpocock">@mattpocock</a> / <a href="https://github.com/mattpocock/skills">mattpocock/skills</a>)</strong></summary>
517
+
518
+ - **`/grill-with-docs`** & **`/grill-me`**: Socratic alignment grilling, requirements clarification, and ADR authoring.
519
+ - **`/domain-modeling`**: Ubiquitous language definition and `CONTEXT.md` domain dictionary maintenance.
520
+ - **`/to-spec`** & **`/to-tickets`**: PRD/spec generation and task ticket decomposition.
521
+ - **`/diagnosing-bugs`**: Evidence-driven bug diagnosis and root-cause analysis.
522
+ - **`/git-guardrails`**: Version control safety rules and protection policies.
523
+ - **`/handoff`**: Session progress persistence and context handoff notes.
524
+ </details>
525
+
526
+ <details>
527
+ <summary><strong>Modal Labs (<a href="https://github.com/modal-labs">@modal-labs</a> / <a href="https://modal.com">modal.com</a>)</strong></summary>
528
+
529
+ - **`modal-serverless-python`**: Serverless Python execution, container image definition, and GPU acceleration patterns.
530
+ </details>
531
+
532
+ <details>
533
+ <summary><strong>Replicate (<a href="https://github.com/replicate">@replicate</a> / <a href="https://replicate.com">replicate.com</a>)</strong></summary>
534
+
535
+ - **`replicate-model-inference`**: Hosted machine learning model inference API, webhook callbacks, and prediction streaming.
536
+ </details>
537
+
538
+ <details>
539
+ <summary><strong>RunPod (<a href="https://github.com/runpod">@runpod</a> / <a href="https://runpod.io">runpod.io</a>)</strong></summary>
540
+
541
+ - **`runpod-gpu-orchestration`**: Serverless GPU handler architecture and containerized worker management.
542
+ </details>
543
+
544
+ <details>
545
+ <summary><strong>Ollama & vLLM Teams (<a href="https://ollama.com">ollama.com</a> / <a href="https://vllm.ai">vllm.ai</a>)</strong></summary>
546
+
547
+ - **`local-llm-inference`**: Self-hosted LLM execution, quantization formats, and high-throughput PagedAttention serving.
548
+ </details>
549
+
550
+ <details>
551
+ <summary><strong>LangChain & LlamaIndex (<a href="https://langchain.com">langchain.com</a> / <a href="https://llamaindex.ai">llamaindex.ai</a>)</strong></summary>
552
+
553
+ - **`rag-vector-pipeline`**: Retrieval-Augmented Generation architectures, hybrid retrieval, and re-ranking pipelines.
554
+ </details>
555
+
556
+ <details>
557
+ <summary><strong>Hugging Face (<a href="https://github.com/huggingface">@huggingface</a> / <a href="https://huggingface.co">huggingface.co</a>)</strong></summary>
558
+
559
+ - **`hf-model-evaluation`**: Model benchmarking, Evaluate metrics, and model scorecard methodologies.
560
+ </details>
561
+
562
+ <details>
563
+ <summary><strong>Qdrant, Pinecone & Chroma (<a href="https://qdrant.tech">qdrant.tech</a> / <a href="https://pinecone.io">pinecone.io</a> / <a href="https://www.trychroma.com">trychroma.com</a>)</strong></summary>
564
+
565
+ - **`vector-database-design`**: Production vector indexing, HNSW graph tuning, and payload filtering.
566
+ </details>
567
+
568
+ <details>
569
+ <summary><strong>Vercel Engineering (<a href="https://github.com/vercel">@vercel</a> / <a href="https://vercel.com">vercel.com</a>)</strong></summary>
570
+
571
+ - **`vercel-deploy-best-practices`**: Edge Middleware routing, Server Actions, and Preview environments.
572
+ - **`react-best-practices`**: Next.js App Router, Server Components & Core Web Vitals optimization.
573
+ </details>
574
+
575
+ <details>
576
+ <summary><strong>Lovable, v0 (Vercel) & Bolt (StackBlitz) (<a href="https://lovable.dev">lovable.dev</a> / <a href="https://v0.dev">v0.dev</a> / <a href="https://bolt.new">bolt.new</a>)</strong></summary>
577
+
578
+ - **`ai-prototype-refactoring`**: Ingestion and modularization methodologies for rapid AI-generated frontend prototypes.
579
+ </details>
580
+
581
+ <details>
582
+ <summary><strong>Supabase (<a href="https://github.com/supabase">@supabase</a> / <a href="https://supabase.com">supabase.com</a>)</strong></summary>
583
+
584
+ - **`supabase-backend-architecture`**: PostgreSQL database design, Row Level Security (RLS), Edge Functions, and Realtime sync.
585
+ </details>
586
+
587
+ <details>
588
+ <summary><strong>ChiselStrike & Turso Community (<a href="https://github.com/tursodatabase">@tursodatabase</a> / <a href="https://turso.tech">turso.tech</a>)</strong></summary>
589
+
590
+ - **`turso-distributed-sqlite`**: LibSQL distributed SQLite, embedded replicas with auto-sync, and database branching.
591
+ </details>
592
+
593
+ <details>
594
+ <summary><strong>Microsoft Azure Community (<a href="https://learn.microsoft.com/azure/bicep">learn.microsoft.com/azure/bicep</a>)</strong></summary>
595
+
596
+ - **`azure-infrastructure-bicep`**: Enterprise Bicep Infrastructure-as-Code, Azure Container Apps (ACA), and Azure OpenAI private networking.
597
+ </details>
598
+
599
+ <details>
600
+ <summary><strong>Currents & Microsoft Playwright Community (<a href="https://github.com/currents-dev/playwright-best-practices-skill">currents-dev/playwright-best-practices-skill</a>)</strong></summary>
601
+
602
+ - **`playwright-best-practices`**: Resilient Page Object Models and deterministic auto-waiting browser tests.
603
+ </details>
604
+
605
+ <details>
606
+ <summary><strong>wshobson (<a href="https://github.com/wshobson/agents">wshobson/agents</a>)</strong></summary>
607
+
608
+ - **`mobile-ios-design`** & **`mobile-android-design`**: SwiftUI & Jetpack Compose design system patterns.
609
+ </details>
610
+
611
+ <details>
612
+ <summary><strong>Salesforce (<a href="https://github.com/forcedotcom/sf-skills">forcedotcom/sf-skills</a>)</strong></summary>
613
+
614
+ - **`mobile-platform-offline-validate`**: Offline-first local database caching and conflict resolution.
615
+ </details>
616
+
617
+ <details>
618
+ <summary><strong>tovimx (<a href="https://github.com/tovimx/maestro-mobile-testing-skill">tovimx/maestro-mobile-testing-skill</a>)</strong></summary>
619
+
620
+ - **`maestro-mobile-testing`**: Declarative cross-platform mobile UI test automation.
621
+ </details>
622
+
623
+ ---
624
+
625
+ ## 📄 License
626
+
627
+ MIT © [NeoAnthropocene & Agents United Contributors](LICENSE)
package/dist/cli.d.ts CHANGED
@@ -1,2 +1,5 @@
1
+ type AgentHost = 'agents' | 'gemini' | 'claude' | 'cursor' | 'cline' | 'opencode' | 'codex';
1
2
 
2
- export { }
3
+ declare function detectWorkspaceHosts(cwd?: string): AgentHost[];
4
+
5
+ export { detectWorkspaceHosts };