Skrpt Builder
Developer Official v1.0.13Design and generate a complete skrpt from a plain-language description — the guided way to create your first skrpt
by skrptiq
Sign in to import this skrpt into your workspace.
Sign inWhat's included 14 nodes
Skrpt Builder
Design and generate a complete skrpt from a plain-language description of what you want it to do
Architecture Review
Human gate — pauses for the user to review the proposed architecture and approve or correct it
Final Assembly
Assembles the approved skrpt files into the final structured output
Node Graph Design
Produces a detailed node inventory with IDs, connections, execution plan, and manifest values
Requirements Analysis
Analyses the user's goal and produces a structured requirements document with proposed architecture
Skrpt Review
Human gate and loop verifier — pauses for the user to review the generated skrpt and approve or request changes
Structure Validation
Validates the generated skrpt files against format rules and reports issues
Analyze Requirements
Analyses the user's goal into a structured requirements document
Assemble Skrpt
Produces the final structured output from the approved skrpt files
Design Node Graph
Produces a detailed node inventory and execution plan from the approved requirements
Review Architecture
Presents the proposed architecture for user approval
Review Skrpt
Presents the generated skrpt for user approval or revision
Validate Structure
Validates generated skrpt files against format rules
Node Templates Reference
Fill-in-the-blank skeleton templates for every node type and the manifest
Requirements 1 service
- LLM Service
Security Passed
Detected
- Services: llm-service
- Permissions:
- Data Handling:
Version history 11 releases
GH#844 — migrate the gate step from node-meta (`metadata.gate: true` in the skill) to the canonical execution-entry `gate: true` on the workflow step. Single source of truth; the engine + app read the execution entry. No behaviour change — `IsGate` is identical.
GH#745 — declare per-step `output: {name, type}` on every execution step (requirements/text, architecture_review/text, node_graph/text, nodes/text, validation_result/decision, review_feedback/text, assembled_skrpt/text). Lights up the #744 rich flow-map. Content-only; no bindings or logic changes.
GH#645 Row 3b — migrate to K-037 dep-referenced schema. Strip 5 inline shared-content files and declare 5 hub-shared deps (UUID id + slug name + version + checksum from `gen-dep-checksums.mjs`). Closes pre-Step-3 inline-vendoring for this bundle.
Wave 2: re-signed with canonical engine signing pipeline.
Signature fix — RELEASE_NOTES.md now included in integrity checksum.
Validation checklist updated with current platform rules: loop completeness, analysis step type, local.* steps, British English.
Release notes unavailable for this version.
Release notes unavailable for this version.
Release notes unavailable for this version.
Release notes unavailable for this version.
Release notes unavailable for this version.
More from Developer
View all →Sprint Wrapup Pipeline
Summarizes sprint retrospective notes and extracts action items for the next sprint
API Weather Pipeline
Demonstrates schema-driven API integration: reads an OpenWeatherMap API schema, composes requests, and generates a weather briefing
CSV to Narrative Report
Turns raw CSV into a narrative report by doing the aggregation deterministically — parse, filter, dedupe, count — then letting a model summarise only the computed result, spending zero tokens on the maths.