agentsys 5.3.6 → 5.4.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 (40) hide show
  1. package/.agnix.toml +17 -7
  2. package/.claude-plugin/marketplace.json +13 -2
  3. package/.claude-plugin/plugin.json +1 -1
  4. package/.gitmodules +3 -0
  5. package/AGENTS.md +4 -4
  6. package/CHANGELOG.md +28 -0
  7. package/README.md +46 -5
  8. package/lib/adapter-transforms.js +3 -1
  9. package/package.json +1 -1
  10. package/site/assets/css/main.css +39 -1
  11. package/site/assets/js/main.js +24 -0
  12. package/site/content.json +26 -25
  13. package/site/index.html +90 -15
  14. package/site/ux-spec.md +9 -9
  15. package/agent-knowledge/AGENTS.md +0 -231
  16. package/agent-knowledge/acp-with-codex-gemini-copilot-claude.md +0 -504
  17. package/agent-knowledge/ai-cli-advanced-integration-patterns.md +0 -670
  18. package/agent-knowledge/ai-cli-non-interactive-programmatic-usage.md +0 -1394
  19. package/agent-knowledge/all-in-one-plus-modular-packages.md +0 -576
  20. package/agent-knowledge/cli-browser-automation-agents.md +0 -936
  21. package/agent-knowledge/github-org-project-management.md +0 -319
  22. package/agent-knowledge/github-org-structure-patterns.md +0 -268
  23. package/agent-knowledge/kiro-supervised-autopilot.md +0 -400
  24. package/agent-knowledge/multi-product-org-docs.md +0 -622
  25. package/agent-knowledge/oss-org-naming-patterns.md +0 -368
  26. package/agent-knowledge/resources/acp-with-codex-gemini-copilot-claude-sources.json +0 -408
  27. package/agent-knowledge/resources/ai-cli-non-interactive-programmatic-usage-sources.json +0 -500
  28. package/agent-knowledge/resources/all-in-one-plus-modular-packages-sources.json +0 -310
  29. package/agent-knowledge/resources/cli-browser-automation-agents-sources.json +0 -428
  30. package/agent-knowledge/resources/github-org-project-management-sources.json +0 -239
  31. package/agent-knowledge/resources/github-org-structure-patterns-sources.json +0 -293
  32. package/agent-knowledge/resources/kiro-supervised-autopilot-sources.json +0 -135
  33. package/agent-knowledge/resources/multi-product-org-docs-sources.json +0 -514
  34. package/agent-knowledge/resources/oss-org-naming-patterns-sources.json +0 -458
  35. package/agent-knowledge/resources/skill-plugin-distribution-patterns-sources.json +0 -290
  36. package/agent-knowledge/resources/terminal-browsers-agent-automation-sources.json +0 -758
  37. package/agent-knowledge/resources/web-session-persistence-cli-agents-sources.json +0 -528
  38. package/agent-knowledge/skill-plugin-distribution-patterns.md +0 -661
  39. package/agent-knowledge/terminal-browsers-agent-automation.md +0 -776
  40. package/agent-knowledge/web-session-persistence-cli-agents.md +0 -1352
package/site/index.html CHANGED
@@ -4,12 +4,12 @@
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1">
6
6
  <title>AgentSys - Agent Runtime &amp; Orchestration System</title>
7
- <meta name="description" content="A modular runtime and orchestration system for AI agents. 12 plugins, 41 agents, 27 skills — structured pipelines for Claude Code, OpenCode, and Codex CLI.">
7
+ <meta name="description" content="A modular runtime and orchestration system for AI agents. 15 plugins, 35 agents, 32 skills — structured pipelines for Claude Code, OpenCode, Codex CLI, Cursor, and Kiro.">
8
8
  <meta name="theme-color" content="#09090b">
9
9
 
10
10
  <!-- Open Graph -->
11
11
  <meta property="og:title" content="AgentSys">
12
- <meta property="og:description" content="A modular runtime and orchestration system for AI agents. 12 plugins, 41 agents, 27 skills.">
12
+ <meta property="og:description" content="A modular runtime and orchestration system for AI agents. 15 plugins, 35 agents, 32 skills.">
13
13
  <meta property="og:image" content="https://agent-sh.github.io/agentsys/assets/logo.png">
14
14
  <meta property="og:url" content="https://agent-sh.github.io/agentsys/">
15
15
  <meta property="og:type" content="website">
@@ -17,7 +17,7 @@
17
17
  <!-- Twitter Card -->
18
18
  <meta name="twitter:card" content="summary_large_image">
19
19
  <meta name="twitter:title" content="AgentSys">
20
- <meta name="twitter:description" content="AI workflow automation. 11 plugins, 40 agents, 26 skills.">
20
+ <meta name="twitter:description" content="AI workflow automation. 15 plugins, 35 agents, 32 skills.">
21
21
  <meta name="twitter:image" content="https://agent-sh.github.io/agentsys/assets/logo.png">
22
22
 
23
23
  <!-- Content Security Policy -->
@@ -109,14 +109,14 @@
109
109
  <div class="hero__inner">
110
110
  <div class="hero__content">
111
111
  <div class="hero__badge anim-fade-in" data-delay="100">
112
- 11 plugins &middot; 40 agents &middot; 26 skills
112
+ 15 plugins &middot; 35 agents &middot; 32 skills
113
113
  </div>
114
114
  <h1 class="hero__title anim-fade-up" id="hero-title" data-delay="200">
