Skip to content

Commit 5892e1d

Browse files
committed
chore: register zod plugin in marketplace and release-please
- .claude-plugin/marketplace.json: add zod entry pointing to ./plugins/zod - release-please-config.json: add plugins/zod with simple release-type and extra-files jsonpath $.version for plugin.json bumps - README.md: append Zod section after Portless mirroring existing entries
1 parent bb393ac commit 5892e1d

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,14 @@
600600
"keywords": ["portless", "localhost", "dev-server", "proxy"],
601601
"tags": ["tooling", "dev-server"],
602602
"source": "./plugins/portless"
603+
},
604+
{
605+
"name": "zod",
606+
"description": "TypeScript-first schema validation with static type inference - version-aware skill for Zod v3 and v4",
607+
"category": "development",
608+
"keywords": ["zod", "validation", "schema", "typescript"],
609+
"tags": ["validation", "typescript"],
610+
"source": "./plugins/zod"
603611
}
604612
]
605613
}

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,11 @@ Replace port numbers with stable, named local URLs. For humans and agents.
302302

303303
**Install:** `/plugin install portless@pleaseai` | **Source:** [plugins/portless](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/portless)
304304

305+
#### Zod
306+
TypeScript-first schema validation with static type inference — version-aware skill covering Zod v3 and v4 differences (entry points, error formatting, refinements).
307+
308+
**Install:** `/plugin install zod@pleaseai` | **Source:** [plugins/zod](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/zod)
309+
305310
## Quick Start
306311

307312
The fastest way to get started — install the marketplace and let the plugin recommender auto-detect what you need:

release-please-config.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,17 @@
493493
"jsonpath": "$.version"
494494
}
495495
]
496+
},
497+
"plugins/zod": {
498+
"release-type": "simple",
499+
"component": "zod",
500+
"extra-files": [
501+
{
502+
"type": "json",
503+
"path": ".claude-plugin/plugin.json",
504+
"jsonpath": "$.version"
505+
}
506+
]
496507
}
497508
},
498509
"release-type": "node",

0 commit comments

Comments
 (0)