library-lookup

Retrieve reusable fmxmlsnippet code from a curated library by keyword matching.

89|29|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/petrowsky/agentic-fm --skill library-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: library-lookup
Source: https://github.com/petrowsky/agentic-fm/tree/main/.cursor/skills/library-lookup
Command: npx skills add https://github.com/petrowsky/agentic-fm --skill library-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers quickly find and integrate pre-written, reusable code snippets from a curated library, saving time and ensuring consistency.

Core Features & Use Cases

  • Code Discovery: Search and locate specific fmxmlsnippet code blocks based on keywords and descriptions.
  • Integration Guidance: Provides clear instructions on how to adapt and integrate library code into existing FileMaker scripts.
  • Use Case: A developer needs to implement a common task like an HTTP POST request in FileMaker. They can use this Skill to find the relevant snippet in the library, adapt it with their specific URL and data, and integrate it seamlessly.

Quick Start

Use the library-lookup skill to find a script for making an HTTP request.

Frequently Asked Questions about library-lookup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find reusable FileMaker code snippets for common script tasks?

You can find reusable FileMaker code snippets by using a lookup tool that reads a manifest file and matches keywords to retrieve specific fmxmlsnippet code blocks. This allows developers to quickly locate pre-written script components for common FileMaker Pro tasks.

What is an fmxmlsnippet and when do I need it for FileMaker Pro development?

An fmxmlsnippet is a reusable XML code block representing a script component in FileMaker Pro. You need it when integrating pre-written logic for common tasks, such as HTTP POST requests, to ensure consistency and save development time.

How do I integrate a pre-written fmxmlsnippet into an existing FileMaker script?

To integrate an fmxmlsnippet, retrieve the code block via keyword matching, then follow the provided integration guidance to adapt the snippet with your specific parameters, such as URLs and data payloads, before inserting it into your existing FileMaker script.

Can I use this code library lookup to find an HTTP POST request script for FileMaker?

Yes, the code library lookup supports finding specific scripts like an HTTP POST request. It searches a curated library of fmxmlsnippet files based on keywords and descriptions to locate the relevant code block for your FileMaker Pro implementation.

Do I need a manifest file to search for reusable code in this FileMaker library?

Yes, searching for reusable code in this FileMaker library requires reading a manifest file. The lookup process depends on this manifest to index and match specific code files based on your keyword queries before retrieving the fmxmlsnippet blocks.