skill-stocktake

Installation
SKILL.md

Skill Stocktake

Audit the .github/skills/ and vscode-omg/resources/templates/skills/ directories to produce a quality and coverage report.

When to Use

  • Before adding new skills (to avoid duplication)
  • After a large change batch (to verify templates are in sync)
  • Periodically to prune stale or incomplete skills

Audit Protocol

Step 1: Inventory

# List all skill directories
ls -1d .github/skills/*/

# Count total
ls -1d .github/skills/*/ | wc -l
Installs
4
GitHub Stars
2.0K
First Seen
Apr 28, 2026
skill-stocktake — zereight/gitlab-mcp