Skill Claude CodeCodex
Guide for setting up thread-safe database connection pooling (FireDAC / UniDAC) in multithreaded Horse applications.
105 tagged delphi, measured the same way as everything else here.
Browse within: dmvcframework 28rest 26Minimalist 23api 23framework 23web 23claude-ai 18horse 18acbr 17antigravity 17freepascal 17gemini 17clean-code 15code-quality 15
Skill Claude CodeCodex
Guide for setting up thread-safe database connection pooling (FireDAC / UniDAC) in multithreaded Horse applications.
Skill Claude CodeCodex
Guide for structuring corporate Horse applications using Clean MVC (Model-View-Controller) principles and decoupling HTTP layers from business logic.
Skill Claude CodeCodex
Guide to interacting with THorseRequest (body, query, params, headers) and THorseResponse (Send, Status, ContentType).
Skill Claude CodeCodex
Develop REST APIs with MARS-Curiosity (Delphi REST library) - writing resources, REST attributes, parameter binding, JWT authentication and roles, FireDAC dataset publishing, server-sent events (SSE), WebStencils HTML templating, client components, configuration, serialization. Use this skill whenever the user is…
Skill Claude CodeCodex
Build MCP (Model Context Protocol) servers in Delphi with MARS-Curiosity, so AI agents (Claude, ChatGPT, Open WebUI/Ollama, MCP Inspector) can discover and call Delphi code as tools, read MCP resources and use MCP prompts. Use this skill whenever the user wants to expose Delphi/MARS functionality to an AI agent or…
Skill Claude CodeCodex
Scaffold a new REST server project with MARS-Curiosity (Delphi REST library). Use this skill whenever the user wants to create, bootstrap, or set up a new MARS server, a new Delphi REST API/server/microservice/web service based on MARS, or asks "how do I start a MARS project". Also use it when adding a new host flavor…
Skill Claude CodeCodex
A usage guide for Daofy, a Delphi development tool that reads and edits Delphi source files and supports compiling, auditing, and automated testing. Delphi is a programming language and development environment.
Skill Claude CodeCodex
Analyzes a Delphi / Object Pascal codebase to extract unit-level uses dependencies. Use when the user uploads a zip / archive of a Delphi project, or a folder of .pas / .dpr / .dpk files, and asks for a dependency graph, architecture map, cycle detection, fan-in / fan-out coupling analysis, or wants to know how units…
Skill Claude CodeCodex
Analyzes a Delphi / Object Pascal codebase to extract unit-level uses dependencies. Use when the user uploads a zip / archive of a Delphi project (or a folder of .pas / .dpr / .dpk files) and asks for a dependency graph, architecture map, cycle detection, fan-in / fan-out coupling analysis, or wants to know how units…
Skill Claude CodeCodex
Sample knowledge-only skill demonstrating the SKILL.md layout.
delphicleancode/delphi-spec-kit
Skill Claude CodeCodex
Implementation of the 23 GoF (Gang of Four) patterns in Object Pascal / Delphi with interfaces, TInterfacedObject and SOLID principles. Covers Creational, Structural and Behavioral patterns.
delphicleancode/delphi-spec-kit
Skill Claude CodeCodex
Development patterns with Firebird database via FireDAC — connection, PSQL, generators, transactions, migrations.
delphicleancode/delphi-spec-kit
Skill Claude CodeCodex
Development patterns with PostgreSQL via FireDAC — connection, PL/pgSQL, sequences, JSONB, UPSERT, full-text search, migrations.
Skill Claude CodeCodex
Use when the user says "/bugcheck", "/mxBugChecker", "check for bugs", "find bugs", "audit for vulnerabilities", "verify the code", "look for issues in this file", or otherwise requests bug analysis on VCS changes or specific files. Verified-knowledge bug finder — every finding requires concrete code proof. Analyzes…
Skill Claude CodeCodex
Use when the user says "/decision", "/mxDecision", "document decision", "write an ADR", "record a decision", "architectural decision", "ADR", or otherwise wants to capture a significant technical choice made in the conversation. Creates or updates Architecture Decision Records (ADRs) via MCP-Tools in the mxLore…
Skill Claude CodeCodex
Use when the user says "save state", "/mxSave", "session end", "before /compact", "wrap up", or otherwise wants to persist the current mx-project state (clean settings, update CLAUDE.md + docs/status.md, create session notes in MCP-DB, sync orchestrate-state deltas, emit clear-cycle tip). Loop-capable. Fires at…
dimitar-grigorov/mcp-file-tools
Skill Claude CodeCodex
Diagnoses garbled text and audits or bulk-converts non-UTF-8 files using the file-tools MCP server. Use when text looks like mojibake (Cyrillic rendering as Íàñòðîéêè, Ð/Ñ sequences, ????, or � characters), when surveying or migrating a legacy codebase's encodings (Delphi/Pascal, VB6, legacy PHP/HTML, CP1251, CP1252…
delphicleancode/lazarus-spec-kit
Skill Claude CodeCodex
Padrões de desenvolvimento com banco de dados Firebird via SQLdb/Zeos — conexão, PSQL, generators, transactions, migrations.
delphicleancode/lazarus-spec-kit
Skill Claude CodeCodex
Padrões de desenvolvimento com MySQL/MariaDB via SQLdb/Zeos — conexão, stored procedures, AUTOINCREMENT, JSON, triggers, replication, migrations.
delphicleancode/lazarus-spec-kit
Skill Claude CodeCodex
Padrões de desenvolvimento com PostgreSQL via SQLdb/Zeos — conexão, PL/pgSQL, sequences, JSONB, UPSERT, full-text search, migrations.
Skill Claude CodeCodex
Use when writing, reviewing or fixing Delphi / Object Pascal code — any .pas or .dpr unit, the RTL or the VCL — independently of any framework. Covers language level and version gating, inline var, generics, anonymous methods, memory and lifetime (Free, try/finally, interfaces, managed records), strings and encodings…
Skill Claude CodeCodex
Use when building or consuming a JSON-RPC 2.0 endpoint with DelphiMVCFramework — publishing a plain Delphi class as remotely callable methods, or calling one from a Delphi client. Triggers on "JSON-RPC", "JSONRPC", "MVCFramework.JSONRPC", "RPC method", "PublishObject", "TMVCJSONRPCController", "TMVCJSONRPCPublisher"…
Skill Claude CodeCodex
Use when writing any server-side feature with DelphiMVCFramework (DMVC) — controllers, routes, REST endpoints, entities, middleware, validation, dependency injection, JWT, SSE, or the server bootstrap. The core skill; the Minimal API, web-app, UI, security and testing skills build on it. Triggers on "DMVCFramework"…
soporte-defontsoft/delphi-ide-remote-mcp
Skill Claude CodeCodex
Work a remote RAD Studio (Delphi IDE) machine through the Delphi IDE Remote MCP Server (delphi / vault tools). Load when connected to an MCP server exposing delphiworkspace, delphibuild, delphiedit and friends - it teaches the path model, the safe-editing contract, the build/deploy chains (Windows, Linux via PAServer…