Auto-updates the Asset Inventory markdown file by scanning agents, skills, and commands.
This skill automatically scans the project's capability assets and updates the inventory documentation.
It ensures that _meta/docs/v2-asset-inventory.md (or any other target) reflects the actual state of the codebase.
.cursor/agents, .cursor/skills, and .cursor/commands.To run the updater:
./scripts/py ".cursor/skills/base-inventory-updater/scripts/update_inventory.py" --target "_meta/docs/v2-asset-inventory.md"
For app-level docs:
./scripts/py ".cursor/skills/base-inventory-updater/scripts/update_inventory.py" --target "docs/project-capabilities.md"
.cursor/agents/*.md..cursor/skills/*/SKILL.md..cursor/commands/*.md.## 1. Agents, etc.) in the target file.