Skip to content

docs: add 6 missing plugins and align counts to 20/49/41#13

Merged
avifenesh merged 2 commits intomainfrom
docs/add-6-missing-plugins
Apr 15, 2026
Merged

docs: add 6 missing plugins and align counts to 20/49/41#13
avifenesh merged 2 commits intomainfrom
docs/add-6-missing-plugins

Conversation

@avifenesh
Copy link
Copy Markdown
Contributor

@avifenesh avifenesh commented Apr 15, 2026

Summary

plugins.json was missing 6 of the 19 agent-sh plugins entirely. This adds full entries for prepare-delivery, gate-and-ship, skillers, onboard, can-i-help, glidemq, and corresponding skill entries in skills.json.

Detail

  • plugins.json: 14 -> 20 entries (feat: add audit-project SKILL.md audit-project#17 also adds the missing audit-project SKILL.md, bumping its skills count 0 -> 1 here)
  • skills.json: +9 entries (2 skillers, 1 onboard, 1 can-i-help, 1 audit-project, 3 glidemq)
  • Totals now match the agentsys ecosystem: 49 agents (39 file-based + 10 role-based specialists), 41 skills

Test plan

  • `npm run build` succeeds (all 4 pages)
  • Per-plugin sum of agents = 49
  • Per-plugin sum of skills = skills.json length (41)
  • JSON parses cleanly

Related


Note

Low Risk
Low risk: data-only updates to plugins.json/skills.json that affect catalog listings and displayed counts, with no runtime logic changes.

Overview
Expands the catalog data by adding full entries for six plugins (including prepare-delivery, gate-and-ship, skillers, onboard, can-i-help, glidemq) to src/data/plugins.json, and fixes audit-project’s skills from 0 to 1.

Adds corresponding new skill definitions to src/data/skills.json (prepare-delivery/orchestration gates, skillers recommendations/compaction, onboarding and contributor-matching skills, an audit-project skill, and glidemq build/migration skills), updating the totals used by the site’s plugin/skill directories.

Reviewed by Cursor Bugbot for commit a0d4a6e. Configure here.

plugins.json was missing 6 plugins entirely - prepare-delivery,
gate-and-ship, skillers, onboard, can-i-help, glidemq. Adding them
with correct agent/skill/command counts derived from each plugin repo.

skills.json was missing the skills for those new plugins plus
audit-project (just added in agent-sh/audit-project#17). Adding 9
skill entries: recommend, skillers-compact, onboard, can-i-help,
audit-project, glide-mq, glide-mq-migrate-bullmq, glide-mq-migrate-bee.

audit-project's skills count in plugins.json bumped from 0 -> 1 to
reflect the new SKILL.md upstream.

Totals after this change:
- 20 plugin entries (19 marketplace + glidemq)
- 49 agents (sum across plugins matches agentsys ecosystem total)
- 41 skills (sum across plugins matches skills.json entries)
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request expands the plugin and skill catalogs by adding several new entries, including 'prepare-delivery', 'gate-and-ship', 'skillers', 'onboard', 'can-i-help', and 'glidemq', while also updating the skill count for the 'audit-project' plugin. Feedback indicates that the 'prepare-delivery' plugin is missing the 'agnix' dependency and references a non-existent 'simplify' skill in its description. Additionally, hardcoded counts in 'src/pages/skills.astro' should be updated or made dynamic to maintain consistency with the new data.

Comment thread src/data/plugins.json Outdated
Comment thread src/data/skills.json
Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 2 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit a0d4a6e. Configure here.

Comment thread src/data/skills.json
Comment thread src/data/plugins.json
…n count

Gemini and Cursor flagged:
- prepare-delivery description listed 'simplify' (not a real plugin) and
  was missing 'agnix' from its dependencies array
- skills.astro had hardcoded '33 skills across 14 plugins' (now 41/20)
- index.astro hero badge had hardcoded '18 repos' even though pluginCount
  is already computed; using {pluginCount} here too so it stays in sync
@avifenesh avifenesh merged commit d4cb465 into main Apr 15, 2026
3 checks passed
@avifenesh avifenesh deleted the docs/add-6-missing-plugins branch April 15, 2026 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant