personal claude plugins marketplace
1# Pair Programmer Plugins
2
3A Claude Code plugin marketplace with tools for collaborative pair programming.
4
5## Plugins
6
7### [coworker-output-style](./plugins/coworker-output-style)
8
9A conversational output style that makes Claude talk like a friendly colleague on Slack.
10
11- Natural reactions ("hmm", "oh interesting", "wait actually")
12- Thinks out loud, asks clarifying questions
13- Suggests rather than dictates
14- No formalities
15
16```bash
17/plugin install coworker-output-style@pair-programmer
18/output-style coworker
19```
20
21### [zk](./plugins/zk)
22
23A zettelkasten memory system for persistent notes across sessions.
24
25- Zero conversational loss - captures insights automatically
26- Loads context at session start
27- Background gardening keeps notebook healthy
28- Supports project and global notebooks
29
30```bash
31/plugin install zk@pair-programmer
32/zk
33```
34
35## Installation
36
37### Add the Marketplace
38
39```bash
40/plugin marketplace add YOUR_USERNAME/pair-programmer-skill
41```
42
43### Install Individual Plugins
44
45```bash
46# Output style
47/plugin install coworker-output-style@pair-programmer
48
49# ZK memory system
50/plugin install zk@pair-programmer
51```
52
53## Using Together
54
55The plugins are independent but complement each other well:
56
571. **coworker-output-style** - changes how Claude communicates
582. **zk** - gives Claude persistent memory
59
60With both installed:
61- Conversations feel natural and collaborative
62- Insights are captured without ceremony
63- You can pick up where you left off across sessions
64
65## Requirements
66
67- Claude Code CLI
68- For zk plugin: [zk CLI tool](https://github.com/zk-org/zk)
69
70## License
71
72MIT