FileMaker Second Opinion — AI skill for Claude Code
A reasoning skill for AI-assisted FileMaker development, built from production experience.
How to install FileMaker Second Opinion
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open andykear/FileMaker-second-opinion and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What FileMaker Second Opinion does
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 solution for the one that holds up in production.
Alternatives in AI
- Claude Cookbook — Official notebooks and recipes for common patterns (RAG, tool use, Skills, MCP) 35.3k ★
- Deepreasoning — A high-performance LLM inference API and Chat UI that integrates DeepSeek R1's CoT reasoning traces with Anthr 5.4k ★
- Gsap Skills — Official AI skills for GSAP 1.7k ★
README
[](https://github.com/andykear/FileMaker-second-opinion) [](https://creativecommons.org/licenses/by/4.0/)
FileMaker Second Opinion
A reasoning skill for AI-assisted FileMaker development. Built from production experience. Released as v1 after months of refining the logic against real work, now at v1.1.
It contains no techniques and no knowledge. It corrects one bias: an AI's tendency to mistake the common FileMaker solution for the one that holds up in production.
The problem
FileMaker's accessibility is its great strength. It is also the source of a quiet problem for anyone using AI to build in it.
A huge, capable, largely self-taught community means the platform's common patterns are everywhere in the material a model learns from. The deepest patterns mostly are not. The techniques that matter at scale live in client work and production systems that never got written up in public.
So the training data is weighted toward the common solution. And for a specific class of problems, the common solution and the professional one are not the same thing. A model gives you the common one, confidently, because that is what the weight of the data says.
This would not matter if wrong answers announced themselves. Many do. A bad calculation returns the wrong value, a mistyped field name throws an error, you fix it and move on.
The dangerous ones are different. The common answer works in the demo and degrades silently later. Record volume. Concurrent users. WAN latency. A growing found set.
A filtered portal that is fine on two hundred rows and unusable on two hundred thousand. A uniqueness constraint that holds on manual entry and does nothing on a scripted import. An unstored calculation that is instant when you test it alone and a bottleneck once real users are on the hosted file.
The schema looks right
Related Skills
Ask GPT
Get GPT (Codex) second opinion on a question or current work. Single-shot, advisory, no contamination.
Ask Openrouter
Ask a single configured OpenRouter model for a second opinion. Advisory only. Single-shot or multi-turn.
AI Universe Second Opinion Workflow
Complete workflow for using AI Universe MCP /secondo command
Second O Pi Nion
A pi-coding-agent extension that lets the LLM ask a different LLM for a second opinion when it gets stuck.
Peer AI
AI-to-AI peer consultation: install symmetric skills in Claude Code, Codex CLI, and Gemini CLI so any installe
Ask Claude For Codex
A read-only second opinion from Claude Code—with selectable model, effort, budget, and persistent context.
Related Agents
Critical Thinking
Critical thinking mode that challenges assumptions and probes reasoning. Use when you want a second opinion on
Kimi Worker
Forward a coding, diagnosis, or review task to Kimi K3 (Moonshot) through the local kimi-worker.sh runtime. Us
Review AI Newcomer
Reviews plans and specs from the perspective of a developer who is competent with software but new to AI-assis