From jeremylongshore-claude-code-plugins-plus-skills
Generates and validates Makefiles for DevOps projects, covering build automation, CI/CD pipelines, and infrastructure management. Auto-activates on makefile requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:makefile-generatorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for makefile generator tasks within the DevOps Basics domain.
This skill provides automated assistance for makefile generator tasks within the DevOps Basics domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with makefile generator" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the DevOps Basics skill category. Tags: devops, git, docker, ci-cd, infrastructure
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin j-rigGenerates Makefiles for C/C++, Python, Go, Java projects with .PHONY targets, GNU standards, standard targets, security hardening, and CI/CD integration.
Creates Makefiles with consistent conventions: default help target, .PHONY declarations, self-documenting help via grep/parsing, common targets like init, build, dev, test. Reminds to use tabs.
Generates Makefiles with testing, linting, formatting, and automation targets for Python, Rust, or TypeScript projects. Use when starting a project or standardizing build automation.