115
115
  A modular <span class="text-gradient">runtime and orchestration system</span><br>
116
116
  for AI agents.
117
117
  </h1>
118
118
  <p class="hero__subtitle anim-fade-up" data-delay="350">
119
- Structured pipelines, gated phases, specialized agents. Works with Claude Code, OpenCode, and Codex CLI. 3,917 tests. Production-grade.
119
+ Structured pipelines, gated phases, specialized agents. Works with Claude Code, OpenCode, Codex CLI, Cursor, and Kiro. 3,750 tests. Production-grade.
120
120
  </p>
121
121
  <div class="hero__ctas anim-fade-up" data-delay="500">
122
122
  <a href="#install" class="btn btn--primary">Get Started</a>
@@ -158,19 +158,19 @@
158
158
  <section class="stats" id="stats" aria-label="Project statistics">
159
159
  <div class="stats__inner">
160
160
  <div class="stats__item">
161
- <span class="stats__number" aria-live="polite" data-target="11">0</span>
161
+ <span class="stats__number" aria-live="polite" data-target="14">0</span>
162
162
  <span class="stats__label">Plugins</span>
163
163
  </div>
164
164
  <div class="stats__item">
165
- <span class="stats__number" aria-live="polite" data-target="40">0</span>
165
+ <span class="stats__number" aria-live="polite" data-target="43">0</span>
166
166
  <span class="stats__label">Agents</span>
167
167
  </div>
168
168
  <div class="stats__item">
169
- <span class="stats__number" aria-live="polite" data-target="26">0</span>
169
+ <span class="stats__number" aria-live="polite" data-target="30">0</span>
170
170
  <span class="stats__label">Skills</span>
171
171
  </div>
172
172
  <div class="stats__item">
173
- <span class="stats__number" aria-live="polite" data-target="3357">0</span>
173
+ <span class="stats__number" aria-live="polite" data-target="3750">0</span>
174
174
  <span class="stats__label">Tests Passing</span>
175
175
  </div>
176
176
  </div>
@@ -179,7 +179,7 @@
179
179
  <!-- ===== COMMANDS ===== -->
180
180
  <section class="commands" id="commands" aria-labelledby="commands-title">
181
181
  <div class="commands__inner">
182
- <h2 class="commands__title anim-fade-up" id="commands-title">11 Commands. One Toolkit.</h2>
182
+ <h2 class="commands__title anim-fade-up" id="commands-title">13 Commands. One Toolkit.</h2>
183
183
  <p class="commands__subtitle anim-fade-up" data-delay="100">Each works standalone. Together, they automate everything.</p>
184
184
 
185
185
  <div class="commands__tabs anim-fade-up" data-delay="200">
@@ -195,6 +195,9 @@
195
195
  <button class="tabs__tab" role="tab" aria-selected="false" aria-controls="tab-panel-8" id="tab-8" tabindex="-1" data-index="8">/repo-map</button>
196
196
  <button class="tabs__tab" role="tab" aria-selected="false" aria-controls="tab-panel-9" id="tab-9" tabindex="-1" data-index="9">/sync-docs</button>
197
197
  <button class="tabs__tab" role="tab" aria-selected="false" aria-controls="tab-panel-10" id="tab-10" tabindex="-1" data-index="10">/learn</button>
198
+ <button class="tabs__tab" role="tab" aria-selected="false" aria-controls="tab-panel-11" id="tab-11" tabindex="-1" data-index="11">/consult</button>
199
+ <button class="tabs__tab" role="tab" aria-selected="false" aria-controls="tab-panel-12" id="tab-12" tabindex="-1" data-index="12">/debate</button>
200
+ <button class="tabs__tab" role="tab" aria-selected="false" aria-controls="tab-panel-13" id="tab-13" tabindex="-1" data-index="13">/web-ctl</button>
198
201
  </div>
199
202
 
200
203
  <!-- Tab panels -->
@@ -406,10 +409,75 @@
406
409
  <span class="code-prompt">$</span> /learn kubernetes --depth=brief <span class="code-comment"># Quick overview</span></code></pre>
407
410
  </div>
408
411
  </div>
412
+
413
+ <div class="tabs__panel" role="tabpanel" id="tab-panel-11" aria-labelledby="tab-11" hidden>
414
+ <h3 class="tabs__panel-name">/consult</h3>
415
+ <p class="tabs__panel-tagline">Get a second opinion from another AI tool</p>
416
+ <ul class="tabs__panel-features">
417
+ <li>Cross-tool AI consultation via ACP transport</li>
418
+ <li>6 providers: Claude, Gemini, Codex, Copilot, Kiro, OpenCode</li>
419
+ <li>Effort-mapped model selection per provider</li>
420
+ <li>Session continuations and context injection</li>
421
+ </ul>
422
+ <div class="code-block">
423
+ <button class="code-block__copy" aria-label="Copy code to clipboard" data-code="/consult &quot;Is this the right approach?&quot; --tool=gemini --effort=high
424
+ /consult &quot;Review for performance&quot; --tool=codex">
425
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"/><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"/></svg>
426
+ </button>
427
+ <pre><code><span class="code-prompt">$</span> /consult "Is this the right approach?" --tool=gemini <span class="code-comment"># Second opinion</span>
428
+ <span class="code-prompt">$</span> /consult "Review for performance" --tool=codex <span class="code-comment"># Codex review</span></code></pre>
429
+ </div>
430
+ </div>
431
+
432
+ <div class="tabs__panel" role="tabpanel" id="tab-panel-12" aria-labelledby="tab-12" hidden>
433
+ <h3 class="tabs__panel-name">/debate</h3>
434
+ <p class="tabs__panel-tagline">Structured adversarial debate between AI tools</p>
435
+ <ul class="tabs__panel-features">
436
+ <li>Multi-round proposer/challenger format</li>
437
+ <li>Evidence-backed arguments with mandatory counterpoints</li>
438
+ <li>Any two AI tools as debaters (Claude, Gemini, Codex, Kiro, etc.)</li>
439
+ <li>Final verdict from the orchestrator</li>
440
+ </ul>
441
+ <div class="code-block">
442
+ <button class="code-block__copy" aria-label="Copy code to clipboard" data-code="/debate codex vs gemini about microservices vs monolith
443
+ /debate claude vs kiro about our auth implementation">
444
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"/><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"/></svg>
445
+ </button>
446
+ <pre><code><span class="code-prompt">$</span> /debate codex vs gemini about microservices vs monolith <span class="code-comment"># Structured debate</span>
447
+ <span class="code-prompt">$</span> /debate claude vs kiro about our auth implementation <span class="code-comment"># Codebase debate</span></code></pre>
448
+ </div>
449
+ </div>
450
+
451
+ <div class="tabs__panel" role="tabpanel" id="tab-panel-13" aria-labelledby="tab-13" hidden>
452
+ <h3 class="tabs__panel-name">/web-ctl</h3>
453
+ <p class="tabs__panel-tagline">Browser automation for AI agents</p>
454
+ <ul class="tabs__panel-features">
455
+ <li>Headless Playwright with encrypted session persistence</li>
456
+ <li>Human-in-the-loop auth handoff with CAPTCHA detection</li>
457
+ <li>Anti-bot measures and output sanitization</li>
458
+ <li>Snapshot-based accessibility tree for element discovery</li>
459
+ </ul>
460
+ <div class="code-block">
461
+ <button class="code-block__copy" aria-label="Copy code to clipboard" data-code="/web-ctl goto https://example.com
462
+ /web-ctl auth github --url https://github.com/login">
463
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" aria-hidden="true"><path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"/><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"/></svg>
464
+ </button>
465
+ <pre><code><span class="code-prompt">$</span> /web-ctl goto https://example.com <span class="code-comment"># Navigate</span>
466
+ <span class="code-prompt">$</span> /web-ctl auth github --url https://github.com/login <span class="code-comment"># Auth handoff</span></code></pre>
467
+ </div>
468
+ </div>
409
469
  </div>
410
470
  </div>
411
471
  </section>
412
472
 
473
+ <!-- ===== SCROLL CUE ===== -->
474
+ <div class="scroll-cue anim-fade-up" data-delay="300">
475
+ <a href="#how-it-works" class="scroll-cue__link" aria-label="Scroll to How It Works">
476
+ <span class="scroll-cue__text">How It Works</span>
477
+ <svg class="scroll-cue__arrow" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M12 5v14"/><path d="m19 12-7 7-7-7"/></svg>
478
+ </a>
479
+ </div>
480
+
413
481
  <!-- ===== HOW IT WORKS ===== -->
414
482
  <section class="how-it-works" id="how-it-works" aria-labelledby="hiw-title">
415
483
  <div class="how-it-works__inner">
@@ -468,7 +536,7 @@
468
536
  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="3"/></svg>
469
537
  </div>
470
538
  <h3 class="philosophy__card-title">One agent, one job, done well</h3>
471
- <p class="philosophy__card-desc"><span class="text-accent">40 specialized agents</span>, each with a narrow scope and clear success criteria. No agent tries to do everything.</p>
539
+ <p class="philosophy__card-desc"><span class="text-accent">43 specialized agents</span>, each with a narrow scope and clear success criteria. No agent tries to do everything.</p>
472
540
  </div>
473
541
  <div class="philosophy__card anim-fade-up" data-delay="200">
474
542
  <div class="philosophy__card-icon">
@@ -491,14 +559,14 @@
491
559
  <!-- ===== AGENTS & SKILLS ===== -->
492
560
  <section class="agents-skills" id="agents-skills" aria-labelledby="as-title">
493
561
  <div class="agents-skills__inner">
494
- <h2 class="agents-skills__title anim-fade-up" id="as-title">40 Agents. 26 Skills.</h2>
562
+ <h2 class="agents-skills__title anim-fade-up" id="as-title">43 Agents. 30 Skills.</h2>
495
563
  <p class="agents-skills__subtitle anim-fade-up" data-delay="100">Right model for the task. Opus reasons. Sonnet validates. Haiku executes.</p>
496
564
 
497
565
  <!-- Agent tier tabs -->
498
566
  <div class="agents-skills__tabs anim-fade-up" data-delay="200">
499
567
  <div class="agent-tabs" role="tablist" aria-label="Agent tiers">
500
- <button class="agent-tabs__tab agent-tabs__tab--active" role="tab" aria-selected="true" aria-controls="agent-tier-opus" id="agent-tab-opus" data-index="0">Opus <span class="agent-tabs__count">13</span></button>
501
- <button class="agent-tabs__tab" role="tab" aria-selected="false" aria-controls="agent-tier-sonnet" id="agent-tab-sonnet" tabindex="-1" data-index="1">Sonnet <span class="agent-tabs__count">13</span></button>
568
+ <button class="agent-tabs__tab agent-tabs__tab--active" role="tab" aria-selected="true" aria-controls="agent-tier-opus" id="agent-tab-opus" data-index="0">Opus <span class="agent-tabs__count">14</span></button>
569
+ <button class="agent-tabs__tab" role="tab" aria-selected="false" aria-controls="agent-tier-sonnet" id="agent-tab-sonnet" tabindex="-1" data-index="1">Sonnet <span class="agent-tabs__count">15</span></button>
502
570
  <button class="agent-tabs__tab" role="tab" aria-selected="false" aria-controls="agent-tier-haiku" id="agent-tab-haiku" tabindex="-1" data-index="2">Haiku <span class="agent-tabs__count">4</span></button>
503
571
  <button class="agent-tabs__tab" role="tab" aria-selected="false" aria-controls="agent-tier-specialists" id="agent-tab-specialists" tabindex="-1" data-index="3">Specialists <span class="agent-tabs__count">10</span></button>
504
572
  </div>
@@ -519,6 +587,7 @@
519
587
  <div class="agent-card"><span class="agent-card__name">hooks-enhancer</span><span class="tier-badge tier-badge--opus">opus</span><p class="agent-card__desc">Git hooks and automation analysis</p></div>
520
588
  <div class="agent-card"><span class="agent-card__name">prompt-enhancer</span><span class="tier-badge tier-badge--opus">opus</span><p class="agent-card__desc">Prompt engineering best practices</p></div>
521
589
  <div class="agent-card"><span class="agent-card__name">skills-enhancer</span><span class="tier-badge tier-badge--opus">opus</span><p class="agent-card__desc">Skill definition quality analysis</p></div>
590
+ <div class="agent-card"><span class="agent-card__name">debate-orchestrator</span><span class="tier-badge tier-badge--opus">opus</span><p class="agent-card__desc">Structured adversarial debate coordination</p></div>
522
591
  </div>
523
592
  </div>
524
593
 
@@ -538,6 +607,8 @@
538
607
  <div class="agent-card"><span class="agent-card__name">perf-theory-tester</span><span class="tier-badge tier-badge--sonnet">sonnet</span><p class="agent-card__desc">Controlled experiment execution</p></div>
539
608
  <div class="agent-card"><span class="agent-card__name">sync-docs-agent</span><span class="tier-badge tier-badge--sonnet">sonnet</span><p class="agent-card__desc">Documentation sync and update</p></div>
540
609
  <div class="agent-card"><span class="agent-card__name">agnix-agent</span><span class="tier-badge tier-badge--sonnet">sonnet</span><p class="agent-card__desc">Agent config linting orchestration</p></div>
610
+ <div class="agent-card"><span class="agent-card__name">consult-agent</span><span class="tier-badge tier-badge--sonnet">sonnet</span><p class="agent-card__desc">Cross-tool AI consultation orchestration</p></div>
611
+ <div class="agent-card"><span class="agent-card__name">web-session</span><span class="tier-badge tier-badge--sonnet">sonnet</span><p class="agent-card__desc">Browser automation and session management</p></div>
541
612
  </div>
542
613
  </div>
543
614
 
@@ -569,7 +640,7 @@
569
640
  </div>
570
641
 
571
642
  <!-- Skills grid -->
572
- <h3 class="agents-skills__skills-title anim-fade-up" data-delay="300">26 Skills across 11 Plugins</h3>
643
+ <h3 class="agents-skills__skills-title anim-fade-up" data-delay="300">30 Skills across 14 Plugins</h3>
573
644
  <div class="skills-grid anim-fade-up" data-delay="350">
574
645
  <div class="skill-group">
575
646
  <span class="skill-group__label">next-task</span>
@@ -614,6 +685,10 @@
614
685
  <span class="skill-card">sync-docs</span>
615
686
  <span class="skill-card">learn-topic</span>
616
687
  <span class="skill-card">agnix-lint</span>
688
+ <span class="skill-card">consult</span>
689
+ <span class="skill-card">debate</span>
690
+ <span class="skill-card">web-auth</span>
691
+ <span class="skill-card">web-browse</span>
617
692
  </div>
618
693
  </div>
619
694
  </div>
package/site/ux-spec.md CHANGED
@@ -94,7 +94,7 @@ Scroll order with rationale for each section. All sections are full-width, alter
94
94
  - **Single column on mobile:** Text above, terminal below. Stack with 48px gap.
95
95
 
96
96
  ### Left Column Content
97
- 1. **Badge** (top, above title): Small pill showing version or "11 plugins . 40 agents . 26 skills"
97
+ 1. **Badge** (top, above title): Small pill showing version or "15 plugins . 35 agents . 32 skills"
98
98
  - Background: `rgba(99, 102, 241, 0.12)`, border: `1px solid rgba(99, 102, 241, 0.25)`, border-radius: 9999px
99
99
  - Font: 13px, font-weight 500, primary accent color
100
100
  - Padding: 4px 14px
@@ -104,7 +104,7 @@ Scroll order with rationale for each section. All sections are full-width, alter
104
104
  - Color: white
105
105
  - "entire dev workflow" portion highlighted with a subtle gradient text (primary-to-secondary accent via `background-clip: text`)
106
106
 
