feat: hexser Claude Code plugin (skill + slash commands + MCP) - #8
Merged
Conversation
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds an installable Claude Code plugin for hexser at the repo root, turning
squillo/hexserinto a plugin marketplace.Install:
Contents (18 files)
hexser— auto-invoked on hexser Rust work; carries the 0.5 golden rules (HexEntityrequires anidfield;Repositoryis save-only vsQueryRepositoryfor reads;Hexserrorvariants are boxed;delete_whereerrors by default) and routes to 7 fact-checked reference docs: patterns, api, derives, errors, graph-and-ai, mcp, migration-0.4-to-0.5./hexser:new,/hexser:add-adapter,/hexser:add-usecase,/hexser:review,/hexser:graph,/hexser:migrate,/hexser:mcp-setup./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.