Skip to content

docs: add agnix to skills table, align skill count 40 -> 41#330

Merged
avifenesh merged 3 commits intomainfrom
docs/add-agnix-skill-and-align-41
Apr 15, 2026
Merged

docs: add agnix to skills table, align skill count 40 -> 41#330
avifenesh merged 3 commits intomainfrom
docs/add-agnix-skill-and-align-41

Conversation

@avifenesh
Copy link
Copy Markdown
Collaborator

@avifenesh avifenesh commented Apr 15, 2026

Summary

  • Add `agnix` to the README Skills category table (new `Linting` row)
  • Add `{ plugin: 'agnix', name: 'agnix' }` to STATIC_SKILLS in generate-docs.js
  • Bump 40 -> 41 in README, site/index.html (meta + hero + section title + data-target), site/content.json, site/ux-spec.md

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

  • `npm test` passes (3507)
  • `gen-docs --check` returns fresh after regeneration
  • STATIC_SKILLS.length === 41
  • All 41 references display same number across README/site/ux-spec

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 agnix as a first-class skill in the ecosystem docs. The README skills table now includes a new Linting category with agnix, and the docs generation script (scripts/generate-docs.js) includes agnix in STATIC_SKILLS so 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), and site/ux-spec.md.

Reviewed by Cursor Bugbot for commit beabf13. Configure here.

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).
Copilot AI review requested due to automatic review settings April 15, 2026 08:33
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 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.

Comment thread README.md Outdated
Comment thread scripts/generate-docs.js
Comment thread site/index.html
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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 agnix to the README skills table under a new Linting category.
  • Add { plugin: 'agnix', name: 'agnix' } to STATIC_SKILLS so 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.

Comment thread site/content.json
Comment thread site/index.html
- 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
Copilot AI review requested due to automatic review settings April 15, 2026 08:41
@avifenesh avifenesh merged commit 40e0702 into main Apr 15, 2026
11 checks passed
@avifenesh avifenesh deleted the docs/add-agnix-skill-and-align-41 branch April 15, 2026 08:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.

Comment thread scripts/generate-docs.js
'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)',
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

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

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.

Suggested change
'agnix': 'Lint agent configurations (399 rules)',
'agnix': 'Lint agent configurations (385 rules)',

Copilot uses AI. Check for mistakes.
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.

2 participants