·extracting-filemaker-business-logic
</>

extracting-filemaker-business-logic

Use when analyzing FileMaker DDR to extract calculations, custom functions, and business logic for PostgreSQL import processes or maintenance scripts - focuses on understanding and adapting FileMaker logic rather than direct schema migration

5Installs·0Trend·@ajbcoding

Installation

$npx skills add https://github.com/ajbcoding/claude-skill-eval --skill extracting-filemaker-business-logic

How to Install extracting-filemaker-business-logic

Quickly install extracting-filemaker-business-logic AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/ajbcoding/claude-skill-eval --skill extracting-filemaker-business-logic
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: ajbcoding/claude-skill-eval.

SKILL.md

View raw

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.

Use when analyzing FileMaker DDR to extract calculations, custom functions, and business logic for PostgreSQL import processes or maintenance scripts - focuses on understanding and adapting FileMaker logic rather than direct schema migration Source: ajbcoding/claude-skill-eval.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/ajbcoding/claude-skill-eval --skill extracting-filemaker-business-logic
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from ajbcoding/claude-skill-eval

Quick answers

What is extracting-filemaker-business-logic?

Use when analyzing FileMaker DDR to extract calculations, custom functions, and business logic for PostgreSQL import processes or maintenance scripts - focuses on understanding and adapting FileMaker logic rather than direct schema migration Source: ajbcoding/claude-skill-eval.

How do I install extracting-filemaker-business-logic?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ajbcoding/claude-skill-eval --skill extracting-filemaker-business-logic Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/ajbcoding/claude-skill-eval

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22

Related Skills

None