fabrcore-client

Initializes FabrCore Blazor Server client with Orleans connectivity and Host API access.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/vulcan365/FabrCore --skill fabrcore-client
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabrcore-client
Source: https://github.com/vulcan365/FabrCore/tree/main/docs/skills/fabrcore-client
Command: npx skills add https://github.com/vulcan365/FabrCore --skill fabrcore-client

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

FabrCore Blazor Server clients enable rapid UI development for interactive AI agents, with ready-to-use components and DI integration for Orleans.

Core Features & Use Cases

  • Client scaffolding: AddFabrCoreClient, ClientContext, ClientContextFactory
  • Agent management and health monitoring via built-in APIs
  • Host API access via FabrCoreHostApiClient and DirectMessageSender

Quick Start

Create a new FabrCore Blazor Server app and wire up the FabrCore Client components.

Frequently Asked Questions about fabrcore-client

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a Blazor Server client with Orleans connectivity?

To set up a Blazor Server client, you wire up AddFabrCoreClient to initialize interactive UI components and configure Orleans client connectivity through proper dependency injection integration.

What is the FabrCore client setup workflow used for?

The FabrCore client setup workflow is used for scaffolding Blazor Server apps that require interactive AI agent tracking, health monitoring, and access to FabrCoreHost APIs across multi-project deployments.

Can I use dependency injection to wire FabrCoreHostApiClient in a multi-project deployment?

Yes, you can use dependency injection to wire FabrCoreHostApiClient usage by configuring IClientContextFactory and ClientContext, enabling seamless host API access across multi-project Blazor Server deployments.

How do I configure ClientContext and IClientContextFactory for agent tracking?

You configure ClientContext and IClientContextFactory through the AddFabrCoreClient method, which establishes the dependency injection container needed for Blazor Server agent management and health monitoring APIs.

What's the best way to integrate interactive Blazor Server components with Orleans clients?

The best way to integrate interactive Blazor Server components with Orleans clients is implementing a FabrCore client setup workflow that configures DirectMessageSender and host API access with proper DI integration.