Follow the exact structure in the template: variables → PHONY → standard targets → utility targets → project-specific targets
Sort all targets alphabetically within each section
Use TABS for indentation, never spaces
Document every target with ## target: description comment
Add all targets to the .PHONY declaration
Use docker compose (v2), never docker-compose (v1)
Silence non-essential commands with @
List tools as a dependency for targets that require external tools (e.g., audit, doc)
MUST NOT
Add targets not explicitly requested — the template is the complete minimal standard
Change the help target implementation
Use docker-compose (v1 syntax)
Use spaces for indentation
1---2name: 10x-makefile3description: 10x Makefile4---5# 10x Makefile67## Reference89| Resource | Purpose |10|----------|---------|11| `./references/makefile-template.md` | Standard template with all required targets |1213## MUST DO1415- Follow the exact structure in the template: variables → PHONY → standard targets → utility targets → project-specific targets16- Sort all targets alphabetically within each section17- Use TABS for indentation, never spaces18- Document every target with `## target: description` comment19- Add all targets to the `.PHONY` declaration20- Use `docker compose` (v2), never `docker-compose` (v1)21- Silence non-essential commands with `@`22- List `tools` as a dependency for targets that require external tools (e.g., `audit`, `doc`)2324## MUST NOT2526- Add targets not explicitly requested — the template is the complete minimal standard27- Change the `help` target implementation28- Use `docker-compose` (v1 syntax)29- Use spaces for indentation
Run npx skillmds@latest add arhuman/10x-makefile in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
10x Makefile It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
arhuman (@arhuman) published this skill. Their other Agent Skills are listed on their SkillMD profile.