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 -qpor 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