Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

delphi-spec-kit

delphi-spec-kit에는 delphicleancode에서 수집한 skills 34개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
34
Stars
44
업데이트
2026-03-25
Forks
10
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

delphi-clean-code
소프트웨어 개발자

Pragmatic clean code standards for Delphi — concise, direct, no over-engineering

2026-03-25
delphi-code-review
소프트웨어 품질 보증 분석가·테스터

Delphi code review checklist — quality, security, performance, SOLID, memory

2026-03-25
delphi-memory-and-exceptions
소프트웨어 개발자

Good memory management practices, memory leak prevention and exception handling in Delphi

2026-03-25
delphi-solid-patterns
소프트웨어 개발자

SOLID implementation patterns for Delphi projects — Repository, Service, Factory, Strategy with constructor injection and interfaces

2026-03-25
design-patterns-gof-delphi
소프트웨어 개발자

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.

2026-03-25
devexpressdext-components
소프트웨어 개발자

Standards for using DevExpress (DEXT) components in Delphi VCL applications

2026-03-25
dext-framework-patterns
소프트웨어 개발자

Architectural patterns, Entity ORM, Minimal APIs and dependency injection for projects created with Dext Framework (cesarliws/dext).

2026-03-25
delphimvcframework
소프트웨어 개발자

Patterns for development with DelphiMVCFramework (DMVC) — controllers, Active Record, JWT, Swagger

2026-03-25
dunitx-testing-patterns
소프트웨어 품질 보증 분석가·테스터

Unit testing patterns with DUnitX for Delphi — fixtures, mocking, integration tests

2026-03-25
firebird-database
데이터베이스 아키텍트

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

2026-03-25
horse-framework
소프트웨어 개발자

Patterns for developing REST APIs with Horse framework in Delphi

2026-03-25
intraweb-framework
소프트웨어 개발자

Guides and standards for using the Intraweb stateful web framework in Delphi projects.

2026-03-25
mysql-database
데이터베이스 아키텍트

Development patterns with MySQL/MariaDB via FireDAC — connection, stored procedures, AUTO_INCREMENT, JSON, triggers, replication, migrations

2026-03-25
postgresql-database
데이터베이스 아키텍트

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

2026-03-25
delphi-code-refactoring
소프트웨어 개발자

Refactoring techniques for Object Pascal focused on improving readability, removing code smells, and preserving behavior through practices like Extract Method, Guard Clauses, and polymorphism.

2026-03-25
delphi-test-driven-development-tdd-and-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.

2026-03-25
threading-multi-threading
소프트웨어 개발자

Threading patterns in Delphi — TThread, TTask, TParallel, Synchronize, Queue, thread-safety, Producer-Consumer, pools, cancellation and debugging

2026-03-25
delphi-clean-code
소프트웨어 개발자

Pragmatic clean code standards for Delphi — concise, direct, no over-engineering

2026-03-25
delphi-code-review
소프트웨어 품질 보증 분석가·테스터

Delphi code review checklist — quality, security, performance, SOLID, memory

2026-03-25
delphi-solid-patterns
소프트웨어 개발자

SOLID implementation patterns for Delphi projects — Repository, Service, Factory, Strategy with constructor injection and interfaces

2026-03-25
design-patterns-gof-delphi
소프트웨어 개발자

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.

2026-03-25
devexpressdext-components
소프트웨어 개발자

Standards for using DevExpress (DEXT) components in Delphi VCL applications

2026-03-25
dext-framework-patterns
소프트웨어 개발자

Architectural patterns, Entity ORM, Minimal APIs and dependency injection for projects created with Dext Framework (cesarliws/dext).

2026-03-25
delphimvcframework
소프트웨어 개발자

Patterns for development with DelphiMVCFramework (DMVC) — controllers, Active Record, JWT, Swagger

2026-03-25
dunitx-testing-patterns
소프트웨어 품질 보증 분석가·테스터

Unit testing patterns with DUnitX for Delphi — fixtures, mocking, integration tests

2026-03-25
firebird-database
데이터베이스 아키텍트

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

2026-03-25
horse-framework
소프트웨어 개발자

Patterns for developing REST APIs with Horse framework in Delphi

2026-03-25
intraweb-framework
소프트웨어 개발자

Guides and standards for using the Intraweb stateful web framework in Delphi projects.

2026-03-25
mysql-database
데이터베이스 아키텍트

Development patterns with MySQL/MariaDB via FireDAC — connection, stored procedures, AUTO_INCREMENT, JSON, triggers, replication, migrations

2026-03-25
postgresql-database
데이터베이스 아키텍트

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

2026-03-25
delphi-code-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.

2026-03-25
delphi-test-driven-development-tdd-and-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.

2026-03-25
threading-multi-threading
소프트웨어 개발자

Threading patterns in Delphi — TThread, TTask, TParallel, Synchronize, Queue, thread-safety, Producer-Consumer, pools, cancellation and debugging

2026-03-25
projeto-acbr-patterns
소프트웨어 개발자

Padrões arquiteturais, de injeção de dependência e de UI para o ecossistema Projeto ACBr (Automação Comercial Brasil) em Delphi.

2026-03-24