.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/delphicleancode/delphi-spec-kit
home/skills/delphicleancode/delphi-spec-kit
delphicleancode avatar

delphicleancode/delphi-spec-kit

18 skills

View on GitHub
$npx skills add delphicleancode/delphi-spec-kit
SkillInstalls
acbr-componentsArchitectural, dependency injection and UI patterns for the ACBr Project (Commercial Automation Brazil) ecosystem in Delphi.—clean-codePragmatic clean code standards for Delphi — concise, direct, no over-engineering—code-reviewDelphi code review checklist — quality, security, performance, SOLID, memory—delphi-memory-exceptionsGood memory management practices, memory leak prevention and exception handling in Delphi—delphi-patternsSOLID implementation patterns for Delphi projects — Repository, Service, Factory, Strategy with constructor injection and interfaces—design-patternsImplementation of the 23 GoF (Gang of Four) patterns in Object Pascal / Delphi with interfaces, TInterfacedObject and SOLID principles.—devexpress-componentsStandards for using DevExpress (DEXT) components in Delphi VCL applications—dext-frameworkArchitectural patterns, Entity ORM, Minimal APIs and dependency injection for projects created with Dext Framework (cesarliws/dext).—dmvc-frameworkPatterns for development with DelphiMVCFramework (DMVC) — controllers, Active Record, JWT, Swagger—dunitx-testingUnit testing patterns with DUnitX for Delphi — fixtures, mocking, integration tests—firebird-databaseDevelopment patterns with Firebird database via FireDAC — connection, PSQL, generators, transactions, migrations—horse-frameworkPatterns for developing REST APIs with Horse framework in Delphi—intraweb-frameworkGuides and standards for using the Intraweb stateful web framework in Delphi projects.—mysql-databaseDevelopment patterns with MySQL/MariaDB via FireDAC — connection, stored procedures, AUTO_INCREMENT, JSON, triggers, replication, migrations—postgresql-databaseDevelopment patterns with PostgreSQL via FireDAC — connection, PL/pgSQL, sequences, JSONB, UPSERT, full-text search, migrations—refactoringRefactoring techniques for Object Pascal focused on improving readability, removing code smells, and preserving behavior through practices like Extract Method,…—tdd-dunitxGuidelines on how the AI ​​should act and code when the user requests TDD, unit tests, DUnitX or fakes/mocks using Interfaces in Delphi.—threadingThreading patterns in Delphi — TThread, TTask, TParallel, Synchronize, Queue, thread-safety, Producer-Consumer, pools, cancellation and debugging—