cmd-makefile

Installation
SKILL.md

Makefile Helper

Create Makefiles that are simple, discoverable, and maintainable.

Core Principles

  1. Default to rich help - Use categorized help with emoji headers unless user requests minimal
  2. Default Chrome extensions to modular - Use the modular makefiles/*.mk layout with shared colors/help for Chrome extension projects unless the repo is truly tiny
  3. Ask about structure upfront - For new Makefiles, ask: "Flat or modular? Rich help or minimal?"
  4. Follow existing conventions - Match the project's style if Makefile already exists
  5. Don't over-engineer - Solve the immediate need, not hypothetical futures
  6. Use uv run - Always run Python commands via uv run for venv context
  7. Explain decisions - If choosing flat/minimal, explain why before generating

When to Use This Skill

Installs
1
GitHub Stars
7
First Seen
6 days ago
cmd-makefile — olshansk/agent-skills