truto-integrations-build
Installation
SKILL.md
Truto Integrations Build
Use this skill when the user wants to create or refine a Truto integration definition from vendor API documentation. The build command drives an LLM-powered loop that discovers endpoints, generates config, and produces a single JSON artifact (the IntegrationFile) that can be linted and applied to the Truto platform.
This skill covers the build -> lint -> apply workflow. It does NOT cover:
- The
integration.configfield-by-field schema reference -- see authoring-integrations.md in thetrutoskill. - General CLI auth, profiles, data-plane commands -- see the truto-cli skill.
- Per-environment overrides -- see customizing-integrations.md.
- JSONata in config expressions -- see the truto-jsonata skill.
Trigger phrases: "integrations build", "build an integration", "scaffold integration", "create integration from docs", "integrations apply", "integrations lint", "lint integration", "IntegrationFile", "convert API docs to Truto".