Ratimon

Publishing — Development agent for Claude Code

Development community

Publishing @openquok/auto-cli (OpenQuok CLI) to npm.

How to install Publishing

Installs to ~/.claude/agents/ratimon-openquok-monorepo-publishing.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Ratimon/openquok-monorepo/HEAD/agent/PUBLISHING.md -o ~/.claude/agents/ratimon-openquok-monorepo-publishing.md

Restart Claude Code, or start a new session, for it to be picked up.

What Publishing does

Publishing `@openquok/auto-cli` (OpenQuok CLI) to npm

Quick publish (manual)

# From monorepo root
pnpm --filter ./agent run publish:manual

# Or from /agent
cd agent
pnpm run publish:manual

Then users can install:

npm install -g @openquok/auto-cli
# or
pnpm add -g @openquok/auto-cli

Verify the CLI is available:

openquok --help

Publish via GitHub

Match `agent/package.json` `version` to the tag (`cli-v0.0.15` → `"0.0.16"`). Commit to `main`, then

Alternatives in Development

  • Review Fix Agent — Code review + auto-fix agent 149 ★
  • Context Engine — Context window management — tracks tool call count, auto-detects when context fills up, triggers state save + 85 ★
  • Continuous Learner — Use at session end (auto-triggered by SessionEnd hook) or via /learn command 83 ★

Full documentation available on GitHub

View Source Repository