Skills Audit banner
LucasDuys LucasDuys

Skills Audit

Security community

Description

--- description: "Audit every skill and command Forge can see — group by status (active, duplicate, deprecated, archived)" allowed-tools: ["Read(*)", "Bash(node ${CLAUDE_PLUGIN_ROOT}/scripts/forge-skills-audit.cjs:*)"] --- # Forge Skills Audit List every skill and slash-command visible to the current Forge install, with source + path + status. Output is designed to be copy-paste-ready into a "skills cleanup" PR description. ## How to run Invoke the inventory script. Default output is a fixed

Installation

Installs to ~/.claude/skills/lucasduys-forge-skills-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lucasduys-forge-skills-audit && curl -fsSL https://raw.githubusercontent.com/LucasDuys/forge/HEAD/commands/skills-audit.md -o ~/.claude/skills/lucasduys-forge-skills-audit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository