Register Machine banner
initialneil initialneil

Register Machine

Development community

Description

--- description: "Register an ssh machine or provision+pay a cloud server (project-with-reflect)" argument-hint: "<name>" --- Run the **register-machine** action of the `project-with-reflect` skill with arguments: $ARGUMENTS Existing host → record a key-based `~/.ssh/config` alias + `connection.json` (no passwords). Creates a **connection** (transport ssh) under `connections/<name>/`, installed as a skill `/<name>` (`/<name> <cmd>` ⇒ `ssh <alias> <cmd>`). A server you don't have yet → run the g

Installation

Installs to ~/.claude/skills/initialneil-project-with-reflect-register-machine/SKILL.md

Terminal
mkdir -p ~/.claude/skills/initialneil-project-with-reflect-register-machine && curl -fsSL https://raw.githubusercontent.com/initialneil/project-with-reflect/HEAD/commands/register-machine.md -o ~/.claude/skills/initialneil-project-with-reflect-register-machine/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository