orchardcore-crestapps-resources

orchardcore-crestapps-resources is a skill for Claude Code, Codex from CrestApps/CrestApps.AgentSkills. It costs 143 tokens per session (1,773 once invoked), scanned A, original, MIT.

A technical guide to using shared scripts and styles in Orchard Core through CrestApps resource-management extensions. Orchard Core is a framework for building modular .NET websites and applications.

In plain words
What is it for?
Use it to register and consume shared CSS and JavaScript in Orchard Core modules and Razor themes, including phone-number field assets.
Why use it?
It helps developers load frontend assets through registered resources while supporting local files, configured CDNs, dependencies, and browser security policies.

Skill for Claude CodeCodex

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

Good fit Use it to register and consume shared CSS and JavaScript in Orchard Core modules and Razor themes, including phone-number field assets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/crestapps/crestapps.agentskills/orchardcore-crestapps-resources
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add CrestApps/CrestApps.AgentSkills --skill orchardcore-crestapps-resources
Clone the repo
git clone --depth 1 https://github.com/CrestApps/CrestApps.AgentSkills

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-crestapps-resources

README.md
[![agentmods](https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-crestapps-resources.svg)](https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-crestapps-resources)
Your own site
<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-crestapps-resources"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-crestapps-resources.svg" alt="Measured on agentmods" height="20"></a>
Per session 143 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,773 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.00143 $0.01773
Opus 5 $0.00072 $0.00886
Sonnet 5 $0.00029 $0.00355
Haiku 4.5 $0.00014 $0.00177

Measured 4d ago against content hash a224ec82bcea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

orchardcore-crestapps-resources 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 4d 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/crestapps-orchardcore/skills/orchardcore-crestapps-resources/SKILL.md · 161 lines

How it starts

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

CrestApps Resources

Consume CrestApps shared frontend resources

You are an Orchard Core expert. Use CrestApps.OrchardCore.Resources as the shared resource manifest for CrestApps modules. It registers known resource names with Orchard Core Resource Management. Consumers request a resource by name and let Orchard Core select local URLs or configured CDN behavior.

Guidelines

  • Install CrestApps.OrchardCore.Resources in the web or startup project when an application directly depends on its assets.
  • Enable the exact CrestApps.OrchardCore.Resources feature. Other CrestApps features can bring it in through their manifest dependencies.
  • Request resources by their registered names. Do not hardcode the module's virtual asset paths in a theme or module.
  • Use Orchard Core resource tag helpers in Razor so resource management controls rendering and placement.
  • Prefer the existing intl-tel-input script and style for PhoneField; the Content Fields module already depends on this feature.
  • CDN-capable resources define local URLs, CDN URLs, versions, and for many resources integrity values. Keep browser CSP and SRI policies compatible with those declarations.
  • Resources without a CDN declaration such as item-selector and list-management-ui are served from the module's local static assets.
  • Do not define another manifest entry with an existing name. That makes selection and ordering ambiguous.
  • Do not copy vendor files into a consuming module merely to use one of the registered names.
  • Resource registration is not a content-feature enablement substitute. Enable the module that owns application behavior separately.
  • When adding a new shared resource to this module, add the manifest declaration and local static assets together, then use a unique stable name.

Feature overview

Feature ID Purpose
CrestApps.OrchardCore.Resources Shared Orchard Core script and stylesheet resource manifest

Enable shared resources

{
  "steps": [
    {
      "name": "Feature",
      "enable": [
        "CrestApps.OrchardCore.Resources"
      ],
      "disable": []
    }
  ]
}

Read the full file on GitHub · 161 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. 4d ago First seen · 161 lines · 143 tokens per session scan A a224ec82bcea

Subscribe to this mod's changes

orchardcore-crestapps-resources is a skill published in the GitHub repository CrestApps/CrestApps.AgentSkills (13 stars, last pushed 10d ago), licensed MIT. It adds 143 tokens to every session and 1,773 once invoked, about $0.0007 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.