Rakuraku Jyo d094357603 docs: prefer Herdr for Moshi host setup skill
Refresh moshi-best-practices for Moshi 3.10+ multiplexer support: recommend
Herdr for agent work, keep tmux for launcher/recent-project flows, require
moshi-hook on Herdr hosts, and drop the legacy Bun hooks section.
2026-08-01 09:20:45 +09:00
2026-04-09 00:55:57 +09:00

Moshi skill

Standalone agent skill repository for Moshi remote coding best practices on any host OS.

Included skill

  • moshi-best-practices: Easy Pair host setup, host readiness, Herdr as the preferred agent multiplexer (keep tmux installed for launcher / recent-project flows), project session bootstrap, MOSHI_CLIENT adaptations, and moshi-hook (including the packaged moshi DIR tmux launcher)

Install with skills

From this checkout (directory name may be skill or a clone named moshi-skill):

npx skills add .
# or, if the checkout directory is named moshi-skill:
npx skills add ./moshi-skill

Install the skill from the repo:

npx skills add . --skill moshi-best-practices

List discoverable skills without installing:

npx skills add . --list

When this repo is published on GitHub, the same layout can be installed with the owner/repo path that matches the remote:

npx skills add <owner>/<repo>
S
Description
Use when preparing or verifying a host for Moshi remote coding. Trigger this for Easy Pair host setup, SSH or preferably Mosh readiness, non-interactive shell…
Readme 69 KiB
Languages
Markdown 100%