Skip to content
View andykear's full-sized avatar

Block or report andykear

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
andykear/README.md

Analyse a FileMaker solution in your browser

Nothing installed, nothing uploaded, works offline.

Clockwork Inspector (SaXML) Drop in a Save as XML export. Unreferenced fields tiered by confidence, broken references, script call tree, relationship graph drawn from the real TO geometry, layout wireframes, and a diff between two versions down to the calculation line. Every check is documented, so the findings are defensible in front of a client.

XML Scrubber (SaXML + others) Strips API keys, passwords and internal hostnames out of FileMaker XML before you hand it to an AI tool.

Reliable AI for FileMaker

AI is genuinely useful for FileMaker development, but only if it stops guessing. Left to its training data, a model invents functions that don't exist, and emits layout and schema XML that FileMaker rejects silently — no error, the object just never appears.

These are open tools and specifications that fix that: the knowledge an AI needs to generate FileMaker that actually works, and the tools to check what it produces. Much of it is reverse-engineering FileMaker's undocumented clipboard XML — the formats Claris has never published, where a wrong guess pastes silently and breaks. The rest is giving the model the vocabulary, reasoning and verification it otherwise lacks.

Start here

FileMaker Second Opinion A reasoning skill, not a knowledge file. It makes the model challenge its own first answer on exactly the problems where the common FileMaker solution works in a demo and fails silently in production, and it forces a proper read of Claris Help, Notes and platform sections included, before any behaviour claim is made. Built and refined against production work. New, and the piece the rest of this page stacks under.

FileMaker AI Vocabulary Every FileMaker 26 function and script step in ~7,000 tokens, so an AI stops inventing things that don't exist. The cheapest way to make any model better at FileMaker.

Generation — paste-ready FileMaker XML

Script XML Skill (XMSS, XMSC, XMFN) The full script step ID dictionary, plus the hidden paste-handler rules that decide whether your XML survives the trip into FileMaker.

Layout XML Skill (XML2) All 18 layout object types mapped, every flag decoded, element order confirmed against native output. Verified across 45+ layouts in 10 production files.

Field, Table & Value List Definitions (XMFD, XMTB, XMVL) Field, table and value list definition XML — auto-enter, validation, storage, calculation options, and the three value list source arms — verified down to the individual option level.

Verified, not guessed

Every finding here is marked so you know exactly how sure I am: ✓ round-trip tested · ◎ observed in native exports · ○ inferred

All CC BY 4.0.

Andrew Kear · Claris Partner · Claris MVP · clockworkct.co.uk

Pinned Loading

  1. FileMaker-XMLsnippet-Claude-Skill FileMaker-XMLsnippet-Claude-Skill Public

    Reverse-engineered specification of FileMaker's undocumented script XML paste behaviour, including a fully verified step ID dictionary and the hidden paste-handler rules that make a pasted script w…

    13 1

  2. FileMaker-XMLsnippet-Layout-Claude-Skill FileMaker-XMLsnippet-Layout-Claude-Skill Public

    Reverse-engineered specification of FileMaker's undocumented layout XML format (fmxmlsnippet LayoutObjectList). All 18 object types covered, flags decoded, element order confirmed, verified against…

    11

  3. FileMaker-XML-field-definitions FileMaker-XML-field-definitions Public

    Reverse-engineered specification of FileMaker's undocumented FIELD and TABLE definition XML format. Covers field types, auto-enter, validation, calculation and summary fields, verified against File…

    8

  4. FileMaker-XML-inspector-open-source FileMaker-XML-inspector-open-source Public

    Reads a FileMaker Save as XML export and reports in the browser: finds unreferenced fields, scripts, layouts and tables, flags broken references, and diffs two versions to the calculation line. Eve…

    HTML 17 3

  5. FileMaker-AI-vocabulary FileMaker-AI-vocabulary Public

    Every FileMaker 26 function and script step, compressed to ~7,000 tokens: names, signatures, return types, script step IDs, and platform support. Small enough to keep in context as part of an AI sk…

    1 1

  6. FileMaker-second-opinion FileMaker-second-opinion Public

    A reasoning skill for AI-assisted FileMaker development, built from production experience. No techniques, no knowledge files. It corrects one bias: an AI's tendency to mistake the common FileMaker …