107
- 3. **Subtitle:** "11 plugins, 40 agents, 26 skills. From task selection to merged PR. Works with Claude Code, OpenCode, and Codex CLI."
107
+ 3. **Subtitle:** "15 plugins, 35 agents, 32 skills. From task selection to merged PR. Works with Claude Code, OpenCode, Codex CLI, Cursor, and Kiro."
108
108
  - Font: 18px on desktop, 16px on mobile, font-weight 400, line-height 1.6
109
109
  - Color: `rgba(255, 255, 255, 0.6)`
110
110
  - Max-width: 520px
@@ -226,10 +226,10 @@ Done. Task to merged PR in 12 minutes.
226
226
  ### Stats (left to right)
227
227
  | Stat | Value | Label |
228
228
  |------|-------|-------|
229
- | 1 | 11 | Plugins |
230
- | 2 | 40 | Agents |
231
- | 3 | 26 | Skills |
232
- | 4 | 3,357 | Tests Passing |
229
+ | 1 | 14 | Plugins |
230
+ | 2 | 43 | Agents |
231
+ | 3 | 30 | Skills |
232
+ | 4 | 3,750 | Tests Passing |
233
233
 
234
234
  ### Styling
235
235
  - **Number:** 48px, font-weight 700, white, `font-variant-numeric: tabular-nums` (prevents layout shift during count)
@@ -650,13 +650,13 @@ This disables:
650
650
  ### Head Content
651
651
  ```html
652
652
  <title>AgentSys - Agent Runtime &amp; Orchestration System</title>
653
- <meta name="description" content="A modular runtime and orchestration system for AI agents. 12 plugins, 41 agents, 27 skills — structured pipelines for Claude Code, OpenCode, and Codex CLI.">
653
+ <meta name="description" content="A modular runtime and orchestration system for AI agents. 15 plugins, 35 agents, 32 skills — structured pipelines for Claude Code, OpenCode, Codex CLI, Cursor, and Kiro.">
654
654
  <meta name="viewport" content="width=device-width, initial-scale=1">
655
655
  <meta name="theme-color" content="#0a0a0f">
656
656
 
657
657
  <!-- Open Graph -->
658
658
  <meta property="og:title" content="AgentSys">
659
- <meta property="og:description" content="AI workflow automation. 11 plugins, 40 agents, 26 skills. Task to merged PR.">
659
+ <meta property="og:description" content="AI workflow automation. 15 plugins, 35 agents, 32 skills. Task to merged PR.">
660
660
  <meta property="og:image" content="https://agent-sh.github.io/agentsys/assets/og-image.png">
661
661
  <meta property="og:url" content="https://agent-sh.github.io/agentsys/">
662
662
  <meta property="og:type" content="website">
@@ -664,7 +664,7 @@ This disables:
664
664
  <!-- Twitter Card -->
665
665
  <meta name="twitter:card" content="summary_large_image">
666
666
  <meta name="twitter:title" content="AgentSys">
667
- <meta name="twitter:description" content="AI workflow automation. 11 plugins, 40 agents, 26 skills.">
667
+ <meta name="twitter:description" content="AI workflow automation. 15 plugins, 35 agents, 32 skills.">
668
668
  <meta name="twitter:image" content="https://agent-sh.github.io/agentsys/assets/og-image.png">
669
669
  ```
670
670
 
