-
Notifications
You must be signed in to change notification settings - Fork 50
feat: register web-ctl as plugin #14 #263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
168b65b
feb8d19
1c302ec
8c384e5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -91,9 +91,9 @@ bin/cli.js → npm CLI installer | |
| |--------|--------|--------|---------| | ||
| <!-- GEN:END:claude-architecture --> | ||
|
|
||
| > Note: `plugins/ → 0 plugins` is correct — all 13 plugins now live in standalone repos under | ||
| > the [agent-sh](https://github.com/agent-sh) org. The ecosystem-wide counts (13 plugins, | ||
| > 42 agents, 28 skills) reflect all repos combined. agentsys is the marketplace and installer. | ||
| > Note: `plugins/ → 0 plugins` is correct — all 14 plugins now live in standalone repos under | ||
| > the [agent-sh](https://github.com/agent-sh) org. The ecosystem-wide counts (14 plugins, | ||
| > 43 agents, 30 skills) reflect all repos combined. agentsys is the marketplace and installer. | ||
|
Comment on lines
+94
to
+96
|
||
|
|
||
| **Pattern**: `Command → Agent → Skill` (orchestration → invocation → implementation) | ||
| </architecture> | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,6 +12,7 @@ | |
| | All-in-One Plus Modular Packages | all-in-one-plus-modular-packages.md | 40 | deep | 2026-02-21 | | ||
| | GitHub Org Project Management (Multi-Repo OSS) | github-org-project-management.md | 15 | deep | 2026-02-21 | | ||
| | GitHub Organization Structure Patterns | github-org-structure-patterns.md | 18 | deep | 2026-02-21 | | ||
| | Multi-Product Org Docs & Website Architecture | multi-product-org-docs.md | 42 | deep | 2026-02-21 | | ||
|
|
||
|
Comment on lines
13
to
16
|
||
| ## Trigger Phrases | ||
|
|
||
|
|
@@ -91,6 +92,31 @@ Use this knowledge when user asks about: | |
| - "GitHub org profile README" -> github-org-structure-patterns.md | ||
| - "developer tool org layout" -> github-org-structure-patterns.md | ||
| - "open source org patterns" -> github-org-structure-patterns.md | ||
| - "multi-product docs" -> multi-product-org-docs.md | ||
| - "documentation architecture" -> multi-product-org-docs.md | ||
| - "docs site structure" -> multi-product-org-docs.md | ||
| - "Docusaurus multi-instance" -> multi-product-org-docs.md | ||
| - "Starlight Astro docs" -> multi-product-org-docs.md | ||
| - "Mintlify docs" -> multi-product-org-docs.md | ||
| - "VitePress multi-sidebar" -> multi-product-org-docs.md | ||
| - "developer portal" -> multi-product-org-docs.md | ||
| - "plugin catalog page" -> multi-product-org-docs.md | ||
| - "marketplace page design" -> multi-product-org-docs.md | ||
| - "docs SEO multi-product" -> multi-product-org-docs.md | ||
| - "hub and spoke docs" -> multi-product-org-docs.md | ||
| - "unified docs vs separate sites" -> multi-product-org-docs.md | ||
| - "llms.txt AI discoverability" -> multi-product-org-docs.md | ||
| - "GitHub Pages org site docs" -> multi-product-org-docs.md | ||
| - "HashiCorp developer portal" -> multi-product-org-docs.md | ||
| - "Supabase docs structure" -> multi-product-org-docs.md | ||
| - "agent-sh website" -> multi-product-org-docs.md | ||
| - "agnix docs separate site" -> multi-product-org-docs.md | ||
| - "plugin catalog generation" -> multi-product-org-docs.md | ||
| - "cross-product navigation" -> multi-product-org-docs.md | ||
| - "product switcher docs" -> multi-product-org-docs.md | ||
| - "Diataxis framework" -> multi-product-org-docs.md | ||
| - "Pagefind search" -> multi-product-org-docs.md | ||
| - "docs-as-code" -> multi-product-org-docs.md | ||
|
|
||
| ## Quick Lookup | ||
|
|
||
|
|
@@ -152,6 +178,20 @@ Use this knowledge when user asks about: | |
| | starter workflows, workflow-templates | github-org-structure-patterns.md | | ||
| | github pages org site | github-org-structure-patterns.md | | ||
| | verified domain github | github-org-structure-patterns.md | | ||
| | multi-product docs, documentation architecture | multi-product-org-docs.md | | ||
| | Docusaurus, Starlight, Mintlify, VitePress | multi-product-org-docs.md | | ||
| | developer portal, docs site structure | multi-product-org-docs.md | | ||
| | plugin catalog, marketplace page | multi-product-org-docs.md | | ||
| | docs SEO, llms.txt, AI discoverability | multi-product-org-docs.md | | ||
| | hub-and-spoke, unified portal | multi-product-org-docs.md | | ||
| | HashiCorp, Supabase, Vercel docs | multi-product-org-docs.md | | ||
| | product switcher, cross-product navigation | multi-product-org-docs.md | | ||
| | Diataxis, docs-as-code | multi-product-org-docs.md | | ||
| | Pagefind, Algolia DocSearch | multi-product-org-docs.md | | ||
| | agent-sh website, agnix docs | multi-product-org-docs.md | | ||
| | GitBook, ReadMe, Nextra | multi-product-org-docs.md | | ||
| | GitHub Pages docs hosting | multi-product-org-docs.md | | ||
| | Cloudflare Pages, Vercel hosting | multi-product-org-docs.md | | ||
|
|
||
| ## How to Use | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Top-level marketplace
descriptionsays “14 specialized plugins…” but the feature list that follows doesn’t mention browser automation/web testing (the newly added web-ctl plugin). This makes the description internally inconsistent; either add browser automation to the list or rephrase to avoid enumerating plugin areas.