|
1 | | -# Claude Marketplace |
| 1 | +# Workbench |
2 | 2 |
|
3 | | -Hub marketplace for all personal Claude Code plugins and curated obra/superpowers forks. |
| 3 | +The Artificer's workshop. Where seedlings grow out of gear housings and ivy threads through brass armatures. Not a marketplace - a workshop. |
| 4 | + |
| 5 | +Hub registry for all personal Claude Code plugins and curated obra/superpowers forks. |
4 | 6 |
|
5 | 7 | ## Structure |
6 | 8 |
|
7 | 9 | ``` |
8 | | -├── index.json # Marketplace registry (all plugins via URL sources) |
| 10 | +├── index.json # Plugin registry (all plugins via URL sources) |
9 | 11 | ├── README.md # Plugin directory with install instructions |
10 | 12 | └── docs/ # Historical design docs |
11 | 13 | ``` |
12 | 14 |
|
13 | | -## Plugins |
| 15 | +## Plugins (17) |
14 | 16 |
|
15 | | -### Personal (cameronsjo repos) |
| 17 | +### Personal |
16 | 18 |
|
17 | | -| Plugin | Repo | |
18 | | -|---|---| |
19 | | -| essentials | cameronsjo/essentials | |
20 | | -| dev-toolkit | cameronsjo/dev-toolkit | |
21 | | -| session-continuity | cameronsjo/session-continuity | |
22 | | -| mcp-toolkit | cameronsjo/mcp-toolkit | |
23 | | -| obsidian-dev | cameronsjo/obsidian-dev | |
24 | | -| homebridge-dev | cameronsjo/homebridge-dev | |
25 | | -| image-gen-toolkit | cameronsjo/image-gen-toolkit | |
26 | | -| homelab | cameronsjo/homelab | |
| 19 | +| Plugin | Repo | Description | |
| 20 | +|---|---|---| |
| 21 | +| essentials | cameronsjo/essentials | Core workflow: brainstorming, worktrees, enforcement hooks, session management | |
| 22 | +| vibes | cameronsjo/vibes | Communication styles: hype, sass, roast, unhinged | |
| 23 | +| rules | cameronsjo/rules | Language rules (Python, TS, JS, Go, Rust, Java, C#) + security | |
| 24 | +| dev-toolkit | cameronsjo/dev-toolkit | Logging agents, project checks, release pipelines | |
| 25 | +| session-continuity | cameronsjo/session-continuity | Cross-session context with timeline logging | |
| 26 | +| mcp-toolkit | cameronsjo/mcp-toolkit | MCP server development patterns | |
| 27 | +| obsidian | cameronsjo/obsidian | Vault management, markdown, Bases, plugin dev | |
| 28 | +| homebridge-dev | cameronsjo/homebridge-dev | Homebridge plugin development | |
| 29 | +| image-gen-toolkit | cameronsjo/image-gen-toolkit | Gemini image generation | |
| 30 | +| homelab | cameronsjo/homelab | Homelab infrastructure context | |
27 | 31 |
|
28 | 32 | ### Superpowers (obra forks) |
29 | 33 |
|
30 | | -| Plugin | Repo | |
31 | | -|---|---| |
32 | | -| superpowers | cameronsjo/superpowers | |
33 | | -| superpowers-chrome | cameronsjo/superpowers-chrome | |
34 | | -| superpowers-lab | cameronsjo/superpowers-lab | |
35 | | -| superpowers-developing-for-claude-code | cameronsjo/superpowers-developing-for-claude-code | |
36 | | -| episodic-memory | cameronsjo/episodic-memory | |
37 | | -| double-shot-latte | cameronsjo/double-shot-latte | |
38 | | -| elements-of-style | cameronsjo/the-elements-of-style | |
| 34 | +| Plugin | Repo | Description | |
| 35 | +|---|---|---| |
| 36 | +| superpowers | cameronsjo/superpowers | TDD, debugging, collaboration patterns | |
| 37 | +| superpowers-chrome | cameronsjo/superpowers-chrome | Chrome DevTools Protocol access | |
| 38 | +| superpowers-lab | cameronsjo/superpowers-lab | Experimental: tmux, MCP CLI, dedup | |
| 39 | +| superpowers-developing-for-claude-code | cameronsjo/superpowers-developing-for-claude-code | Plugin dev docs | |
| 40 | +| episodic-memory | cameronsjo/episodic-memory | Conversation semantic search | |
| 41 | +| double-shot-latte | cameronsjo/double-shot-latte | Auto-continue | |
| 42 | +| elements-of-style | cameronsjo/the-elements-of-style | Strunk's writing guide | |
39 | 43 |
|
40 | 44 | ## Plugin Repo Structure |
41 | 45 |
|
|
0 commit comments