Build Gaussian and optimal-transport conditional Flow Matching path samples and target vector fields from noise/data pairs.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill conditional_path_builder --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Conditional Path Builder?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-conditional-path-builder)More formats (shields.io, HTML) on the badges page.
---
name: conditional_path_builder
description: Build Gaussian and optimal-transport conditional Flow Matching path samples and target vector fields from noise/data pairs.
---
# Conditional Path Builder
Use this skill to construct Flow Matching per-example Gaussian/OT conditional paths. Inputs are `x0`, `x1`, `t`, and `sigma_min`; outputs are `x_t`, `u_t`, and metadata. Workflow: validate shapes/times, compute `sigma_t=1-(1-sigma_min)t`, `x_t=sigma_t*x0+t*x1`, and `u_t=x1-(1-sigma_min)x0`. Run `python tests/test_flow_paths.py`. This skill is not a complete generative model or FID evaluator.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...