From jeremylongshore-claude-code-plugins-plus-skills
Generates Makefiles for DevOps tasks including build automation, containerization, CI/CD basics, and infrastructure. Useful for makefile-related requests.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin langchain-py-packThis skill is limited to using the following tools:
This skill provides automated assistance for makefile generator tasks within the DevOps Basics domain.
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 for C/C++, Python, Go, Java projects with .PHONY targets, GNU standards, standard targets, security hardening, and CI/CD integration.
Generates Makefiles for Python, Rust, and TypeScript projects with standard targets for help, install, lint, format, typecheck, test, build, clean, and automation. Use when projects lack Makefiles or need dev workflow setup.
Share bugs, ideas, or general feedback.
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