@@ -1,231 +0,0 @@
1
- # Agent Knowledge Base
2
-
3
- > Learning guides created by /learn. Reference these when answering questions about listed topics.
4
-
5
- ## Available Topics
6
-
7
- | Topic | File | Sources | Depth | Created |
8
- |-------|------|---------|-------|---------|
9
- | AI CLI Non-Interactive & Programmatic Usage | ai-cli-non-interactive-programmatic-usage.md | 52 | deep | 2026-02-10 |
10
- | AI CLI Advanced Integration (MCP, SDKs, Cross-Tool) | ai-cli-advanced-integration-patterns.md | 38 | deep | 2026-02-10 |
11
- | Skill/Plugin Distribution Patterns | skill-plugin-distribution-patterns.md | 40 | deep | 2026-02-21 |
12
- | All-in-One Plus Modular Packages | all-in-one-plus-modular-packages.md | 40 | deep | 2026-02-21 |
13
- | GitHub Org Project Management (Multi-Repo OSS) | github-org-project-management.md | 15 | deep | 2026-02-21 |
14
- | GitHub Organization Structure Patterns | github-org-structure-patterns.md | 18 | deep | 2026-02-21 |
15
- | Multi-Product Org Docs & Website Architecture | multi-product-org-docs.md | 42 | deep | 2026-02-21 |
16
- | ACP with Codex, Gemini, Copilot, Claude | acp-with-codex-gemini-copilot-claude.md | 24 | medium | 2026-03-02 |
17
-
18
- ## Trigger Phrases
19
-
20
- Use this knowledge when user asks about:
21
- - "How to use claude -p" -> ai-cli-non-interactive-programmatic-usage.md
22
- - "Non-interactive AI CLI" -> ai-cli-non-interactive-programmatic-usage.md
23
- - "Claude Code programmatic" -> ai-cli-non-interactive-programmatic-usage.md
24
- - "Gemini CLI headless" -> ai-cli-non-interactive-programmatic-usage.md
25
- - "Codex CLI quiet mode" -> ai-cli-non-interactive-programmatic-usage.md
26
- - "OpenCode non-interactive" -> ai-cli-non-interactive-programmatic-usage.md
27
- - "AI CLI session management" -> ai-cli-non-interactive-programmatic-usage.md
28
- - "Claude Agent SDK" -> ai-cli-non-interactive-programmatic-usage.md
29
- - "Consultant pattern AI" -> ai-cli-non-interactive-programmatic-usage.md
30
- - "Piping to AI CLI" -> ai-cli-non-interactive-programmatic-usage.md
31
- - "Structured output from AI CLI" -> ai-cli-non-interactive-programmatic-usage.md
32
- - "AI in CI/CD" -> ai-cli-non-interactive-programmatic-usage.md
33
- - "claude mcp serve" -> ai-cli-advanced-integration-patterns.md
34
- - "MCP server mode" -> ai-cli-advanced-integration-patterns.md
35
- - "AI CLI MCP integration" -> ai-cli-advanced-integration-patterns.md
36
- - "Gemini CLI extensions" -> ai-cli-advanced-integration-patterns.md
37
- - "Codex MCP" -> ai-cli-advanced-integration-patterns.md
38
- - "Crush OpenCode" -> ai-cli-advanced-integration-patterns.md
39
- - "Agent SDK hosting" -> ai-cli-advanced-integration-patterns.md
40
- - "AI CLI server mode" -> ai-cli-advanced-integration-patterns.md
41
- - "Claude Code as service" -> ai-cli-advanced-integration-patterns.md
42
- - "Plugin distribution patterns" -> skill-plugin-distribution-patterns.md
43
- - "npm vs git submodules vs vendoring" -> skill-plugin-distribution-patterns.md
44
- - "How to distribute CLI plugins" -> skill-plugin-distribution-patterns.md
45
- - "Plugin registry architecture" -> skill-plugin-distribution-patterns.md
46
- - "Extension marketplace design" -> skill-plugin-distribution-patterns.md
47
- - "asdf mise plugin model" -> skill-plugin-distribution-patterns.md
48
- - "Terraform provider registry" -> skill-plugin-distribution-patterns.md
49
- - "Homebrew taps" -> skill-plugin-distribution-patterns.md
50
- - "oh-my-zsh plugin system" -> skill-plugin-distribution-patterns.md
51
- - "Plugin contract design" -> skill-plugin-distribution-patterns.md
52
- - "Small ecosystem plugin strategy" -> skill-plugin-distribution-patterns.md
53
- - "Convention-based plugin discovery" -> skill-plugin-distribution-patterns.md
54
- - "monorepo packages" -> all-in-one-plus-modular-packages.md
55
- - "meta-package pattern" -> all-in-one-plus-modular-packages.md
56
- - "batteries included but removable" -> all-in-one-plus-modular-packages.md
57
- - "npm workspaces" -> all-in-one-plus-modular-packages.md
58
- - "pnpm workspaces" -> all-in-one-plus-modular-packages.md
59
- - "Lerna monorepo" -> all-in-one-plus-modular-packages.md
60
- - "Changesets versioning" -> all-in-one-plus-modular-packages.md
61
- - "modular package architecture" -> all-in-one-plus-modular-packages.md
62
- - "scoped npm packages" -> all-in-one-plus-modular-packages.md
63
- - "plugin architecture" -> all-in-one-plus-modular-packages.md
64
- - "CLI installer pattern" -> all-in-one-plus-modular-packages.md
65
- - "degit tiged scaffolding" -> all-in-one-plus-modular-packages.md
66
- - "dual CJS ESM" -> all-in-one-plus-modular-packages.md
67
- - "package exports map" -> all-in-one-plus-modular-packages.md
68
- - "independent versioning" -> all-in-one-plus-modular-packages.md
69
- - "GitHub releases distribution" -> all-in-one-plus-modular-packages.md
70
- - "AWS SDK v3 modular" -> all-in-one-plus-modular-packages.md
71
- - "lodash per-method packages" -> all-in-one-plus-modular-packages.md
72
- - "Babel plugin architecture" -> all-in-one-plus-modular-packages.md
73
- - "Turborepo Nx Rush" -> all-in-one-plus-modular-packages.md
74
- - "GitHub Projects v2" -> github-org-project-management.md
75
- - "org-level project management" -> github-org-project-management.md
76
- - "multi-repo GitHub board" -> github-org-project-management.md
77
- - "GitHub Issue Types" -> github-org-project-management.md
78
- - "GitHub sub-issues" -> github-org-project-management.md
79
- - "GitHub roadmap project" -> github-org-project-management.md
80
- - "addProjectV2ItemById" -> github-org-project-management.md
81
- - "actions/add-to-project" -> github-org-project-management.md
82
- - "Kubernetes SIG model" -> github-org-project-management.md
83
- - "RFC process GitHub" -> github-org-project-management.md
84
- - "cross-repo issue tracking" -> github-org-project-management.md
85
- - "GitHub Projects automation" -> github-org-project-management.md
86
- - "GitHub org structure" -> github-org-structure-patterns.md
87
- - "GitHub .github repo" -> github-org-structure-patterns.md
88
- - "org community health files" -> github-org-structure-patterns.md
89
- - "reusable GitHub Actions workflows" -> github-org-structure-patterns.md
90
- - "CODEOWNERS working groups" -> github-org-structure-patterns.md
91
- - "GitHub org profile README" -> github-org-structure-patterns.md
92
- - "developer tool org layout" -> github-org-structure-patterns.md
93
- - "open source org patterns" -> github-org-structure-patterns.md
94
- - "multi-product docs" -> multi-product-org-docs.md
95
- - "documentation architecture" -> multi-product-org-docs.md
96
- - "docs site structure" -> multi-product-org-docs.md
97
- - "Docusaurus multi-instance" -> multi-product-org-docs.md
98
- - "Starlight Astro docs" -> multi-product-org-docs.md
99
- - "Mintlify docs" -> multi-product-org-docs.md
100
- - "VitePress multi-sidebar" -> multi-product-org-docs.md
101
- - "developer portal" -> multi-product-org-docs.md
102
- - "plugin catalog page" -> multi-product-org-docs.md
103
- - "marketplace page design" -> multi-product-org-docs.md
104
- - "docs SEO multi-product" -> multi-product-org-docs.md
105
- - "hub and spoke docs" -> multi-product-org-docs.md
106
- - "unified docs vs separate sites" -> multi-product-org-docs.md
107
- - "llms.txt AI discoverability" -> multi-product-org-docs.md
108
- - "GitHub Pages org site docs" -> multi-product-org-docs.md
109
- - "HashiCorp developer portal" -> multi-product-org-docs.md
110
- - "Supabase docs structure" -> multi-product-org-docs.md
111
- - "agent-sh website" -> multi-product-org-docs.md
112
- - "agnix docs separate site" -> multi-product-org-docs.md
113
- - "plugin catalog generation" -> multi-product-org-docs.md
114
- - "cross-product navigation" -> multi-product-org-docs.md
115
- - "product switcher docs" -> multi-product-org-docs.md
116
- - "Diataxis framework" -> multi-product-org-docs.md
117
- - "Pagefind search" -> multi-product-org-docs.md
118
- - "docs-as-code" -> multi-product-org-docs.md
119
- - "ACP protocol" -> acp-with-codex-gemini-copilot-claude.md
120
- - "Agent Communication Protocol" -> acp-with-codex-gemini-copilot-claude.md
121
- - "A2A protocol" -> acp-with-codex-gemini-copilot-claude.md
122
- - "agent to agent communication" -> acp-with-codex-gemini-copilot-claude.md
123
- - "cross AI tool communication" -> acp-with-codex-gemini-copilot-claude.md
124
- - "MCP vs ACP vs A2A" -> acp-with-codex-gemini-copilot-claude.md
125
- - "Codex CLI agent protocol" -> acp-with-codex-gemini-copilot-claude.md
126
- - "Gemini CLI agent protocol" -> acp-with-codex-gemini-copilot-claude.md
127
- - "Copilot agent communication" -> acp-with-codex-gemini-copilot-claude.md
128
- - "Claude Code agent teams" -> acp-with-codex-gemini-copilot-claude.md
129
- - "Claude Agent SDK multi-agent" -> acp-with-codex-gemini-copilot-claude.md
130
- - "sequential thinking MCP" -> acp-with-codex-gemini-copilot-claude.md
131
- - "MCP bridge server" -> acp-with-codex-gemini-copilot-claude.md
132
- - "BeeAI Agent Stack" -> acp-with-codex-gemini-copilot-claude.md
133
- - "Kiro ACP" -> acp-with-codex-gemini-copilot-claude.md
134
- - "Cross-tool MCP bridges" -> acp-with-codex-gemini-copilot-claude.md
135
- - "ACP SDK" -> acp-with-codex-gemini-copilot-claude.md
136
- - "A2A SDK" -> acp-with-codex-gemini-copilot-claude.md
137
- - "agent interoperability" -> acp-with-codex-gemini-copilot-claude.md
138
- - "Agent Cards A2A" -> acp-with-codex-gemini-copilot-claude.md
139
- - "claude mcp serve cross-tool" -> acp-with-codex-gemini-copilot-claude.md
140
-
141
- ## Quick Lookup
142
-
143
- | Keyword | Guide |
144
- |---------|-------|
145
- | claude -p, headless, non-interactive | ai-cli-non-interactive-programmatic-usage.md |
146
- | gemini cli, gemini -p | ai-cli-non-interactive-programmatic-usage.md |
147
- | codex cli, codex -q | ai-cli-non-interactive-programmatic-usage.md |
148
- | opencode, opencode -p | ai-cli-non-interactive-programmatic-usage.md |
149
- | agent sdk, claude-agent-sdk | ai-cli-non-interactive-programmatic-usage.md |
150
- | session, resume, continue | ai-cli-non-interactive-programmatic-usage.md |
151
- | json output, structured output | ai-cli-non-interactive-programmatic-usage.md |
152
- | mcp, model context protocol | ai-cli-non-interactive-programmatic-usage.md |
153
- | subprocess, spawn, piping | ai-cli-non-interactive-programmatic-usage.md |
154
- | consultant pattern | ai-cli-non-interactive-programmatic-usage.md |
155
- | claude mcp serve, mcp server | ai-cli-advanced-integration-patterns.md |
156
- | gemini extensions, a2a protocol | ai-cli-advanced-integration-patterns.md |
157
- | codex shell-tool-mcp | ai-cli-advanced-integration-patterns.md |
158
- | crush, opencode successor | ai-cli-advanced-integration-patterns.md |
159
- | agent sdk hosting, containers | ai-cli-advanced-integration-patterns.md |
160
- | cross-tool mcp, tool integration | ai-cli-advanced-integration-patterns.md |
161
- | remote agents, long-running | ai-cli-advanced-integration-patterns.md |
162
- | plugin distribution, extension marketplace | skill-plugin-distribution-patterns.md |
163
- | npm packages, vendoring, git submodules | skill-plugin-distribution-patterns.md |
164
- | terraform registry, homebrew taps | skill-plugin-distribution-patterns.md |
165
- | asdf plugins, mise backends | skill-plugin-distribution-patterns.md |
166
- | plugin contract, plugin protocol | skill-plugin-distribution-patterns.md |
167
- | oh-my-zsh, zsh plugins, vim plugins | skill-plugin-distribution-patterns.md |
168
- | vscode extensions, grafana plugins | skill-plugin-distribution-patterns.md |
169
- | small ecosystem, plugin discovery | skill-plugin-distribution-patterns.md |
170
- | monorepo, workspaces, multi-package | all-in-one-plus-modular-packages.md |
171
- | lerna, changesets, turborepo, nx, rush | all-in-one-plus-modular-packages.md |
172
- | meta-package, re-export, barrel | all-in-one-plus-modular-packages.md |
173
- | lodash, aws-sdk, babel, eslint, angular | all-in-one-plus-modular-packages.md |
174
- | plugin architecture, core + plugins | all-in-one-plus-modular-packages.md |
175
- | degit, tiged, create-react-app, scaffolding | all-in-one-plus-modular-packages.md |
176
- | npm publish, semantic-release, np | all-in-one-plus-modular-packages.md |
177
- | CJS, ESM, dual module, exports map | all-in-one-plus-modular-packages.md |
178
- | cargo workspaces, go modules, pip extras | all-in-one-plus-modular-packages.md |
179
- | github releases, binary distribution | all-in-one-plus-modular-packages.md |
180
- | github projects v2, projects board | github-org-project-management.md |
181
- | issue types, sub-issues, github hierarchy | github-org-project-management.md |
182
- | cross-repo tracking, org project | github-org-project-management.md |
183
- | graphql addProjectV2ItemById | github-org-project-management.md |
184
- | actions/add-to-project, auto-add | github-org-project-management.md |
185
- | kubernetes SIG, KEP, enhancement proposals | github-org-project-management.md |
186
- | rust RFC, working groups | github-org-project-management.md |
187
- | astro roadmap, withastro | github-org-project-management.md |
188
- | github public roadmap, shipped label | github-org-project-management.md |
189
- | iteration fields, sprint planning github | github-org-project-management.md |
190
- | label sync, org labels | github-org-project-management.md |
191
- | .github repo, org defaults, community health | github-org-structure-patterns.md |
192
- | CODEOWNERS, working groups, wg-tauri | github-org-structure-patterns.md |
193
- | reusable workflows, workflow_call | github-org-structure-patterns.md |
194
- | org profile README, pinned repos | github-org-structure-patterns.md |
195
- | bun org, deno org, astro org | github-org-structure-patterns.md |
196
- | AI contribution policy, AI disclosure | github-org-structure-patterns.md |
197
- | just commands, justfile | github-org-structure-patterns.md |
198
- | starter workflows, workflow-templates | github-org-structure-patterns.md |
199
- | github pages org site | github-org-structure-patterns.md |
200
- | verified domain github | github-org-structure-patterns.md |
201
- | multi-product docs, documentation architecture | multi-product-org-docs.md |
202
- | Docusaurus, Starlight, Mintlify, VitePress | multi-product-org-docs.md |
203
- | developer portal, docs site structure | multi-product-org-docs.md |
204
- | plugin catalog, marketplace page | multi-product-org-docs.md |
205
- | docs SEO, llms.txt, AI discoverability | multi-product-org-docs.md |
206
- | hub-and-spoke, unified portal | multi-product-org-docs.md |
207
- | HashiCorp, Supabase, Vercel docs | multi-product-org-docs.md |
208
- | product switcher, cross-product navigation | multi-product-org-docs.md |
209
- | Diataxis, docs-as-code | multi-product-org-docs.md |
210
- | Pagefind, Algolia DocSearch | multi-product-org-docs.md |
211
- | agent-sh website, agnix docs | multi-product-org-docs.md |
212
- | GitBook, ReadMe, Nextra | multi-product-org-docs.md |
213
- | GitHub Pages docs hosting | multi-product-org-docs.md |
214
- | Cloudflare Pages, Vercel hosting | multi-product-org-docs.md |
215
- | ACP, Agent Communication Protocol | acp-with-codex-gemini-copilot-claude.md |
216
- | A2A, Agent2Agent, agent-to-agent | acp-with-codex-gemini-copilot-claude.md |
217
- | ACP vs MCP vs A2A | acp-with-codex-gemini-copilot-claude.md |
218
- | BeeAI, Agent Stack, agent interop | acp-with-codex-gemini-copilot-claude.md |
219
- | agent teams, subagents, multi-agent | acp-with-codex-gemini-copilot-claude.md |
220
- | MCP bridge, Gemini bridge, OpenAI bridge | acp-with-codex-gemini-copilot-claude.md |
221
- | sequential thinking, cross-AI reasoning | acp-with-codex-gemini-copilot-claude.md |
222
- | Agent Cards, agent discovery | acp-with-codex-gemini-copilot-claude.md |
223
- | claude mcp serve, claude as MCP server | acp-with-codex-gemini-copilot-claude.md |
224
- | acp-sdk, a2a-sdk | acp-with-codex-gemini-copilot-claude.md |
225
-
226
- ## How to Use
227
-
228
- 1. Check if user question matches a topic
229
- 2. Read the relevant guide file
230
- 3. Answer based on synthesized knowledge
231
- 4. Cite the guide if user asks for sources