← Back to Skills Marketplace
121
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-attune-project-init
Description
Interactive project initialization with git setup, workflows, hooks, and build configuration. project setup, initialization, scaffold, bootstrap, new project.
Usage Guidance
This skill is coherent with a project-init utility, but it will run filesystem and git commands and expects a local script at plugins/attune/scripts/attune_init.py (which is not included in the skill bundle). Before using it: (1) run it from a safe/clean directory or a disposable branch; (2) back up or commit existing work because files may be created/overwritten; (3) inspect any referenced scripts/templates (plugins/attune/...) to ensure they come from a trusted source; (4) ensure required tools (python3, git, make, pytest) are installed; (5) decline overwrites or use merge mode when unsure. If you want the agent to run autonomously, be aware it can modify your repo — only allow that for trusted projects.
Capability Analysis
Type: OpenClaw Skill
Name: nm-attune-project-init
Version: 1.0.0
The skill bundle provides a standard interactive workflow for initializing software projects (Python, Rust, TypeScript). It uses shell commands to detect environment settings (git config, python version) and runs a local initialization script (attune_init.py) to render templates. All actions are consistent with the stated purpose of project scaffolding, and no indicators of data exfiltration, persistence, or malicious intent were found in SKILL.md or the supporting modules.
Capability Assessment
Purpose & Capability
Name and description match the actions the skill instructs: detecting language, collecting metadata, rendering templates, initializing git, and running make/test commands. No unrelated services, binaries, or credentials are requested.
Instruction Scope
Instructions focus on repository-local operations (ls, find, git, make, pytest, rendering templates, running a local Python init script). They do read local files (e.g., git config, source files) which is expected for project initialization and are scoped to the project directory. The docs explicitly warn about missing scripts and ask for user confirmation before overwrites.
Install Mechanism
No install spec is provided (instruction-only skill). Nothing is downloaded or written by the skill bundle itself, minimizing install-time risk.
Credentials
The skill requests no environment variables or credentials. It attempts to infer user.name and user.email from git config — reasonable and proportionate for project metadata collection.
Persistence & Privilege
The skill is not always-enabled and is user-invocable. Model invocation is allowed (normal default). Because it can run commands that modify the working directory and git state, grant it only when you intend the agent to perform local repo changes.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-attune-project-init - After installation, invoke the skill by name or use
/nm-attune-project-init - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the project-init skill for interactive project setup.
- Guides users through new project initialization: language detection, metadata collection, template rendering, and git setup.
- Supports Python, Rust, and TypeScript projects.
- Handles existing files with overwrite, merge, and confirmation options.
- Sets up development workflows, hooks, Makefile, and build configuration.
- Provides verification steps and troubleshooting guidance for smooth onboarding.
Metadata
Frequently Asked Questions
What is Nm Attune Project Init?
Interactive project initialization with git setup, workflows, hooks, and build configuration. project setup, initialization, scaffold, bootstrap, new project. It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.
How do I install Nm Attune Project Init?
Run "/install nm-attune-project-init" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Attune Project Init free?
Yes, Nm Attune Project Init is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Attune Project Init support?
Nm Attune Project Init is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Attune Project Init?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills