docs: add agnix to skills table, align skill count 40 -> 41#330
docs: add agnix to skills table, align skill count 40 -> 41#330
Conversation
The agnix plugin has a real SKILL.md at skills/agnix/SKILL.md but was missing from the agentsys Skills category table and from STATIC_SKILLS in generate-docs.js. With audit-project now also having a real SKILL.md (agent-sh/audit-project#17), the canonical ecosystem total is 41: - 4 prepare-delivery + 1 next-task + 1 ship + 1 deslop + 1 audit-project - 1 drift-detect + 9 enhance + 1 sync-docs + 1 repo-intel + 8 perf - 1 learn + 1 agnix + 1 consult + 1 debate + 2 web-ctl + 2 skillers - 1 onboard + 1 can-i-help + 3 glidemq Updated: - README.md: 40 -> 41 in 4 locations, added 'Linting | agnix' row - site/content.json: regenerated, 40 -> 41 - site/index.html: 40 -> 41 in meta/og/twitter/hero/section title/data-target - site/ux-spec.md: 40 -> 41 in badge, subtitle, meta tags - scripts/generate-docs.js: added agnix to STATIC_SKILLS Tests pass (3507).
There was a problem hiding this comment.
Code Review
This pull request adds the 'agnix' skill, increasing the total count to 41 across the project's documentation and website. Feedback highlights the need to update the documentation generation script to maintain category ordering and correct rule counts. Additionally, the website's skills grid needs to be updated to include the new skill to match the updated headings.
There was a problem hiding this comment.
Pull request overview
Updates the repo’s documented skill enumeration to include the previously missing agnix skill, and aligns the public “skills” count across docs and the marketing site.
Changes:
- Add
agnixto the README skills table under a new Linting category. - Add
{ plugin: 'agnix', name: 'agnix' }toSTATIC_SKILLSso generated docs/stats can include it as a cross-repo skill. - Bump displayed skill count from 40 → 41 across site and UX spec copy.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| site/ux-spec.md | Updates UX spec copy/snippets to reflect 41 skills in badge/subtitle/meta examples. |
| site/index.html | Updates SEO/meta + UI counters/headings from 40 to 41 skills. |
| site/content.json | Updates the Skills stat value from 40 → 41. |
| scripts/generate-docs.js | Extends STATIC_SKILLS to include agnix so generated outputs can count/emit it. |
| README.md | Updates skill count and adds agnix to the skills category table. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- skills-grid: add agnix card so the displayed list matches the 41 count - COMMAND_SUMMARIES: 385 -> 399 rules in /agnix tagline (was missed in the original agnix rule-count migration) - content.json meta.description: 40 -> 41 (overlooked in main change) - README skills table: move Linting row from after Code Review to after Analysis, matching scripts/generate-docs.js categoryOrder
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 'prepare-delivery': 'Pre-ship quality gates: deslop, review, validation, docs sync', | ||
| 'gate-and-ship': 'Quality gates then ship (/prepare-delivery + /ship)', | ||
| 'agnix': 'Lint agent configurations (385 rules)', | ||
| 'agnix': 'Lint agent configurations (399 rules)', |
There was a problem hiding this comment.
The agnix command summary was updated to “399 rules”, but other canonical surfaces in this repo still state “385 rules” (e.g., .claude-plugin/marketplace.json, docs/ARCHITECTURE.md, docs/USAGE.md, site/assets/js/main.js, and site/content.json). This will leave the generated README commands table out of sync with the rest of the documentation/website. Please either revert this summary back to 385, or update the other referenced sources in the same PR so the rule count is consistent everywhere.
| 'agnix': 'Lint agent configurations (399 rules)', | |
| 'agnix': 'Lint agent configurations (385 rules)', |
Summary
Why
The agnix plugin has had a real SKILL.md at `skills/agnix/SKILL.md` for a while but was missing from this repo's Skills enumeration. With agent-sh/audit-project#17 also adding the missing audit-project SKILL.md, the ecosystem now has 41 real, file-based skills.
Test plan
Note
Low Risk
Documentation-only updates plus a small docs-generator list change; low risk aside from keeping displayed skill counts consistent across surfaces.
Overview
Adds
agnixas a first-class skill in the ecosystem docs. The README skills table now includes a new Linting category withagnix, and the docs generation script (scripts/generate-docs.js) includesagnixinSTATIC_SKILLSso generated sections stay in sync.Aligns displayed skill counts across surfaces. Updates the skill total from 40 → 41 in README,
site/content.json,site/index.html(meta/hero/stats/section headings), andsite/ux-spec.md.Reviewed by Cursor Bugbot for commit beabf13. Configure here.