← Back to Skills Marketplace
78
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-attune-makefile-generation
Description
Generate Makefiles with testing, linting, formatting, and automation targets for new projects
Usage Guidance
This skill is an instruction-only Makefile generator and does not include the template files or Python template_engine it references — it likely expects resources from the original claude-night-market/attune plugin or the 'Claude Code' plugin mentioned in the header. Before installing or allowing autonomous use: (1) Confirm where templates and the template engine come from (install the companion plugin or provide templates locally). (2) Test the skill in a disposable project to ensure it only reads project files (pyproject.toml, Cargo.toml, package.json) and writes the Makefile you expect. (3) Because no credentials are requested, credential exfiltration is not a concern here, but incomplete dependencies could cause the agent to attempt to install or import components at runtime — review any follow-up instructions the agent may receive and avoid granting broad system access. If you plan to enable autonomous invocation, ensure the missing templates/components are supplied from a trusted source.
Capability Assessment
Purpose & Capability
Name/description align with the instructions: detecting project language, rendering a Makefile template, and verifying with make are appropriate for a Makefile generator. However, the SKILL.md references template files at plugins/attune/templates and a Python import (template_engine) that are not present in this instruction-only package, so the skill as distributed is incomplete or expects external components.
Instruction Scope
Runtime steps only touch project files you'd expect (pyproject.toml, Cargo.toml, package.json) and write a Makefile; commands suggested (make --dry-run, make help) are within scope. There is no instruction to read unrelated system configuration or exfiltrate data. The only scope concern is the implicit requirement to access template resources and a template engine that the skill does not provide.
Install Mechanism
No install spec and no code files — lowest-risk distribution. Because nothing is downloaded or written by an installer, there is no install-time code execution risk from this package itself.
Credentials
The skill requests no environment variables, credentials, or config paths, which is proportionate for a Makefile generator.
Persistence & Privilege
always is false and there is no install or persistent configuration; the skill does not request elevated or persistent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-attune-makefile-generation - After installation, invoke the skill by name or use
/nm-attune-makefile-generation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the Makefile Generation skill.
- Generates Makefiles with standard targets for Python, Rust, or TypeScript projects.
- Supports targets for testing, linting, formatting, type checking, build, and automation.
- Detects project language automatically and loads the correct template.
- Includes guidance for adding custom targets.
- Documentation covers workflow, standard targets, customization, and troubleshooting.
Metadata
Frequently Asked Questions
What is Nm Attune Makefile Generation?
Generate Makefiles with testing, linting, formatting, and automation targets for new projects. It is an AI Agent Skill for Claude Code / OpenClaw, with 78 downloads so far.
How do I install Nm Attune Makefile Generation?
Run "/install nm-attune-makefile-generation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Attune Makefile Generation free?
Yes, Nm Attune Makefile Generation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Attune Makefile Generation support?
Nm Attune Makefile Generation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Attune Makefile Generation?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills