← back to Cli Printing Press
feat(cli): add printing-press-library plugin to marketplace (#161)
cbcd67dbddd83eb3bbc7155c5c0e2f3a06009a15 · 2026-04-10 19:30:50 -0700 · Trevin Chow
* feat(marketplace): add printing-press-library plugin
Users who install the cli-printing-press marketplace now also get the
printing-press-library plugin, which provides a /printing-press-library
skill for discovering, installing, and using any Printing Press CLI or
MCP server conversationally.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: update library plugin description to say hundreds of APIs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Files touched
M .claude-plugin/marketplace.json
Diff
commit cbcd67dbddd83eb3bbc7155c5c0e2f3a06009a15
Author: Trevin Chow <trevin@trevinchow.com>
Date: Fri Apr 10 19:30:50 2026 -0700
feat(cli): add printing-press-library plugin to marketplace (#161)
* feat(marketplace): add printing-press-library plugin
Users who install the cli-printing-press marketplace now also get the
printing-press-library plugin, which provides a /printing-press-library
skill for discovering, installing, and using any Printing Press CLI or
MCP server conversationally.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* fix: update library plugin description to say hundreds of APIs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---
.claude-plugin/marketplace.json | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
index 970c162c..6114e803 100644
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@ -23,6 +23,25 @@
"source": "github",
"repo": "mvanhorn/cli-printing-press"
}
+ },
+ {
+ "name": "printing-press-library",
+ "version": "1.0.0",
+ "description": "Discover, install, and use Printing Press CLI tools and MCP servers for hundreds of APIs",
+ "author": {
+ "name": "mvanhorn"
+ },
+ "repository": "mvanhorn/printing-press-library",
+ "tags": [
+ "cli",
+ "mcp",
+ "api",
+ "printing-press"
+ ],
+ "source": {
+ "source": "github",
+ "repo": "mvanhorn/printing-press-library"
+ }
}
]
}
← 8354f528 feat(cli): apply PostHog agent-first learnings to MCP server
·
back to Cli Printing Press
·
fix(cli): always emit usageErr helper (#162) 4d3c31f8 →