# delphicleancode

> Open-source publisher. Listings imported from github.com/delphicleancode — credited to the original author with their license.

- **Listings:** 18
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/delphicleancode
- **Website:** https://github.com/delphicleancode

## Published listings

- [Firebird Database](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-firebird-database) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-firebird-database`
  Development patterns with Firebird database via FireDAC — connection, PSQL, generators, transactions, migrations
- [Horse Framework](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-horse-framework) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-horse-framework`
  Patterns for developing REST APIs with Horse framework in Delphi
- [Intraweb Framework](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-intraweb-framework) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-intraweb-framework`
  Guides and standards for using the Intraweb stateful web framework in Delphi projects.
- [DUnitX Testing Patterns](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-dunitx-testing) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-dunitx-testing`
  Unit testing patterns with DUnitX for Delphi — fixtures, mocking, integration tests
- [ACBr Project Patterns](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-acbr-components) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-acbr-components`
  Architectural, dependency injection and UI patterns for the ACBr Project (Commercial Automation Brazil) ecosystem in Delphi.
- [Delphi Code Review](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-code-review) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-code-review`
  Delphi code review checklist — quality, security, performance, SOLID, memory
- [Dext Framework Patterns](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-dext-framework) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-dext-framework`
  Architectural patterns, Entity ORM, Minimal APIs and dependency injection for projects created with Dext Framework (cesarliws/dext).
- [DevExpress/DEXT Components](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-devexpress-components) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-devexpress-components`
  Standards for using DevExpress (DEXT) components in Delphi VCL applications
- [Design Patterns GoF — Delphi](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-design-patterns) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-design-patterns`
  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.
- [Delphi Clean Code](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-clean-code) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-clean-code`
  Pragmatic clean code standards for Delphi — concise, direct, no over-engineering
- [Threading & Multi-Threading](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-threading) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-threading`
  Threading patterns in Delphi — TThread, TTask, TParallel, Synchronize, Queue, thread-safety, Producer-Consumer, pools, cancellation and debugging
- [Delphi SOLID Patterns](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-delphi-patterns) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-delphi-patterns`
  SOLID implementation patterns for Delphi projects — Repository, Service, Factory, Strategy with constructor injection and interfaces
- [Delphi Memory Exceptions](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-delphi-memory-exceptions) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-delphi-memory-exceptions`
  Good memory management practices, memory leak prevention and exception handling in Delphi
- [MySQL Database](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-mysql-database) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-mysql-database`
  Development patterns with MySQL/MariaDB via FireDAC — connection, stored procedures, AUTO_INCREMENT, JSON, triggers, replication, migrations
- [Delphi Code Refactoring](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-refactoring) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-refactoring`
  Refactoring techniques for Object Pascal: Extract Method, Extract Class, Guard Clauses, Replace Magic Numbers, Replace Conditional with Polymorphism, Introduce Parameter Object, Remove With, Extract Interface. Always focusing on maintaining behavior and improving readability.
- [PostgreSQL Database](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-postgresql-database) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-postgresql-database`
  Development patterns with PostgreSQL via FireDAC — connection, PL/pgSQL, sequences, JSONB, UPSERT, full-text search, migrations
- [DelphiMVCFramework](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-dmvc-framework) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-dmvc-framework`
  Patterns for development with DelphiMVCFramework (DMVC) — controllers, Active Record, JWT, Swagger
- [Delphi Test-Driven Development (TDD) and DUnitX](https://agentstack.voostack.com/l/skill-delphicleancode-delphi-spec-kit-tdd-dunitx) — Skill · Free · security-reviewed — `agentstack add skill-delphicleancode-delphi-spec-kit-tdd-dunitx`
  Guidelines on how the AI ​​should act and code when the user requests TDD, unit tests, DUnitX or fakes/mocks using Interfaces in Delphi.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
