Publishing — Development agent for Claude Code
Publishing @openquok/auto-cli (OpenQuok CLI) to npm.
How to install Publishing
Installs to ~/.claude/agents/ratimon-openquok-monorepo-publishing.md
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 RepositoryRelated Agents
10x
10x is a terminal-based CLI coding agent (installed via npm install -g 10x-cli) built around the observation t
Code Writer JavaScript
JavaScript code implementation sub-agent. Invoked by any manager whose plan calls for Node.js or browser JS co
Antigravity Agent
Runs Google Antigravity on the user's Antigravity subscription, reached through the agy CLI. One mode - consul
Publisher Agent
Publishing Director agent. Manages book planning, writing, quality control, multi-channel publishing, and sale
MCP Finder
Searches online to find MCP servers. SPAWNED BY create-mcp skill after identifying user needs. Searches NPM, G
Component Builder
Builds Prismatic custom components. Handles scaffolding, code generation, building, and publishing for connect
Related Skills
n8n CLI
Zero-dependency Python CLI for the n8n REST API. 80+ commands for workflows, executions, credentials, nodes, w
/cht
Chat persistence for Claude Code — 13 slash commands + hooks for saving conversations as local markdown files.
Publishing
Use when publishing Buoy packages to npm, bumping versions, or debugging workspace: dependency leaks. Covers t