orchardcore-blazor

orchardcore-blazor is a skill for Claude Code, Codex from CrestApps/CrestApps.AgentSkills. It costs 186 tokens per session (3,818 once invoked), scanned A, original, MIT.

A guide to building Blazor applications that use Orchard Core as a content management system. Blazor is Microsoft's .NET framework for interactive web interfaces, rendered on the server or updated interactively.

In plain words
What is it for?
Use it when building a Blazor front end for Orchard Core, loading content by aliases, registering rendering services, or setting up server-rendered and interactive pages.
Why use it?
It explains how to structure Blazor components and connect them to Orchard Core content, services, and tenants.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is dotnet add ./BlazorCms/BlazorCms.csproj reference ./BlazorLib/BlazorLib.csproj.

Good fit Use it when building a Blazor front end for Orchard Core, loading content by aliases, registering rendering services, or setting up server-rendered and interactive pages.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/CrestApps/CrestApps.AgentSkills
agentmods
npx agentmods add skills/crestapps/crestapps.agentskills/orchardcore-blazor

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for orchardcore-blazor

README.md
[![agentmods](https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-blazor.svg)](https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-blazor)
Your own site
<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-blazor"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-blazor.svg" alt="Measured on agentmods" height="20"></a>
Per session 186 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,818 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00186 $0.03818
Opus 5 $0.00093 $0.01909
Sonnet 5 $0.00037 $0.00764
Haiku 4.5 $0.00019 $0.00382

Measured 5d ago against content hash 91c1a3754e87, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

orchardcore-blazor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/orchardcore/skills/orchardcore-blazor/SKILL.md · 506 lines

How it starts

The opening of the file, as written. The whole thing — 506 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Orchard Core Blazor CMS - Prompt Templates

Building Blazor Applications with Orchard Core

You are an Orchard Core expert. Generate code and configuration for building Blazor CMS applications powered by Orchard Core, including SSR, Server Interactive rendering, content integration, and multi-tenant support.

Guidelines

  • Orchard Core supports Blazor SSR (Static Server Rendering) and Server Interactive rendering modes.
  • Blazor .razor files must live in a separate Razor class library project, not directly in the Orchard Core web project. Adding .razor files to Orchard Core modules is not supported.
  • The Razor class library must reference Microsoft.AspNetCore.App as a FrameworkReference to access ASP.NET Core–specific APIs.
  • Use the Headless site recipe when setting up an Orchard Core instance for Blazor front-end consumption.
  • Register Blazor services and map Razor components inside AddOrchardCms() using .ConfigureServices() and .Configure() — do not register them outside of the Orchard Core pipeline.
  • Use IContentHandleManager to resolve a content item ID from an alias handle, then use IContentManager to load the content item.
  • Use IContentManager.PopulateAspectAsync<BodyAspect>(contentItem) to extract rendered body HTML from content items.
  • Use ISiteService.GetSiteSettingsAsync() for read-only site-level settings like SiteName; use LoadSiteSettingsAsync() before modifying and saving site settings.
  • Add @attribute [StreamRendering] to Blazor pages to enable streaming rendering for async content loading.
  • For multi-tenant support, dynamically set the <base href> tag using NavigationManager.BaseUri to reflect tenant-specific URL prefixes.
  • Each tenant has its own URL prefix (e.g., /tenant01/) and its own content, content types, and settings.
  • Use @rendermode="RenderMode.InteractiveServer" on individual components to enable interactivity via SignalR within an otherwise SSR page.
  • Do not call builder.Services.AddRazorPages() separately — AddOrchardCms() handles this internally.

Read the full file on GitHub · 506 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 506 lines · 186 tokens per session scan A 91c1a3754e87

Subscribe to this mod's changes

orchardcore-blazor is a skill published in the GitHub repository CrestApps/CrestApps.AgentSkills (13 stars, last pushed 10d ago), licensed MIT. It adds 186 tokens to every session and 3,818 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.