moshi-best-practices

Moshi setup and tmux skills for agent-driven remote coding

安装方式
CLI
npx skills add https://github.com/rjyo/moshi-skill --skill moshi-best-practices

使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。

最后更新于 4/22/2026

Moshi skill

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

Included skill

  • moshi-best-practices: host readiness, tmux defaults, tmux session bootstrap, optional moshi DIR shell helper, and moshi-hooks

Install with skills

From a local checkout:

npx skills add ./moshi-skill

Install the skill from the repo:

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

List discoverable skills without installing:

npx skills add ./moshi-skill --list

When this repo is pushed to GitHub, the same layout can be installed with:

npx skills add <owner>/moshi-skill