Claude Code plugin — ZeppOS platform skills, ZeRoUI skills, and zeppos-reviewer agent for building zepp watch apps.
Add the marketplace and install the plugin (once per machine):
/plugin marketplace add bug-breeder/zepphyr
/plugin install zepphyr@zepphyr
Or, for project-level auto-install, add to .claude/settings.json in your repo:
{
"extraKnownMarketplaces": {
"zepphyr": {
"source": { "source": "github", "repo": "bug-breeder/zepphyr" }
}
},
"enabledPlugins": { "zepphyr@zepphyr": true }
}| Name | Type | Trigger |
|---|---|---|
zeppos |
Skill | Auto — ZeppOS code, @zos/* imports, platform questions |
zeroui |
Skill | Auto (agent-preloaded) — ZeRoUI code, @bug-breeder/zeroui usage |
zeppos-reviewer |
Agent | Via /review command in consuming repos |
/plugin marketplace update