- CLAUDE.md with project docs and architecture - n8n-mcp config example (.mcp.json.example) - 7 gandalf skills (jump, hai, docker, status, remote-env, orchestrate, skills) - hai-infra + hai-tasks MCP server connections - .gitignore for secrets Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
19 lines
334 B
Markdown
19 lines
334 B
Markdown
# SSH to hofmanns.ai
|
|
|
|
Connect to the hofmanns.ai server via SSH.
|
|
|
|
## Usage
|
|
Run: `ssh hai` or `ssh hofmanns.ai`
|
|
|
|
## Server Details
|
|
- Host: hofmanns.ai
|
|
- User: ubuntu
|
|
- Key: ~/.ssh/hofmanns_ai
|
|
|
|
## Instructions
|
|
When this skill is invoked, SSH into the server and help the user with their task on the remote machine.
|
|
|
|
```bash
|
|
ssh hai
|
|
```
|