developer-delphi-active-directory

Route LDAP/Active Directory integration queries to specialized Delphi sub-skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The orchestrator provides a central entry point to manage LDAP/Active Directory integration in Delphi by routing queries to the correct specialized skills rather than implementing AD logic directly.

Core Features & Use Cases

  • Coordinates the three-family skill set (expert, roteiro, estrutura) for AD integration.
  • Routes queries to the appropriate sub-skill based on user intent (setup, auth, queries, and config).
  • Provides a canonical entry point and guidance for AD-related workflows across Delphi projects.

Quick Start

Ask the orchestrator to route an LDAP/Active Directory task to the appropriate sub-skill (expert, roteiro, or estrutura) and let it guide the implementation.

Frequently Asked Questions about developer-delphi-active-directory

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

FAQPage Schema
How do I orchestrate Active Directory integration workflows in Delphi?

To orchestrate Active Directory integration in Delphi, this skill routes LDAP and AD queries to specialized sub-skills (expert, roteiro, estrutura) based on user intent. It provides a central entry point to guide setup, authentication, and configuration workflows without implementing AD logic directly.

What is the best way to structure LDAP authentication logic across multiple Delphi projects?

The best way to structure LDAP authentication logic is using a three-skill orchestration model. This approach coordinates specialized sub-skills for setup, queries, and configuration, ensuring your Delphi projects maintain a canonical entry point for all AD integration tasks.

Can I use this to route queries involving TActiveDirectory and ldapsend in Delphi?

Yes, you can route queries involving TActiveDirectory and ldapsend. The orchestrator specifically targets inquiries referencing these components, alongside IActiveDirectoryService and USE_LDAP, directing them to the appropriate specialized sub-skill for AD integration implementation.

When do I need an orchestration model for LDAP and Active Directory tasks in Delphi?

You need an LDAP orchestration model when managing Active Directory integration across multiple Delphi projects. It becomes necessary when your workflows require coordinated routing for setup, authentication, queries, and configuration tasks rather than implementing AD logic directly within each project.

Does Delphi LDAP integration require separate skills for setup and configuration?

Delphi LDAP integration uses a three-family skill set: expert, roteiro, and estrutura. This separation allows the orchestrator to route queries to the appropriate sub-skill based on specific user intent, covering setup, authentication, queries, and configuration workflows distinctly.

Why should I use an orchestrator instead of implementing Active Directory logic directly in Delphi?

Using an orchestrator avoids implementing Active Directory logic directly by providing a central entry point to manage LDAP integration. It routes queries to correct specialized skills, enforcing a structured three-skill orchestration model that guides AD workflows consistently across Delphi projects.