Update Ecosystem Index

Automatically updates the plugin/skill/agent counts in README.md based on the current plugins/ directory.

richfrem 86e8015 3 files · 1.4 KB Updated

File contents

Update Ecosystem Index

This skill provides the mechanical update logic for the repository's main README.md. It scans the filesystem and patches the documentation to match reality.

Usage

Trigger this when adding new plugins, skills, or agents to the repository.

Execution

Run the following command:

python plugins/agent-scaffolders/scripts/update_ecosystem_index.py

Acceptance Criteria

  • Total skill count at the top of README.md is accurate.
  • Total plugin count at the top of README.md is accurate.
  • Individual plugin headers (e.g., #### <plugin> (N skills)) are updated.
  • No structural regression in README.md formatting.

richfrem/agent-plugins-skills/tree/main/plugins/agent-scaffolders/skills/update-ecosystem-index commit 86e801557f

Frequently asked questions

npx skillmds@latest add richfrem/update-ecosystem-index