A collection of Agent Skills for Zephyr Cloud.
These skills work with any agent that supports the Agent Skills standard, including Claude Code, OpenCode, OpenAI Codex, and Pi.
Install using the plugin marketplace:
/plugin marketplace add ZephyrCloudIO/skills
/plugin install zephyr@zephyr-cloud
/reload-plugins
Import the repo from GitHub using Cursor's documented skills flow:
- Open Settings > Rules
- Click Add Rule in Project Rules
- Choose Remote Rule (GitHub)
- Enter
https://github.com/ZephyrCloudIO/skills
Install using the npx skills CLI:
npx skills add https://github.com/ZephyrCloudIO/skills
Clone this repo and copy the skill folders into the appropriate directory for your agent:
| Agent | Skill Directory | Docs |
|---|---|---|
| Claude Code | ~/.claude/skills/ |
docs |
| Cursor | ~/.cursor/skills/ |
docs |
| OpenAI Codex | ~/.codex/skills/ |
docs |
| OpenCode | ~/.config/opencode/skills/ |
docs |
| Pi | ~/.pi/agent/skills/ |
docs |
Skills are contextual and auto-loaded based on your conversation. When a request matches a skill's triggers, the agent loads and applies the relevant skill to provide accurate, up-to-date guidance.
| Skill | Useful for |
|---|---|
zephyr-core |
Zephyr setup, with-zephyr, SDK selection, versions, tags, environments, snapshot/version URLs, dashboard flows, and public env vars |
zephyr-module-federation |
zephyr:dependencies, host/remote setup, remote resolution, mixed-bundler Module Federation, and monorepo MF workflows |