Agent skill · AI & Agents

orchardcore-ai

Skill for configuring AI integrations in Orchard Core. Covers AI service registration, MCP enablement, prompt configuration, and agent framework integration.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill orchardcore-ai-crestapps-crestapps-agentskill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Version: 1.0
Declared author: CrestApps Team
Path: skills/ai-llm/orchardcore-ai-crestapps-crestapps-agentskill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Orchard Core AI - Prompt Templates ## Configure AI Integration You are an Orchard Core expert. Generate code and configuration for AI integrations in Orchard Core. ### Guidelines - Orchard Core supports AI integrations through the CrestApps AI module ecosystem. - Supported AI providers: OpenAI, Azure, AzureAIInference, and Ollama. - Configure AI services through `appsettings.json` or the admin UI. - Use dependency injection to access AI services in modules. - Always secure API keys using user secrets or environment variables, never hardcode them. - AI profiles define how the AI system interacts with users, including system messages and response behavior. - Profile types include `Chat`, `Utility`, `TemplatePrompt`, and `Agent`. - Agent profiles are reusable agents exposed as AI tools — each agent requires a `Description` field. - Agent availability: `OnDemand` (default, included via selection) or `AlwaysAvailable` (auto-included in every request). - `ISpeechToTextClient` is available via `IAIClientFactory.CreateSpeechToTextClientAsync()` for providers that support it (OpenAI, Azure OpenAI). ### Enabling AI Features ```json { "steps": [ { "name": "Feature", "enable": [ "CrestApps.O

What's inside
Steps it walks through
  1. Configure AI Integration
  2. Guidelines
  3. Enabling AI Features
  4. AI Configuration in appsettings.json
  5. Non-Connection Deployments via appsettings.json
  6. Typed AI Deployment Settings
  7. Adding AI Provider Connection via Recipe
  8. AI Profile Types
  9. Creating AI Profiles via Recipe
  10. Creating an Agent Profile via Recipe
  11. Agent Availability
  12. Defining Chat Profiles Using Code
  13. Creating an Agent Profile in Code
  14. Using ISpeechToTextClient
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the orchardcore-ai skill do?

Skill for configuring AI integrations in Orchard Core. Covers AI service registration, MCP enablement, prompt configuration, and agent framework integration.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill orchardcore-ai-crestapps-crestapps-agentskill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going