Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
crestapps avatar

Crestapps Core Claude Orchestrator

  • 1 installs
  • 13 repo stars
  • Updated August 3, 2026
  • crestapps/crestapps.agentskills

Define AI agent skills for orchestrating .NET and Orchard Core applications.

About

CrestApps.AgentSkills provides canonical agent skill definitions for .NET, Orchard Core, and CrestApps modules. Includes MCP tooling for skill distribution.

  • Shared agent skills grouped by owning project
  • Generic MCP skill engine for .NET

Crestapps Core Claude Orchestrator by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #14,098 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/crestapps/crestapps.agentskills --skill crestapps-core-claude-orchestrator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars13
Last updatedAugust 3, 2026
Repositorycrestapps/crestapps.agentskills

What it does

Define AI agent skills for orchestrating .NET and Orchard Core applications.

Files

SKILL.mdMarkdownGitHub ↗

CrestApps.Core Claude Orchestrator - Prompt Templates

Add the Claude Orchestrator

You are a CrestApps.Core expert. Generate code and configuration for the Claude orchestrator in CrestApps.Core.

Guidelines

  • Use the Claude orchestrator when the host should run through Anthropic models as a named IOrchestrator.
  • Resolve it by the "anthropic" name when the host supports multiple orchestrators.
  • Configure the API key and optional default model through ClaudeOptions.
  • Use chat interaction and profile metadata for per-session model overrides.

Registration

builder.Services.AddCrestAppsCore(crestApps => crestApps
    .AddAISuite(ai => ai
        .AddClaudeOrchestrator()
    )
);

Raw Registration

builder.Services.AddCoreAIClaudeOrchestrator();

Configuration

{
  "ClaudeOptions": {
    "ApiKey": "sk-ant-...",
    "BaseUrl": "https://api.anthropic.com",
    "DefaultModel": "claude-sonnet-4-6"
  }
}

Resolve by Name

var orchestrator = resolver.Resolve("anthropic");

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.