filemaker-go
FileMaker Go is the iOS/iPadOS client for FileMaker databases. This skill also covers the Go Development Guide (designing for mobile), the iOS App SDK (building custom Xcode apps), and release notes.
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "filemaker-go" description: "FileMaker Go is the iOS/iPadOS client for FileMaker databases. This skill also covers the Go Development Guide (designing for mobile), the iOS App SDK (building custom Xcode apps), and release notes." license: "MIT" --- # Claris FileMaker Go Help > Navigator skill — routes to reference files, then fetches live Claris documentation on demand. FileMaker Go is the iOS/iPadOS client for FileMaker databases. This skill also covers the Go Development Guide (designing for mobile), the iOS App SDK (building custom Xcode apps), and release notes. ## How to use this skill 1. Identify the topic area below that matches the user's question. 2. Read the corresponding `references/` file to find the relevant page URL(s). 3. Fetch the page with `WebFetch` from the URL listed there. 4. If a fetch returns 404, tell the user the page may have moved and suggest running `update.py` to refresh references. ## Topic areas ### Go Help Using FileMaker Go — opening files, entering data, working offline, device features, touch gestures. → `references/go-help.md` ### Go Development Guide Designing solutions for mobile — scripts, device sensors, offline sync, Go vs Pro feature differences, best practices. → `references/go-development.md` **Note on layout design for mobile:** The Go Development Guide does not include layout design pages. For questions about designing FileMaker layouts for iPhone/iPad screens (Screen Stencils, Touch themes, auto-resize, best practices), use the FileMaker Pro skill's `references/pro-layouts.md` — specifically `screen-stencils.md` and `best-practices-designing-layouts.md`. ### iOS App SDK Guide Building custom iOS apps with the FileMaker iOS App SDK — Xcode project setup, configuration, distribution. → `references/ios-app-sdk.md` ### Release notes → `references/go-release-notes.md`
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

