# Make

> List or run Makefile targets

- Skill: `benjaminr/make` (Agent Skill)
- Install (CLI): `npx skillmds@latest add benjaminr/make`
- Raw SKILL.md: https://api.skillmd.com/api/skills/benjaminr/make/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: benjaminr (https://skillmd.com/u/benjaminr)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/benjaminr/make

---


If arguments are given, run `make $ARGUMENTS` via Bash.

If no target is specified, show the project's available workflows from the Makefile target table in session context. Group by permission level (read, write, danger). Include the recipe column — it shows what each target actually runs and helps the user decide.

Suggest targets that are relevant to what the user has been doing:
- Wrote or changed code → lint, test, format, typecheck
- Starting on the project → setup, install, dev
- Investigating the project → help, status, list
- Preparing to ship → build, test

