home / skills / gracebotly / flowetic-app / make
This skill helps orchestrate and automate Make workflows with templates, enabling efficient scenario design and repeatable automation patterns.
npx playbooks add skill gracebotly/flowetic-app --skill makeReview the files below or copy the command above to add this skill to your agents.
---
name: make
version: 1.0.0
platformType: make
description: Scenario orchestration and automation patterns for Make (formerly Integromat).
lastUpdated: 2025-12-30
---
# Make Skill
## Templates
- general-analytics
This skill provides scenario orchestration and automation patterns tailored for Make (formerly Integromat). It packages reusable templates and TypeScript-based integrations to accelerate building reliable automations and analytics workflows. Use it to standardize scenarios, handle errors, and scale integrations across teams.
The skill supplies ready-to-use scenario templates and pattern implementations that map common automation needs to Make modules and data flows. It includes TypeScript helpers and conventions for transforming data, retrying failures, and composing multi-step scenarios. Developers import patterns, adapt templates, and deploy scenarios into Make to run orchestrated processes.
Does this skill require a Make account?
Yes. You deploy and run scenarios within Make, so an active account and appropriate module access are required.
Can I customize templates?
Absolutely. Templates are designed to be adapted; use the included TypeScript helpers and modular patterns to tailor logic and transforms.