This repository hosts the workday Claude Code plugin marketplace and the plugins it advertises.
Today that is one plugin, Workday Everywhere, which connects Claude to the Workday Agent Gateway over HTTP MCP. The gateway supplies every tool at runtime, so the plugin ships no skills, commands, or agents of its own.
/plugin marketplace add Workday/everywhere
/plugin install everywhere@workday
There is nothing to configure — the connector points at the shared Workday Agent Gateway endpoint.
Run /mcp, pick workday, and sign in; your sign-in determines which tenant's data you see.
Full configuration, connection, and troubleshooting docs live in
plugins/everywhere/README.md.
The @workday/everywhere SDK and its everywhere CLI — for building Workday Everywhere plugins
that run inside Workday — no longer live on main. They moved, with their full history, to the
sdk branch:
git switch sdkThe published package on npm is unchanged; releases from that branch are currently paused.
Naming note: "plugin" means two different things across these branches. On
mainit is a Claude Code plugin. Onsdkit is a Workday Everywhere plugin — a React app that runs inside Workday. They are unrelated formats.
| Path | Contents |
|---|---|
.claude-plugin/ |
Marketplace manifest listing the published plugins |
plugins/everywhere/ |
The Workday Everywhere connector plugin |
tests/claude-plugin/ |
Manifest validation tests |
See CONTRIBUTING.md. In short:
just setup # install dependencies
just check # format check and typecheck
just test # validate the manifests