Skip to content

docs: update skill count 119 → 125 in README.md and AGENTS.md#859

Closed
chris-yyau wants to merge 1 commit intoaffaan-m:mainfrom
chris-yyau:fix/catalog-count-mismatch
Closed

docs: update skill count 119 → 125 in README.md and AGENTS.md#859
chris-yyau wants to merge 1 commit intoaffaan-m:mainfrom
chris-yyau:fix/catalog-count-mismatch

Conversation

@chris-yyau
Copy link
Copy Markdown
Contributor

@chris-yyau chris-yyau commented Mar 24, 2026

Summary

  • CI Validate Components check fails on all branches (including main) because 6 skills were added without updating documented counts
  • Updates the 3 occurrences of 119125 in README.md and AGENTS.md

Changes

File Location Change
README.md Quick-start summary (line 215) 119 → 125
README.md Comparison table (line 1088) 119 → 125
AGENTS.md Summary (line 3) 119 → 125

Test plan

  • node scripts/ci/catalog.js --text passes after change
  • No other content changes

🤖 Generated with Claude Code


Summary by cubic

Fixed CI failures by updating the documented skills count from 119 to 125. Aligns README.md and AGENTS.md with the current catalog so the Validate Components check passes on all branches.

  • Bug Fixes
    • Updated three occurrences of the skills count in README.md (quick start and comparison table) and AGENTS.md.

Written for commit 2afcce7. Summary will update on new commits.

Summary by CodeRabbit

  • Documentation
    • Updated documentation to reflect expanded plugin capability catalog, now supporting 125 workflow skills (increased from 119).

The catalog validator CI check fails on all branches because 6 skills
were added without updating the documented counts. This fixes the
3 occurrences (README quick-start, README comparison table, AGENTS.md
summary).

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
Copilot AI review requested due to automatic review settings March 24, 2026 08:04
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 24, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 57c60c78-639c-4863-97f9-6c2bbdb4557a

📥 Commits

Reviewing files that changed from the base of the PR and between df4f2df and 2afcce7.

📒 Files selected for processing (2)
  • AGENTS.md
  • README.md

📝 Walkthrough

Walkthrough

Documentation updates reflecting an increase in the plugin's workflow skill catalog from 119 to 125 capabilities across multiple files without any functional or version changes.

Changes

Cohort / File(s) Summary
Documentation Catalog Updates
AGENTS.md, README.md
Updated skill count from 119 to 125 in documentation inventory sections, including the install confirmation message and feature parity comparison table.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Suggested reviewers

  • affaan-m

Poem

🐰 Six more skills have hopped into the fold,
From one-one-nine to one-two-five bold,
The docs now dance with numbers so true,
Our catalog grew, and we grew right on through!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title directly and specifically summarizes the main change: updating skill count documentation from 119 to 125 across README.md and AGENTS.md.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps bot commented Mar 24, 2026

Greptile Summary

This PR fixes a documentation drift issue by updating the skill count from 119125 in the three locations where it was documented (README.md quick-start summary, README.md comparison table, and AGENTS.md summary line). The actual repository contains exactly 125 SKILL.md files, so the new values are correct and will unblock the Validate Components CI check.

  • All three targeted occurrences are correctly updated to 125
  • The catalog.js CI script was reviewed and confirms 125 SKILL.md files exist under skills/*/SKILL.md
  • AGENTS.md line 145 (project structure block) still documents 117 skills — CI passes here because catalog.js uses a minimum comparison for that entry, but it is stale and inconsistent with the rest of the file

Confidence Score: 5/5

  • Safe to merge — changes are purely documentation count updates with no functional impact.
  • The actual skill count (125 SKILL.md files) matches the documented value after this PR. The changes are isolated to two documentation files with no logic or configuration alterations. The only minor concern is a separate stale count (117) in the AGENTS.md project structure block, but that is a pre-existing inconsistency not introduced by this PR and does not affect CI.
  • AGENTS.md line 145 has a stale skill count (117) in the project structure section that was not addressed by this PR.

Important Files Changed

Filename Overview
AGENTS.md Summary line (line 3) correctly updated from 119 → 125, but the project structure block at line 145 still documents 117 skills — this is stale and inconsistent.
README.md All three skill-count references in README.md correctly updated to 125; no other issues found.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[skills/*/SKILL.md\n125 files on disk] --> B[scripts/ci/catalog.js\nbuildCatalog]
    B --> C{Validate counts}
    C --> D[README.md quick-start\n✅ 125 skills exact]
    C --> E[README.md comparison table\n✅ 125 skills exact]
    C --> F[AGENTS.md summary\n✅ 125 skills exact]
    C --> G[AGENTS.md project structure\n⚠️ 117 skills minimum\n125 >= 117 → passes]
Loading

Comments Outside Diff (1)

  1. AGENTS.md, line 145 (link)

    P2 Stale skill count in project structure

    The project structure section still documents 117 skills while the summary above (line 3) and the actual repository now contain 125. The catalog.js CI check uses a minimum comparison for this line, so it won't fail — but the count is stale and inconsistent with the rest of the file.

    Fix in Claude Code

Fix All in Claude Code

Reviews (1): Last reviewed commit: "docs: update skill count 119 → 125 in RE..." | Re-trigger Greptile

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

This PR updates the documented “skills” count so it matches the repository catalog verification enforced by CI (scripts/ci/catalog.js), unblocking the Validate Components check.

Changes:

  • Update README quick-start summary skills count from 119 → 125
  • Update README feature parity table skills count from 119 → 125
  • Update AGENTS.md summary skills count from 119 → 125

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
README.md Updates the two catalog count references parsed by the CI catalog verifier.
AGENTS.md Updates the catalog summary line parsed by the CI catalog verifier.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 2 files

@affaan-m
Copy link
Copy Markdown
Owner

Closing as stale. This doc-count-only update targeted 119→125, but current main is far past that and the live catalog is already 30 agents / 135 skills. Keeping this open just creates false-red CI and queue noise.

@affaan-m affaan-m closed this Mar 29, 2026
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.

3 participants