delphi skills

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

HashLoad/horse

Skill Claude CodeCodex

Guide for setting up thread-safe database connection pooling (FireDAC / UniDAC) in multithreaded Horse applications.

1.4k 3d ago A 30 tokens original MIT

HashLoad/horse

Skill Claude CodeCodex

Guide for structuring corporate Horse applications using Clean MVC (Model-View-Controller) principles and decoupling HTTP layers from business logic.

1.4k 3d ago A 34 tokens original MIT

HashLoad/horse

Skill Claude CodeCodex

Guide to interacting with THorseRequest (body, query, params, headers) and THorseResponse (Send, Status, ContentType).

1.4k 3d ago A 32 tokens original MIT

mars-development

04

andrea-magni/MARS

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…

393 11d ago A 155 tokens original MPL-2.0

mars-mcp-server

05

andrea-magni/MARS

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…

393 11d ago A 172 tokens original MPL-2.0

mars-new-project

06

andrea-magni/MARS

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…

393 11d ago A 119 tokens original MPL-2.0

daofy

07

chinawsb/daofy

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.

101 3d ago A 95 tokens original MIT

delphi-uses-graph

08

MaxiDonkey/DelphiGenAI

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…

86 2mo ago A 105 tokens original MIT

delphi-uses-graph

09

MaxiDonkey/DelphiAnthropic

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…

60 3mo ago A 124 tokens original MIT

hello

10

FMXExpress/PasClaw

Skill Claude CodeCodex

Sample knowledge-only skill demonstrating the SKILL.md layout.

53 3d ago A 12 tokens original MIT

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.

49 5mo ago A 47 tokens original MIT

Firebird Database

12

delphicleancode/delphi-spec-kit

Skill Claude CodeCodex

Development patterns with Firebird database via FireDAC — connection, PSQL, generators, transactions, migrations.

49 5mo ago A 24 tokens original MIT

PostgreSQL Database

13

delphicleancode/delphi-spec-kit

Skill Claude CodeCodex

Development patterns with PostgreSQL via FireDAC — connection, PL/pgSQL, sequences, JSONB, UPSERT, full-text search, migrations.

49 5mo ago A 34 tokens original MIT

mxBugChecker

14

MicrotronX/mxLore

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…

29 3d ago A 118 tokens

mxDecision

15

MicrotronX/mxLore

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…

29 3d ago A 80 tokens

mxSave

16

MicrotronX/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…

29 3d ago A 84 tokens

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…

21 2d ago A 159 tokens GPL-3.0

MySQL Database

19

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.

17 4mo ago A 37 tokens

delphi

21

danieleteti/delphi-ai-skills

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…

17 1mo ago A 155 tokens original Apache-2.0

danieleteti/delphi-ai-skills

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"…

17 1mo ago A 139 tokens original Apache-2.0

dmvcframework

23

danieleteti/delphi-ai-skills

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"…

17 1mo ago A 131 tokens original Apache-2.0

cmcpdelphiide

24

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…

5 5d ago A 95 tokens original MIT