CrestApps/CrestApps.AgentSkills Skills
(18)Browse AI agent skills from CrestApps/CrestApps.AgentSkills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
orchardcore-admin
CrestApps/CrestApps.AgentSkills
Guidance for working with the Orchard Core admin panel, including admin controllers, menu registration, dashboard widgets, admin theme customization, settings pages, and admin-specific shapes and zones.
orchardcore-ai
CrestApps/CrestApps.AgentSkills
Skill for configuring AI integrations in Orchard Core. Covers AI service registration, MCP enablement, prompt configuration, and agent framework integration.
orchardcore-ai-chat
CrestApps/CrestApps.AgentSkills
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.
orchardcore-ai-chat-interactions
CrestApps/CrestApps.AgentSkills
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.
orchardcore-ai-mcp
CrestApps/CrestApps.AgentSkills
Skill for configuring Model Context Protocol (MCP) in Orchard Core using the CrestApps MCP module. Covers MCP client connections (SSE and Stdio transports), MCP server setup to expose Orchard Core as an MCP endpoint, MCP resources, authentication, and custom resource types.
orchardcore-autoroute
CrestApps/CrestApps.AgentSkills
Skill for configuring AutoroutePart in Orchard Core. Covers URL pattern syntax using Liquid expressions, AutoroutePartSettings, SEO-friendly slugs, hierarchical container routing, home page routing, route conflict resolution, and programmatic route management.
orchardcore-background-tasks
CrestApps/CrestApps.AgentSkills
Skill for creating background tasks and scheduled jobs in Orchard Core. Covers IBackgroundTask implementation, scheduling configuration, and background service patterns.
orchardcore-caching
CrestApps/CrestApps.AgentSkills
Skill for configuring and managing caching in Orchard Core. Covers response compression, dynamic cache, shape caching, cache tag helpers, ISignal-based invalidation, distributed cache with Redis, cache profiles, and CacheContext dependencies.
orchardcore-content-fields
CrestApps/CrestApps.AgentSkills
Skill for adding and configuring content fields in Orchard Core. Covers every built-in field type with all available settings, editor options, display modes, and migration code patterns.
orchardcore-content-items
CrestApps/CrestApps.AgentSkills
Skill for working with Orchard Core content items. Covers the content item lifecycle, IContentManager API, content item JSON structure, querying with YesSql, content handlers, recipe import/export, and accessing parts and fields programmatically.
orchardcore-content-parts
CrestApps/CrestApps.AgentSkills
Skill for adding and configuring built-in content parts in Orchard Core. Covers every built-in content part with all available settings, migration code patterns, and recipe configuration.
orchardcore-content-queries
CrestApps/CrestApps.AgentSkills
Skill for querying content items in Orchard Core using YesSql. Covers ContentItemIndex queries, custom index creation, ISession usage, IContentManager queries, and query optimization patterns.
orchardcore-content-types
CrestApps/CrestApps.AgentSkills
Skill for creating, managing, and configuring Orchard Core Content Types. Covers content part definitions, content field definitions, stereotypes, and content type indexing.
orchardcore-data-migrations
CrestApps/CrestApps.AgentSkills
Skill for creating data migrations in Orchard Core. Covers content type migrations, YesSql index table creation, schema alterations, data seeding, and migration versioning patterns.
orchardcore-deployments
CrestApps/CrestApps.AgentSkills
Skill for configuring Orchard Core deployment plans and steps. Covers deployment plan creation, content export/import, and deployment step configuration.
orchardcore-display-management
CrestApps/CrestApps.AgentSkills
Skill for using Orchard Core's display management system. Covers display drivers, display managers, shapes, display types, shape table providers, placement, and editor/display mode patterns.
orchardcore-email
CrestApps/CrestApps.AgentSkills
Guidance for configuring and sending emails in Orchard Core using the OrchardCore.Email module, including SMTP setup, programmatic sending via ISmtpService, Liquid-based email templates, recipe-driven configuration, workflow email activities, and the Azure Communication Services email provider.
orchardcore-features
CrestApps/CrestApps.AgentSkills
Explains OrchardCore feature management including enabling and disabling features, programmatic control with IShellFeaturesManager, feature dependencies, conditional service registration, feature event handlers, recipe-based activation, and a catalog of commonly used features organized by category.