Skip to content

docs: update docs/getting-started/collections.md experimental row counts after caveman skill addition #2190

Description

@github-actions

Component: Documentation

Bug Description:
docs/getting-started/collections.md has stale artifact counts for the experimental collection row. PR #1861 added the caveman skill to the experimental collection and updated collections/experimental.collection.yml, but the Available Collections table in the documentation was not updated.

Specific stale values vs. actual counts from collections/experimental.collection.yml:

Field Current (stale) Actual (from YAML)
Agents 3 3 ✓
Prompts 0 2
Instructions 3 11
Skills 2 7

Expected Behavior:
The experimental row in docs/getting-started/collections.md should reflect current artifact counts from collections/experimental.collection.yml.

Steps to Reproduce:
PR #1861 (feat: add experimental Caveman response style skill) added .github/skills/experimental/caveman to the experimental collection. The collection YAML was updated but docs/getting-started/collections.md was not.

To verify:

grep "kind: agent" collections/experimental.collection.yml | wc -l      # returns 3
grep "kind: prompt" collections/experimental.collection.yml | wc -l     # returns 2
grep "kind: instruction" collections/experimental.collection.yml | wc -l # returns 11
grep "kind: skill" collections/experimental.collection.yml | wc -l      # returns 7

Additional Context:

Generated by Documentation Update Check · 412.1 AIC · ⌖ 12.6 AIC · ⊞ 34.4K ·

Metadata

Metadata

Assignees

Labels

agent-readydocumentationImprovements or additions to documentationneeds-triageRequires triage and prioritization

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions