Skip to main content
Run any Skill in Manus
with one click
GitHub repository

workhorse

workhorse contains 9 collected skills from uuhan, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
9
Stars
3
updated
2026-07-07
Forks
1
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

workhorse-remote-access
network-and-computer-systems-administrators

Use when the user wants remote shell access or ad-hoc command execution through `cargo work`, including raw `cargo work -- ...` commands, stdin script execution with `cargo work exec`, `cargo work ssh`, port forwarding with `-L` or `-R`, environment injection, PTY allocation, shell selection, and reverse proxy setup with `-x` or `--all-proxy`.

2026-07-07
workhorse-cargo-work
software-developers

Use as the entry skill for Workhorse `cargo work` tasks. It classifies the request first, then routes to the right sub-skill for remote Rust builds, remote shell or proxy access, or artifact retrieval, Git sync, and server inspection on a `horsed` server.

2026-07-05
workhorse
software-developers

Use as the top-level entry skill for this repository. It classifies Workhorse requests first, then routes to the right dispatcher for `cargo work` client tasks or `horsed` server tasks, including remote builds, remote access, artifact sync, server setup, operations, and `horsed` development.

2026-07-05
workhorse-artifact-sync
network-and-computer-systems-administrators

Use when the user wants to fetch files or build outputs from a `horsed` server with `cargo work get` or `scp`, sync Git state with `cargo work push` or `pull`, inspect server status with `cargo work ping`, `health`, and `logs`, or inspect and attach running job output with `cargo work job`.

2026-07-05
workhorse-horsed-ops
network-and-computer-systems-administrators

Use when the user wants to operate a running `horsed` server, wire it into `systemd`, `launchd`, or Windows Task Scheduler, inspect logs and health, choose between foreground and daemon modes, or troubleshoot runtime problems around ports, file descriptors, working directory, and setup mode.

2026-07-05
workhorse-remote-build
software-developers

Use when the user wants to run Rust build workflows on a `horsed` server via `cargo work`, including remote `build`, `test`, `check`, `clippy`, `run`, `install`, `doc`, `metadata`, `rustc`, `zigbuild`, and `just` commands, with target selection through `--repo`, `--repo-name`, or `--remote`.

2026-07-05
workhorse-horsed-dev
software-developers

Use when the user wants to modify the `horsed` server implementation itself, including SSH server behavior, setup flow, logging, IPC, SQLite schema, migrations, service startup logic, or server-side tests.

2026-03-07
workhorse-horsed-setup
network-and-computer-systems-administrators

Use when the user wants to initialize a new `horsed` server, choose a safe startup mode, bootstrap the first SSH user on port `2223`, understand generated server files like `horsed.db3`, `horsed.key`, and `horsed.log`, or use `--dangerous` during setup.

2026-03-06
workhorse-horsed
network-and-computer-systems-administrators

Use as the entry skill for `horsed` server tasks. It classifies the request first, then routes to the right sub-skill for first-time server setup, runtime operations and autostart, or `horsed` code, schema, and protocol development.

2026-03-06