install-mbs-docs

Download, install, and parse MonkeyBread Software documentation for FileMaker development.

17|5|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/marcel-more/fm-lab --skill install-mbs-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-mbs-docs
Source: https://github.com/marcel-more/fm-lab/tree/main/.claude/skills/install-mbs-docs
Command: npx skills add https://github.com/marcel-more/fm-lab --skill install-mbs-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, unzip, python3, sqlite3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill eliminates the manual effort of downloading, extracting, and organizing the extensive MonkeyBread Software (MBS) Plugin documentation, ensuring your local reference is always up-to-date and correctly indexed for AI-assisted development.

Core Features & Use Cases

  • Automated Synchronization: Automatically checks for and installs the latest MBS documentation from MonkeyBread Software.
  • Component Parsing: Analyzes function documentation to generate an exceptions table, significantly improving the accuracy of function lookups.
  • Use Case: When starting a new FileMaker project or upgrading your plugin version, use this skill to instantly refresh your local documentation and component mapping without leaving your development environment.

Quick Start

Ask the assistant to install or update the MBS plugin documentation to ensure your local reference files are current.

Frequently Asked Questions about install-mbs-docs

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

FAQPage Schema
How do I automate MBS Plugin documentation installation for FileMaker development?

Automating MBS Plugin documentation installation uses shell and Python workflows to download, extract, and index MonkeyBread Software reference materials locally. This ensures your FileMaker development environment has up-to-date plugin documentation without manual effort.

What is component-level parsing of MBS documentation and why is it needed?

Component-level parsing of MBS documentation analyzes function references to generate an exceptions table, improving the accuracy of function lookups. It structures MonkeyBread Software metadata so AI-assisted coding tools can retrieve precise plugin function details.

Do I need curl and sqlite3 to parse MBS Plugin documentation locally?

Yes, parsing MBS Plugin documentation locally requires curl, unzip, python3, and sqlite3. These dependencies handle downloading archives, extracting files, executing parsing scripts, and storing structured function metadata for AI-assisted FileMaker development.

Can I sync MBS Plugin documentation automatically when upgrading my FileMaker project?

Yes, you can sync MBS Plugin documentation automatically when upgrading your FileMaker project. The automated workflow checks for and installs the latest MonkeyBread Software reference materials, refreshing your local component mapping without leaving your environment.

What's the best way to maintain local FileMaker plugin reference files for AI-assisted coding?

The best way to maintain local FileMaker plugin reference files is through automated synchronization workflows that download and parse MBS documentation. This keeps your MonkeyBread Software references current and correctly indexed for accurate AI-assisted development.

Why does my MBS plugin function lookup return inaccurate results during AI-assisted development?

Inaccurate MBS plugin function lookups during AI-assisted development often occur when local documentation lacks structured metadata. Component-level parsing generates an exceptions table that indexes function details, significantly improving lookup accuracy.