Skip to content

Commit 00c72fd

Browse files
committed
review: address gemini and copilot comments
- 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
1 parent beabf13 commit 00c72fd

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ Each command works standalone. Together, they compose into end-to-end pipelines.
152152
| **Performance** | `baseline`, `benchmark`, `code-paths`, `investigation-logger`, `perf-analyzer`, `profile`, `theory-gatherer`, `theory-tester` |
153153
| **Cleanup** | `deslop`, `sync-docs` |
154154
| **Code Review** | `audit-project` |
155-
| **Linting** | `agnix` |
156155
| **AI Collaboration** | `consult`, `debate`, `learn`, `recommend`, `skillers-compact` |
157156
| **Onboarding** | `can-i-help`, `onboard` |
158157
| **Web** | `web-auth`, `web-browse` |
159158
| **Release** | `release` |
160159
| **Analysis** | `drift-analysis`, `repo-intel` |
160+
| **Linting** | `agnix` |
161161

162162
**External skill plugins** (standalone repos, installed separately):
163163

scripts/generate-docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ function generateCommandsTable(commands) {
193193
'next-task': 'Task workflow: discovery, implementation, PR, merge',
194194
'prepare-delivery': 'Pre-ship quality gates: deslop, review, validation, docs sync',
195195
'gate-and-ship': 'Quality gates then ship (/prepare-delivery + /ship)',
196-
'agnix': 'Lint agent configurations (385 rules)',
196+
'agnix': 'Lint agent configurations (399 rules)',
197197
'ship': 'PR creation, CI monitoring, merge',
198198
'deslop': 'Clean AI slop patterns',
199199
'perf': 'Performance investigation with baselines and profiling',

site/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@ <h3 class="agents-skills__skills-title anim-fade-up" data-delay="300">41 Skills
821821
<span class="skill-card">onboard</span>
822822
<span class="skill-card">can-i-help</span>
823823
<span class="skill-card">audit-project</span>
824+
<span class="skill-card">agnix</span>
824825
</div>
825826
</div>
826827
<div class="skill-group">

0 commit comments

Comments
 (0)