·make
</>

make

mauromedda/agent-toolkit

Leitfaden zum Schreiben idiomatischer, wartbarer Makefiles nach modernen Best Practices. Erzwingt Sicherheitsheader (SHELL, .SHELLFLAGS, .DELETE_ON_ERROR), selbstdokumentierende Hilfe, .PHONY-Deklarationen und modulare Includes. Löst auf „makefile“, „Makefile“, „make target“, „make Rule“, „make pattern“, „make help“, „make template“, „.mk file“, „make include“, „make variable“, „make phony“, „make dependency“, „build system“, „make clean“, „make install“, „make test“, „make build“, „make all“, „make default“, „task runner“, „make Automation“, „GNU make“, „make Recipe“, „make Prequirement“ aus. PROAKTIV: MUSS beim Schreiben JEGLICHER Makefile- oder *.mk-Dateien aufgerufen werden.

2Installationen·0Trend·@mauromedda

Installation

$npx skills add https://github.com/mauromedda/agent-toolkit --skill make

SKILL.md

ABOUTME: Make skill for idiomatic, maintainable Makefiles with modular patterns ABOUTME: Emphasizes safety, self-documentation, modularity, and orchestration focus

| Safety First | Always set SHELL, .SHELLFLAGS, .DELETEONERROR | | Self-Documenting | Every target has ## comment; use ##@ for groups | | .PHONY | Declare ALL non-file targets as phony | | Explicit | No magic; clear variable names and dependencies | | Modular | Split into .mk files; use include |

| Orchestration | Make orchestrates; scripts do complex logic | | Naming | Hyphen-case; verb-noun prefixes (e.g., stack-up) | | Help Default | .DEFAULTGOAL := help |

Leitfaden zum Schreiben idiomatischer, wartbarer Makefiles nach modernen Best Practices. Erzwingt Sicherheitsheader (SHELL, .SHELLFLAGS, .DELETE_ON_ERROR), selbstdokumentierende Hilfe, .PHONY-Deklarationen und modulare Includes. Löst auf „makefile“, „Makefile“, „make target“, „make Rule“, „make pattern“, „make help“, „make template“, „.mk file“, „make include“, „make variable“, „make phony“, „make dependency“, „build system“, „make clean“, „make install“, „make test“, „make build“, „make all“, „make default“, „task runner“, „make Automation“, „GNU make“, „make Recipe“, „make Prequirement“ aus. PROAKTIV: MUSS beim Schreiben JEGLICHER Makefile- oder *.mk-Dateien aufgerufen werden. Quelle: mauromedda/agent-toolkit.

Original anzeigen

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/mauromedda/agent-toolkit --skill make
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-05
Aktualisiert
2026-02-18

Schnelle Antworten

Was ist make?

Leitfaden zum Schreiben idiomatischer, wartbarer Makefiles nach modernen Best Practices. Erzwingt Sicherheitsheader (SHELL, .SHELLFLAGS, .DELETE_ON_ERROR), selbstdokumentierende Hilfe, .PHONY-Deklarationen und modulare Includes. Löst auf „makefile“, „Makefile“, „make target“, „make Rule“, „make pattern“, „make help“, „make template“, „.mk file“, „make include“, „make variable“, „make phony“, „make dependency“, „build system“, „make clean“, „make install“, „make test“, „make build“, „make all“, „make default“, „task runner“, „make Automation“, „GNU make“, „make Recipe“, „make Prequirement“ aus. PROAKTIV: MUSS beim Schreiben JEGLICHER Makefile- oder *.mk-Dateien aufgerufen werden. Quelle: mauromedda/agent-toolkit.

Wie installiere ich make?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/mauromedda/agent-toolkit --skill make Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor

Wo ist das Quell-Repository?

https://github.com/mauromedda/agent-toolkit