template-provisioning

Provision Kinetic Platform environments from exported templates using install.rb.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires deep_merge, kinetic_sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the deployment and configuration of new Kinetic Platform environments by provisioning them from exported templates, ensuring consistency and reducing manual setup time.

Core Features & Use Cases

  • Automated Environment Setup: Installs Kapps, forms, workflows, connections, and other platform configurations.
  • Template-Based Deployment: Leverages standardized template structures for repeatable deployments.
  • Use Case: A development team needs to spin up a new staging environment that mirrors production. This Skill can provision the entire environment from a template in minutes.

Quick Start

Run the install.rb script with the provided configuration JSON to provision a new Kinetic Platform space.

Frequently Asked Questions about template-provisioning

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

FAQPage Schema
How do I automate Kinetic Platform environment provisioning from a template?

Automating Kinetic Platform environment provisioning requires running a Ruby-based install script with configuration JSON to deploy Kapps, forms, workflows, and connections from an exported template directory.

What do I need to set up a new Kinetic Platform staging environment from an exported template?

Setting up a new staging environment from an exported template requires a structured template directory containing export files, tooling configurations, and an install.rb script to automate the deployment.

Can I deploy task API artifacts and integrator connections across different environments automatically?

Deploying task API artifacts and integrator connections across different environments is supported automatically by the provisioning script when processing the standardized template structures.

What is the best way to ensure consistency when spinning up Kinetic Platform environments?

Ensuring consistency when spinning up Kinetic Platform environments is best achieved through template-based deployment, which leverages standardized structures to install core configurations repeatably.

Why does my Kinetic Platform environment setup fail when using a Ruby install script?

Environment setup fails when the structured template directory lacks the required export, tooling, or install.rb files needed by the Ruby script to execute the provisioning logic correctly.