Skip to main content

Installation

git clone git@github.com:catesandrew/offerly.git
cd offerly
pnpm install

That installs every workspace package. Continue to Quick Start to bring up the local stack.

Alternative Installation Methods

These install the Claude Code Skill or its MCP server on their own, without cloning the whole monorepo — for using Jobweave from an agent session rather than developing on it.

Claude Code Plugin Marketplace
/plugin marketplace add catesandrew/offerly
/plugin install jw
npm package (@job-weave/skill-jobweave-mcp)
npx skills add @job-weave/skill-jobweave-mcp -g
Skills CLI, direct from the repo
npx skills add git@github.com:catesandrew/offerly.git --skill skills/jobweave-mcp -g

See Using the MCP Server for connecting an agent once installed.