recipe-assembly

Assemble distributed content into deployment-ready artifacts using slice-based recipes.

5|1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/SyntaxAsSpiral/zk-context-vault --skill recipe-assembly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-assembly
Source: https://github.com/SyntaxAsSpiral/zk-context-vault/tree/main/skills/recipe-assembly
Command: npx skills add https://github.com/SyntaxAsSpiral/zk-context-vault --skill recipe-assembly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates deterministic context assembly from distributed sources using slice-based recipes.

Core Features & Use Cases

  • Recipe-driven assembly: Define sources, templates, and deployment targets in a single manifest to produce repeatable outputs.
  • Slice architecture support: Extract content by slice markers to assemble precise content slices for different contexts.
  • Multi-target deployment: Synchronize assembled artifacts to multiple destinations while maintaining an audit trail.

Quick Start

Use the workshop recipe workflow to discover, assemble, and deploy content by running the provided Python scripts for discovery, templating, and synchronization.

Frequently Asked Questions about recipe-assembly

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

FAQPage Schema
How do I automate content assembly from distributed sources for repeatable deployments?

Automating content assembly uses slice-based recipes to define sources, templates, and deployment targets in a single manifest. This produces repeatable, deployment-ready artifacts by enforcing a structured pipeline of discovery, extraction, templating, output, and synchronization.

What is slice architecture for context assembly and how does it work?

Slice architecture for context assembly extracts content by specific slice markers to compile precise content fragments. It enforces a recipe schema containing name, target locations, sources, and template fields to gather distributed vault content into targeted outputs deterministically.

How do I template and synchronize vault content across multiple deployment targets?

Templating and synchronizing vault content uses a recipe-driven workflow to assemble artifacts and deploy them across multiple destinations. The pipeline applies templates during the output stage and enforces synchronization to maintain a reliable audit trail across all targets.

Do I need Python scripts to run the discovery and templating workflow?

Running the discovery and templating workflow requires executing the provided Python scripts. These scripts automate the assembly pipeline stages, enabling you to discover sources, apply templates, and synchronize the final deployment-ready artifacts to their target locations.

What's the best way to compile vault content into deployment-ready artifacts deterministically?

Compiling vault content into deployment-ready artifacts is best handled by deterministic, recipe-driven assembly. Defining a manifest with sources and templates ensures the pipeline produces identical, repeatable outputs across multiple synchronization targets without manual intervention.

When should I not use a recipe schema for context assembly?

You should not use a recipe schema for context assembly when your outputs require non-deterministic, ad-hoc generation outside a repeatable pipeline. The enforced schema demands structured source definitions and template fields, making it unsuitable for highly dynamic or unstructured content extraction workflows.