Lionfire Core
lionfire-core is a Claude Code plugin for the Build phase that documents LionFire core frameworks for service hosting, environment setup, CLI patterns, and Blazor workspace scoping.
Register lionfire-core when you build on LionFire stacks and need Claude Code guidance for service hosting, CLI patterns, Blazor components, and workspace-scoped reactive data views.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install lionfire-core@lionfire/CoreBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:lionfire/Core") and the paste-ready config with skillselion.get_install_config("plugin:lionfire/Core").
What it does
lionfire-core is a narrowly focused Claude Code plugin—one plugin in the bundle—that teaches agents how LionFire’s core libraries expect services, environments, CLIs, Blazor components, and workspace-scoped reactive data to be structured. It targets builders already on or evaluating the LionFire .NET ecosystem who need consistent patterns for LionFireCore, scoping, and ObservableDataView instead of generic full-stack advice that ignores their framework contracts. Solo indie devs on Blazor SaaS or internal tools gain when every agent session otherwise hallucinates DI and workspace boundaries. This is a framework companion plugin, not a marketplace of unrelated skills; skip it if you are not shipping LionFire-based code. Complexity is advanced because correct usage assumes familiarity with .NET, Blazor, and LionFire package relationships.
Highlights
- Single-plugin LionFire Core pack for Claude Code on the lionfire/Core repository
- Service hosting, environment, and command-line interface framework coverage
- Blazor component and workspace-scoped integration patterns
- Reactive ObservableDataView usage guidance for LionFire apps
- Essential scaffolding for other LionFire packages rather than a generic JS skill
Why builders use it
LionFire developers get generic agent answers that break service scoping, CLI conventions, and ObservableDataView patterns unique to their core libraries.
After installing the plugin, Claude Code responses align with LionFire Core hosting, environment, reactive data, and Blazor integration expectations in your repo.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 1 stars, 0 votes.
FAQ
Who is lionfire-core for?
It is for developers building on LionFire Core who need Claude Code to follow LionFire service hosting, CLI, Blazor, and reactive data patterns.
When should I use lionfire-core?
Use it during backend and Blazor implementation whenever you scaffold services, workspaces, or CLI tools inside the LionFire ecosystem.
How do I add lionfire-core to my agent?
Install the lionfire/Core repository as a Claude Code plugin, open a LionFire solution in the workspace, and invoke the core skill when touching hosting, environment, or ObservableDataView code.
Comments
Share how you use lionfire-core, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.