Prompt Library: Collection of prompts for developers to use with AI tools Intuit has released a prompt library for developers to use with AI tools, organizing reusable prompts by workflow and topic to help teams adapt to platform changes and implement new features. The library is tool-agnostic and includes recipes for API discovery, webhook migration, and other tasks, with support for referencing prompts via @file syntax in IDEs. Collection of reusable prompts for Intuit developers to use with AI tools. This library organizes prompts by workflow and topic so you can quickly find, copy, and adapt them in your own development work. The goal of this prompt library is to help you quickly adapt to platform changes and implement new features. Prompt recipes written in plain Markdown. Organized by workflow/topic , e.g. discovery, change management, migrations, etc. Tool‑agnostic : you can use them with any AI assistant IDE plugin, chat UI, API, etc. . | Folder | What it does | When to use it | |---|---|---| discover/ | Intuit Enterprise Suite IES Dimensions API and Projects & Estimates API . Configure target language, transaction type, and instructions in prompt-config.json , then run node merge-prompt.js to produce a ready-to-paste prompt. workflows/webhooks-migration/ webhook handler from the legacy payload to the CloudEvents format . Supports Java, .NET, PHP, Node.js, and Python. The generated prompt detects the codebase's current state and routes to the right migration tasks.Each folder has its own README with full setup, configuration, and usage details. - Browse to a relevant folder Pick the workflow or topic that matches what you're trying to do for example, discovering APIs, managing webhooks, running a migration, etc. . - Open a prompt file Read the description at the top to confirm it fits your use case. - Copy the prompt text Copy everything under the main "Prompts" or similar heading. - Customize placeholders Replace any placeholder text for example: