Standalone agent skill repository for Moshi remote coding best practices on any host OS.
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_CLIENTadaptations, andmoshi-hook(including the packagedmoshi DIRtmux launcher)
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-skillInstall the skill from the repo:
npx skills add . --skill moshi-best-practicesList discoverable skills without installing:
npx skills add . --listWhen 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>