decision-frameworks

Guide Kinetic Platform integration type and data storage pattern selection.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/kineticdata/kinetic-platform-ai-skills --skill decision-frameworks-kineticdata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: decision-frameworks
Source: https://github.com/kineticdata/kinetic-platform-ai-skills/tree/main/skills/platform/decision-frameworks
Command: npx skills add https://github.com/kineticdata/kinetic-platform-ai-skills --skill decision-frameworks-kineticdata

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers and AI agents select the most appropriate integration methods (Connections, Bridges, Handlers, File Resources) and data storage patterns within the Kinetic Platform, ensuring efficient and maintainable solutions.

Core Features & Use Cases

  • Integration Guidance: Provides clear decision trees and explanations for choosing between Kinetic's integration types based on system capabilities and use cases.
  • Data Storage Patterns: Recommends best practices for storing transactional, reference, and configuration data using forms, attributes, and user profiles.
  • Use Case: When building a new feature that requires fetching data from an external system, this Skill guides you to use Connections & Operations for REST APIs, or Bridges for non-REST systems, and explains how to expose this data in forms or workflows.

Quick Start

Use the decision-frameworks skill to determine the best integration type for connecting to a legacy SOAP API.

Frequently Asked Questions about decision-frameworks

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

FAQPage Schema
How do I choose the right Kinetic Platform integration method for an external system?

Choosing the right Kinetic Platform integration method involves using decision trees to evaluate system capabilities, selecting Connections & Operations for REST APIs, or Bridges for non-REST systems to ensure scalable solutions.

What is the best way to store configuration and reference data in Kinetic Platform?

Storing configuration and reference data in Kinetic Platform is best achieved by applying recommended data storage patterns, utilizing forms, attributes, and user profiles to maintain efficient and organized transactional data structures.

When should I use Bridges instead of Connections for Kinetic integrations?

You should use Bridges instead of Connections for Kinetic integrations when connecting to non-REST systems, whereas Connections and Operations are specifically recommended for fetching data from REST APIs.

How do I integrate a legacy SOAP API with Kinetic Platform?

Integrating a legacy SOAP API with Kinetic Platform is handled by using Bridges to fetch data, as they are designed for non-REST systems, allowing you to expose this external data within forms and workflows effectively.

Does Kinetic Platform support File Resources for data integration?

Kinetic Platform supports File Resources for data integration, providing specific use cases and implementation considerations alongside Connections, Bridges, and Handlers to facilitate informed architectural decisions for platform development.