discover-project-commands

Installation
SKILL.md

Discover Project Commands

Automatically discover and document all available commands in the project for reference during planning and implementation.

What to Discover

Make Targets

Check for Makefile and extract all targets:

  • Use make -qp or parse Makefile directly
  • Document target names and descriptions (from comments)

NPM Scripts

Check for package.json and extract scripts:

  • Read package.json
  • Document script names and what they do
Installs
2
Repository
eveld/claude
GitHub Stars
4
First Seen
Feb 28, 2026
discover-project-commands — eveld/claude