Skip to content

Add firely-server-plugin skill#1

Open
cknaap wants to merge 1 commit into
mainfrom
feature/firely-server-plugin-skill
Open

Add firely-server-plugin skill#1
cknaap wants to merge 1 commit into
mainfrom
feature/firely-server-plugin-skill

Conversation

@cknaap

@cknaap cknaap commented Jun 2, 2026

Copy link
Copy Markdown
Member

Guides a medior C# developer through building a custom Firely Server plugin. Covers project setup (csproj, props, NuGet packages), the configuration/ service/pre-handler/contributor pattern, IVonkContext pipeline wiring, constructing FHIR resources with Vonk.Fhir.R4 and ToIResource(), raw ASP.NET Core middleware with HttpContext.Vonk() and IVonkContext.HttpContext(), and xUnit testing with inline VonkTestContext and LoggerUtils helpers. Repository facades are explicitly out of scope.

Guides a medior C# developer through building a custom Firely Server plugin.
Covers project setup (csproj, props, NuGet packages), the configuration/
service/pre-handler/contributor pattern, IVonkContext pipeline wiring,
constructing FHIR resources with Vonk.Fhir.R4 and ToIResource(), raw
ASP.NET Core middleware with HttpContext.Vonk() and IVonkContext.HttpContext(),
and xUnit testing with inline VonkTestContext and LoggerUtils helpers.
Repository facades are explicitly out of scope.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

@ArdonToonstra ArdonToonstra left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Used the /skill-creator skill to review and gave among minor ones the following feedback that may be relevant: The skill should tell FS how to actually load the plugin and a mention on how to debug it.

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.

2 participants