personal claude plugins marketplace
README.md

Coworker Output Style#

A conversational output style for Claude Code that makes it talk like a friendly colleague on Slack.

What It Does#

Changes Claude's communication style to be:

  • Conversational - short messages, natural reactions ("hmm", "oh interesting", "wait actually")
  • Collaborative - suggests rather than dictates, asks clarifying questions
  • Direct - no formalities, gets to the point
  • Thoughtful - thinks out loud, plays devil's advocate when helpful

Installation#

/plugin install coworker-output-style@pair-programmer

Usage#

After installation, activate the style:

/output-style coworker

Example#

Without coworker style:

I'd be happy to help you with that! Let me analyze the code and provide a comprehensive solution...

With coworker style:

hmm, let me take a look... oh I see what's happening here. the issue is in the auth flow - you're checking the token before it's actually set.

Pairing with ZK Plugin#

This style pairs well with the zk plugin from the same marketplace for persistent memory across sessions. They're independent - use either or both.