orchardcore-ai-chat
Skill for configuring AI Chat in Orchard Core using the CrestApps AI Chat module. Covers chat profiles, admin chat UI, frontend chat widgets, provider connections, and the AI Agent module for task automation.
npx skills add majiayu000/claude-skill-registry --skill orchardcore-ai-chat-crestapps-crestapps-agentskill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Orchard Core AI Chat - Prompt Templates ## Configure AI Chat You are an Orchard Core expert. Generate code, configuration, and recipes for adding AI chat capabilities to an Orchard Core application using CrestApps modules. ### Guidelines - The CrestApps AI Chat module (`CrestApps.OrchardCore.AI.Chat`) builds on the core AI Services feature to provide chat interfaces. - You must enable at least one AI completion provider (OpenAI, Azure OpenAI, Azure AI Inference, Ollama, DeepSeek) alongside the chat feature. - Chat-type AI profiles with the "Show On Admin Menu" option appear under the **Artificial Intelligence** section in the admin menu. - When the Widgets feature is enabled, an AI Chat widget can be embedded in frontend content. - The AI Agent module (`CrestApps.OrchardCore.AI.Agent`) extends AI profiles with capabilities for content management, user management, feature management, and more. - Profile types include `Chat`, `Utility`, `TemplatePrompt`, and `Agent`. - Agent profiles function as reusable AI agents exposed as tools. They require a `Description` field and can be selected in the Capabilities tab. - Agent availability modes: `OnDemand` (default, user selects) or `Alway
- Configure AI Chat
- Guidelines
- Available AI Completion Providers
- Enabling AI Chat Features
- Setting Up a Provider Connection via Recipe
- Creating a Chat Profile via Recipe
- Making a Chat Profile Visible on the Admin Menu
- Defining a Chat Profile in Code with DataMigration
- Enabling the AI Agent Module
- Creating an Agent Profile
- Creating an Agent Profile in Code
- Adding an AI Chat Widget to Frontend Content
- Creating a Custom AI Tool for Chat
- Security Best Practices
What does the orchardcore-ai-chat skill do?
Skill for configuring AI Chat in Orchard Core using the CrestApps AI Chat module. Covers chat profiles, admin chat UI, frontend chat widgets, provider connections, and the AI Agent module for task automation.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill orchardcore-ai-chat-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.
