Add Arbiter .NET libraries Claude Code plugin#471
Open
pwelter34 wants to merge 1 commit into
Open
Conversation
Cheat-sheet-style skills covering each Arbiter library so an LLM can auto-load focused guidance (install, register, canonical pattern) when a consumer asks about Mediation, CommandQuery (+ EF/Mongo), Endpoints/Mvc, Mapping, Dispatcher, Communication, Services, OpenTelemetry, or Messaging.ServiceBus. Packaged as a marketplace at the repo root so it can be installed with `/plugin marketplace add loresoft/arbiter` and `/plugin install arbiter-skills@arbiter`.
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.
Summary
This PR introduces a comprehensive Claude Code plugin that teaches Claude how to use the Arbiter family of .NET libraries. The plugin consists of 13 specialized skills covering the entire Arbiter ecosystem, from core mediation patterns to domain-specific integrations.
Key Changes
Plugin infrastructure: Added marketplace configuration (
.claude-plugin/marketplace.json) and plugin metadata (plugins/arbiter-skills/.claude-plugin/plugin.json) to enable plugin discovery and installation.Skill documentation: Created 13 comprehensive skill guides covering:
arbiter-overview— routing skill explaining the package landscapearbiter-mediation— in-process mediator, requests, notifications, and pipeline behaviorsarbiter-commandquery— CQRS layer with entity commands/queries, filtering, and pagingarbiter-commandquery-ef— Entity Framework Core handler registrationarbiter-commandquery-mongo— MongoDB handler registrationarbiter-endpoints— Minimal API endpoint generationarbiter-mvc— MVC controller base classesarbiter-mapping— source-generated object mappingarbiter-dispatcher— Blazor dispatcher abstraction for WASM/Server/Auto render modesarbiter-communication— templated email and SMS deliveryarbiter-services— utility types (CSV, encryption, caching, tokens, URL building)arbiter-opentelemetry— tracing and metrics integrationarbiter-messaging-servicebus— Azure Service Bus integrationREADME: Added plugin installation and usage guide explaining how to install the skills bundle and which skills are triggered by different Arbiter-related queries.
Implementation Details
Each skill is a standalone
SKILL.mdfile with:The skills are designed to auto-load based on keywords and API names mentioned in user queries, providing contextual guidance without requiring explicit skill selection.
https://claude.ai/code/session_013qB8DsnpnodJSGtUX2JGVF