# Update Ecosystem Index

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

- Skill: `richfrem/update-ecosystem-index` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add richfrem/update-ecosystem-index`
- Raw SKILL.md: https://api.skillmd.com/api/skills/richfrem/update-ecosystem-index/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: richfrem (https://skillmd.com/u/richfrem)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/richfrem/update-ecosystem-index

---

# 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:
```bash
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.

