FileMaker DDR reports contain calculation fields, custom functions, and business logic embedded in scripts. This skill helps you extract, understand, and adapt that logic for PostgreSQL implementations—typically for import processes, data transformations, and maintenance scripts.
Key principle: PostgreSQL implementations will often be more efficient than direct translations. Use FileMaker logic to understand what the business rules are, then implement them idiomatically in PostgreSQL.
Important: Many "calculated" values are actually set by FileMaker scripts, not calculation fields. Scripts often contain the most complex business logic.
Используйте при анализе FileMaker DDR для извлечения вычислений, пользовательских функций и бизнес-логики для процессов импорта PostgreSQL или сценариев обслуживания — основное внимание уделяется пониманию и адаптации логики FileMaker, а не прямой миграции схемы. Источник: ajbcoding/claude-skill-eval.