orchardcore-ai-chat-interactions
Skill for configuring AI Chat Interactions in Orchard Core using the CrestApps module. Covers ad-hoc chat sessions, prompt routing with intent detection, document upload with RAG support, image and chart generation, and custom processing strategies.
npx skills add majiayu000/claude-skill-registry --skill orchardcore-ai-chat-interactions --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 Interactions - Prompt Templates ## Configure AI Chat Interactions You are an Orchard Core expert. Generate code, configuration, and recipes for adding ad-hoc AI chat interactions with document upload, RAG, and intent-based prompt routing to an Orchard Core application using CrestApps modules. ### Guidelines - The AI Chat Interactions module (`CrestApps.OrchardCore.AI.Chat.Interactions`) provides ad-hoc chat without predefined AI profiles. - Users can configure temperature, TopP, max tokens, frequency/presence penalties, and past messages count per session. - All chat messages are persisted and sessions can be resumed later. - Prompt routing uses intent detection to classify user prompts and route them to specialized processing strategies. - Intent detection can use a dedicated lightweight AI model or fall back to keyword-based detection. - The Documents extension adds document upload with RAG (Retrieval Augmented Generation) support. - Document indexing requires Elasticsearch or Azure AI Search as the embedding/search provider. - Install CrestApps packages in the web/startup project. - Always secure API keys using user secrets or environment variables. ### En
- Configure AI Chat Interactions
- Guidelines
- Enabling AI Chat Interactions
- Getting Started
- Built-in Intents
- Configuring Image Generation
- Configuring Intent Detection Model
- Enabling Document Upload and RAG
- Setting Up Document Indexing
- Configuring Embedding Model for Documents
- Supported Document Formats
- Document Intent Types
- Adding a Custom Processing Strategy
- Enabling PDF and Office Document Support
What does the orchardcore-ai-chat-interactions skill do?
Skill for configuring AI Chat Interactions in Orchard Core using the CrestApps module. Covers ad-hoc chat sessions, prompt routing with intent detection, document upload with RAG support, image and chart generation, and custom processing strategies.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill orchardcore-ai-chat-interactions --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.
