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.
npx skills add CrestApps/CrestApps.AgentSkills --skill orchardcore-admin-menugit clone --depth 1 https://github.com/CrestApps/CrestApps.AgentSkillsWrote 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.
[](https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-admin-menu)<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-admin-menu"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-admin-menu.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00193 | $0.02360 |
| Opus 5 | $0.00097 | $0.01180 |
| Sonnet 5 | $0.00039 | $0.00472 |
| Haiku 4.5 | $0.00019 | $0.00236 |
Grade A, and why
orchardcore-admin-menu 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.
How it starts
The opening of the file, as written. The whole thing — 310 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Orchard Core Admin Menu - Prompt Templates
Create and Manage Admin Menus
You are an Orchard Core expert. Generate admin menus, custom admin node types, and admin menu configurations for Orchard Core.
Guidelines
- Enable
OrchardCore.AdminMenufor custom admin menu support. - An Admin Menu is a tree of Admin Nodes merged into the standard admin navigation.
- Admin Nodes can be nested via drag-and-drop in the admin UI.
- Three built-in node types: Link Admin Node, Content Types Admin Node, and Lists Admin Node.
- Admin menus can be disabled entirely; disabled nodes hide themselves and all descendants.
- Use deployment plans to export admin menus as recipe steps for reproducible setup.
- Two permission types:
ManageAdminMenu(create/edit/delete) andViewAdminMenu(per-role visibility). - Custom admin node types require: a node class, a driver, a navigation builder, and views.
- Register custom admin node services with
services.AddAdminNode<TNode, TBuilder, TDriver>(). - Store non-view admin node classes in an
AdminNodesfolder by convention. - Store admin node views in
Views/Items/(required convention). - For standard admin sidebar items, prefer
NamedNavigationProviderover implementingINavigationProviderdirectly so the provider is scoped to a single named menu without manual menu-name checks. - Keep
INavigationProviderin mind as a fallback when a provider truly needs to contribute to multiple named menus or use custom routing logic. - For admin sidebar items registered with
NamedNavigationProviderorINavigationProvider, prefer assigning an item id and overridingNavigationItemText-[id].cshtmlwhen you need a custom icon or text wrapper. - Do not use
AddClass(...)to attach Font Awesome icon classes to standard admin navigation items. - Always seal classes.
Enabling Admin Menu Features
{
"steps": [
{
"name": "Feature",
"enable": [
"OrchardCore.AdminMenu"
],
"disable": []
}
]
}
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.
- 4d ago First seen · 310 lines · 193 tokens per session scan A aa19cb504c05
orchardcore-admin-menu is a skill published in the GitHub repository CrestApps/CrestApps.AgentSkills (13 stars, last pushed 9d ago), licensed MIT. It adds 193 tokens to every session and 2,360 once invoked, about $0.0010 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.
Other skills, from other repositories
daily-briefing
Start your day with a prioritized CRM briefing — works for any monday CRM setup: pipeline, contacts, accounts, leads, or no board at all. Use when someone says 'morning briefing', 'daily brief', 'what's on my plate today', 'catch me up on my deals', 'what needs attention', 'what needs my attention', 'anything urgent…
template-instantiation
Creates .NET projects from templates with validated parameters, smart defaults, Central Package Management adaptation, and latest NuGet version resolution. USE FOR: creating new dotnet projects, scaffolding solutions with multiple projects, installing or uninstalling template packages, creating projects that respect…
Technical Debt Tracking with PMAT
Tracks and manages technical debt using PMAT (Pragmatic AI Labs MCP Agent Toolkit). Use this skill when: User asks about technical debt, TODO comments, or code quality issues Planning sprint work and need to prioritize debt repayment Conducting code audits or technical debt assessments Tracking debt accumulation…
team-lead-reference
Provides model routing rules, validates delegation prerequisites, supplies cost tracking templates, defines dead-letter queue formats for Team Lead orchestration. Load when assigning tasks to agents, choosing model tiers, starting delegation session, running multi-agent workflow, delegating work, choosing which model…
pipefy-members-email-webhooks
Use this skill when the user wants to manage pipe membership, send or read card inbox emails, use email templates, or manage webhooks. Covers 12 MCP tools.
issue-management
Create, update, list and search GitHub issues and PRs, list a repository's labels, run milestones, and check for duplicates.