developer-delphi-horse-orchestrator

Routes HTTP Horse ecosystem calls for Delphi/FPC to specialized skills via a central orchestrator.

Updated Jan 6, 2026
One-click install
npx skills add https://github.com/cslsoftwares/ParamentersORM --skill developer-delphi-horse-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer-delphi-horse-orchestrator
Source: https://github.com/cslsoftwares/ParamentersORM/tree/main/.cursor/skills/developer-delphi-horse-orchestrator_V1.0.0
Command: npx skills add https://github.com/cslsoftwares/ParamentersORM --skill developer-delphi-horse-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a single entry point to orchestrate the Horse ecosystem for Delphi/FPC, analyzing the context and routing requests to the appropriate specialized Skill without solving problems directly.

Core Features & Use Cases

  • Central routing for Horse-based servers and middlewares (CORS, JWT, logging, compression, ETag, pagination).
  • Context analysis and delegation to the correct specialized skill, enabling modular development and scalable architecture.
  • Use Case: Deploy a Delphi/FPC Horse server and have requests seamlessly dispatched to dedicated services such as security, logging, and response optimization.

Quick Start

Run the orchestrator to start routing HTTP Horse requests to the appropriate sub-skills within the Horse family.

Frequently Asked Questions about developer-delphi-horse-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route HTTP requests in a Delphi Horse server to modular services?

A Horse orchestrator routes HTTP requests by acting as a single entry point for Delphi/FPC servers, analyzing context and delegating calls to specialized sub-skills. It coordinates middleware, routing, and safety checks to seamlessly dispatch requests to dedicated modular services.

What is the best way to manage middleware like JWT and CORS in a Horse application?

The best way to manage Horse middleware like JWT and CORS is through a central orchestrator skill. It coordinates these safety checks and routing configurations, ensuring requests reach the correct specialized sub-skills within the Horse suite consistently.

Can I use a single entry point to orchestrate Horse ecosystem calls for Delphi and FPC?

Yes, you can use a Horse orchestrator as a single entry point to orchestrate ecosystem calls for Delphi and FPC. It routes HTTP Horse calls and delegates to specialized skills, enabling modular development and scalable server architecture.

How do I start routing HTTP Horse requests to dedicated sub-skills?

To start routing HTTP Horse requests, run the orchestrator to analyze context and dispatch calls to the appropriate sub-skills within the Horse family. Ensure clear context and stable integration with Horse components to maintain consistent behavior.

Does the Horse orchestrator directly handle JWT authentication and Swagger documentation?

No, the Horse orchestrator does not directly handle JWT authentication or Swagger documentation itself. It analyzes request context and routes calls to the appropriate specialized Horse skills that manage these specific middleware tasks.

When should I not use a central orchestrator for my Horse server routing?

You should not use a central orchestrator for Horse server routing if you lack clear context or stable integration with Horse components. The orchestrator requires these to maintain consistent behavior and properly delegate to specialized sub-skills.