orchardcore-ai-prompting

orchardcore-ai-prompting is a skill for Claude Code, Codex from CrestApps/CrestApps.AgentSkills. It costs 94 tokens per session (1,434 once invoked), scanned A, original, MIT.

A guide for creating reusable prompt files and AI profile templates in Orchard Core. Prompt files hold rendered instructions, while profile templates provide reusable defaults for AI profiles.

In plain words
What is it for?
Use it to discover prompt files, render reusable instructions, create system-prompt templates, and configure reusable AI profile defaults.
Why use it?
It helps teams avoid copying prompt and profile settings across projects or configurations. It also clarifies which template type to use for each job.

Skill for Claude CodeCodex

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

Good fit Use it to discover prompt files, render reusable instructions, create system-prompt templates, and configure reusable AI profile defaults.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/crestapps/crestapps.agentskills/orchardcore-ai-prompting
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-ai-prompting
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-ai-prompting

README.md
[![agentmods](https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-ai-prompting/github.svg)](https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-ai-prompting)
Your own site
<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-ai-prompting"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-ai-prompting/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for orchardcore-ai-prompting

Your own site · 80×15
<a href="https://agentmods.dev/skills/crestapps/crestapps.agentskills/orchardcore-ai-prompting"><img src="https://agentmods.dev/badge/skills/crestapps/crestapps.agentskills/orchardcore-ai-prompting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,434 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.00094 $0.01434
Opus 5 $0.00047 $0.00717
Sonnet 5 $0.00019 $0.00287
Haiku 4.5 $0.00009 $0.00143

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

Security

Grade A, and why

orchardcore-ai-prompting 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 7d 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-ai-prompting/SKILL.md · 171 lines

How it starts

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

Orchard Core AI Prompting

Choose the correct template surface

Use prompt files for reusable rendered instructions, and use AI profile templates for reusable Orchard-managed profile defaults. They are related but are not interchangeable.

Need Use
Reuse a Liquid-rendered prompt in a profile, interaction, or script A prompt file discovered by CrestApps.OrchardCore.AI.Prompting
Prepopulate a new AI profile with provider, deployment, capability, and chat settings An AIProfileTemplate with Source = Profile
Maintain a reusable system-message template in the AI template catalog An AIProfileTemplate with Source = SystemPrompt

AIProfileTemplate is a SourceCatalogEntry. Its Orchard manager is INamedSourceCatalogManager<AIProfileTemplate>, not INamedCatalogManager<AIProfileTemplate>. Recipes that import one must supply the Name, DisplayText, and Source fields. The Name plus Source pair identifies an existing entry when ItemId is absent.

Enable the right feature

Enable CrestApps.OrchardCore.AI.Prompting when editors need to select prompt files in AI profiles, profile templates, or chat interactions. The base AI feature owns the AIProfileTemplate catalog and its Templates screen.

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

The prompting feature replaces the default template service with an Orchard-aware service. It filters module prompt files by the active tenant's enabled features and de-duplicates template IDs case-insensitively.

Author prompt files

Put prompt files in an Orchard module at:

Templates/Prompts/

The module provider reads assets below that directory. A root-level prompt is associated with the module's default feature. A prompt in a first-level subdirectory is associated with the feature whose ID is that subdirectory name, so it is available only while that feature is enabled.

Read the full file on GitHub · 171 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. 7d ago First seen · 171 lines · 94 tokens per session scan A 7c6f43f4532f

Subscribe to this mod's changes

orchardcore-ai-prompting is a skill published in the GitHub repository CrestApps/CrestApps.AgentSkills (13 stars, last pushed 12d ago), licensed MIT. It adds 94 tokens to every session and 1,434 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

n8n-agents

Design n8n AI agents the right way. Use when building or editing any @n8n/n8n-nodes-langchain. AI node — an AI Agent, LLM chain, Text Classifier, or Information Extractor — and whenever the user mentions AI agents, LLM with tools, tool calling, $fromAI, system prompts, agent memory, sessionId, structured/JSON output…

czlonkowski/n8n-mcp · 156 tokens

coding-agents-prompt-authoring

To author, adapt, review, and validate prompts (skills, agents, workflows, rules, etc.) with brief, contracts, and a validation pack.

griddynamics/rosetta · 39 tokens

prompt-decorators-usage

Use when a user's prompt would clearly benefit from a reasoning, structure, tone, or verification decorator - or when they ask "what decorators should I use?". Teaches when and how to suggest inline ::Name(params) sigils instead of repeating verbose prompt-engineering instructions manually.

synaptiai/prompt-decorators · 63 tokens

aws-generative-ai-developer

Build Amazon Bedrock and serverless generative AI applications using Lambda, API Gateway, Step Functions, EventBridge, S3, DynamoDB, SQS, Guardrails, and IAM. Prefer this for serverless GenAI app design and implementation; prefer aws-agentcore for AgentCore runtime, aws-bedrock-agent-security-governor for deep Bedrock…

VincentChuWaiChow/vanguard-frontier-agentic · 93 tokens

unified-ai-gateway

Operate and evaluate Unified AI System through twelve governed MCP tools, including provider-free prompt enhancement, while preserving fake-provider, authorization, and evidence boundaries.

happy520ai/unified-ai-system · 35 tokens

cursor-prompting

Internal guidance for composing cursor-agent prompts and picking models for coding, review, diagnosis, and research tasks inside the Cursor Claude Code plugin.

zebbern/agent-collab · 31 tokens