moshi-best-practices
rjyo/moshi-skill · skills.sh
Open source Repository Open in the app JSON README (API)
About
Skill publicada por rjyo/moshi-skill no skills.sh. Instale com: npx skills add rjyo/moshi-skill@moshi-best-practices
Details
- Kind
- Agent skills
- Topic
- No topic detected
- Publisher
- rjyo
- Origin
- skillssh
- Category
- ferramentas
- Stars
- 28
- Forks
- 4
- Last push
- 2026-08-01T00:20:50Z
- Repository state
- ativo
- Added
- 2026-08-30 15:22:09
- Updated
- 2026-09-08 15:04:42
- Origin id
rjyo/moshi-skill/moshi-best-practices
README
# 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`): ```bash npx skills add . # or, if the checkout directory is named moshi-skill: npx skills add ./moshi-skill ``` Install the skill from the repo: ```bash npx skills add . --skill moshi-best-practices ``` List discoverable skills without installing: ```bash 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: ```bash npx skills add <owner>/<repo> ```