Agent skill · Frontend

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Version: 1.0
Declared author: CrestApps Team
Path: skills/ai-llm/orchardcore-ai-chat-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 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

What's inside
Steps it walks through
  1. Configure AI Chat
  2. Guidelines
  3. Available AI Completion Providers
  4. Enabling AI Chat Features
  5. Setting Up a Provider Connection via Recipe
  6. Creating a Chat Profile via Recipe
  7. Making a Chat Profile Visible on the Admin Menu
  8. Defining a Chat Profile in Code with DataMigration
  9. Enabling the AI Agent Module
  10. Creating an Agent Profile
  11. Creating an Agent Profile in Code
  12. Adding an AI Chat Widget to Frontend Content
  13. Creating a Custom AI Tool for Chat
  14. Security Best Practices
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going