Skip to content

feat: hexser Claude Code plugin (skill + slash commands + MCP) - #8

Merged
scott-wyatt merged 1 commit into
mainfrom
hardening/pr0-signal-260720
Jul 22, 2026
Merged

feat: hexser Claude Code plugin (skill + slash commands + MCP)#8
scott-wyatt merged 1 commit into
mainfrom
hardening/pr0-signal-260720

Conversation

@scott-wyatt

Copy link
Copy Markdown
Contributor

What

Adds an installable Claude Code plugin for hexser at the repo root, turning squillo/hexser into a plugin marketplace.

Install:

/plugin marketplace add squillo/hexser
/plugin install hexser@hexser

Contents (18 files)

  • skill hexser — auto-invoked on hexser Rust work; carries the 0.5 golden rules (HexEntity requires an id field; Repository is save-only vs QueryRepository for reads; Hexserror variants are boxed; delete_where errors by default) and routes to 7 fact-checked reference docs: patterns, api, derives, errors, graph-and-ai, mcp, migration-0.4-to-0.5.
  • commands/hexser:new, /hexser:add-adapter, /hexser:add-usecase, /hexser:review, /hexser:graph, /hexser:migrate, /hexser:mcp-setup.
  • MCP wiring is opt-in per project via /hexser:mcp-setup (not auto-started, so it never interferes with non-hexser repos).

All reference docs were written against the real 0.5 source and fact-checked; claude plugin validate . passes.

Adds an installable Claude Code marketplace at the repo root so users can
`/plugin marketplace add squillo/hexser` then `/plugin install hexser@hexser`.

- skill `hexser`: golden rules for 0.5 (HexEntity id-field, Repository vs
  QueryRepository, boxed Hexserror, delete_where) + 7 fact-checked references
  (patterns, api, derives, errors, graph-and-ai, mcp, migration-0.4-to-0.5)
- commands: /hexser:new, add-adapter, add-usecase, review, graph, migrate, mcp-setup
- MCP wiring is opt-in per project via /hexser:mcp-setup (not auto-started)
@scott-wyatt
scott-wyatt merged commit de6bb16 into main Jul 22, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant