← back to Cli Printing Press
feat(plugin): add Claude Code plugin manifest
07d0564ae02e374d966b8e09ae5cb25f75e670f9 · 2026-03-23 16:13:23 -0700 · Matt Van Horn
Files touched
A .claude-plugin/marketplace.jsonA .claude-plugin/plugin.json
Diff
commit 07d0564ae02e374d966b8e09ae5cb25f75e670f9
Author: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
Date: Mon Mar 23 16:13:23 2026 -0700
feat(plugin): add Claude Code plugin manifest
---
.claude-plugin/marketplace.json | 24 ++++++++++++++++++++++++
.claude-plugin/plugin.json | 7 +++++++
2 files changed, 31 insertions(+)
diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
new file mode 100644
index 00000000..3abfacb3
--- /dev/null
+++ b/.claude-plugin/marketplace.json
@@ -0,0 +1,24 @@
+{
+ "plugins": [
+ {
+ "name": "cli-printing-press",
+ "version": "0.4.0",
+ "description": "Describe your API. Get a production CLI. Generates Go CLI tools from OpenAPI specs or natural language descriptions.",
+ "author": "mvanhorn",
+ "repository": "mvanhorn/cli-printing-press",
+ "tags": ["cli", "codegen", "openapi", "go", "api"],
+ "skills": [
+ {
+ "name": "printing-press",
+ "command": "/printing-press",
+ "description": "Generate a CLI from an API name or spec file"
+ },
+ {
+ "name": "printing-press-catalog",
+ "command": "/printing-press-catalog",
+ "description": "Browse and install pre-built CLIs for popular APIs"
+ }
+ ]
+ }
+ ]
+}
diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json
new file mode 100644
index 00000000..b768b986
--- /dev/null
+++ b/.claude-plugin/plugin.json
@@ -0,0 +1,7 @@
+{
+ "name": "cli-printing-press",
+ "version": "0.4.0",
+ "description": "Generate production Go CLIs from API descriptions or OpenAPI specs",
+ "repository": "mvanhorn/cli-printing-press",
+ "skills": ["printing-press", "printing-press-catalog"]
+}
← f369ea6d docs: mark Phase 3 plan as completed
·
back to Cli Printing Press
·
feat(catalog): add 12 official catalog entries for popular A 96649272 →