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.
28 tagged dmvcframework, measured the same way as everything else here.
Browse within: delphi 28claude-ai 18horse 18agentic-coding 10gemini-cli 10
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 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"…