From cc73d9b21c23d096b89d1331ab645525c00f33b6 Mon Sep 17 00:00:00 2001 From: Scott Wyatt Date: Wed, 22 Jul 2026 09:46:34 -0400 Subject: [PATCH] docs(): add Claude Code plugin section to README Point users at the installable plugin (marketplace squillo/hexser) and the /hexser: slash commands. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 3016055..2861f0d 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,17 @@ trait UserRepository: QueryRepository {} // let found = >::find_one(&repo, &UserFilter::ByEmail("a@b.com".into()))?; ``` +## Claude Code plugin + +Using hexser with [Claude Code](https://claude.com/claude-code)? Install the official plugin — it teaches Claude the current hexser API and adds commands for scaffolding, review, visualization, and migration: + +``` +/plugin marketplace add squillo/hexser +/plugin install hexser@hexser +``` + +It ships an auto-activating `hexser` skill (it fires whenever you edit Rust that uses hexser) plus slash commands: `/hexser:new`, `/hexser:add-adapter`, `/hexser:add-usecase`, `/hexser:review`, `/hexser:graph`, `/hexser:migrate`, and `/hexser:mcp-setup` (wires hexser's MCP server so Claude can read your architecture graph live). See [`plugins/hexser/README.md`](./plugins/hexser/README.md). + ## CloudEvents v1.0 Support Hexser includes built-in support for CloudEvents v1.0 specification, enabling standards-compliant, transport-agnostic domain event publishing and consumption: