formax-repomix-handoff-workflow

Generate deterministic repomix bundles with prompts and manifests for handoffs.

192|7|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/yusifeng/formax --skill formax-repomix-handoff-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: formax-repomix-handoff-workflow
Source: https://github.com/yusifeng/formax/tree/main/.codex/skills/formax-repomix-handoff-workflow
Command: npx skills add https://github.com/yusifeng/formax --skill formax-repomix-handoff-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the preparation of handoff material for Formax repomix bundles by selecting files, packaging them into a deterministic bundle, and generating a target prompt and manifest for external agents.

Core Features & Use Cases

  • Single-folder repomix-output with bundles, prompts, and file manifests
  • Deterministic bundle output naming and location to simplify uploads
  • References to templates and hygiene steps to ensure clean handoffs
  • Validation scripts to verify consistency and privacy of artifacts
  • Use Case: Teams preparing a coding handoff to an agent or external reviewer can generate repeatable bundles with clear constraints.

Quick Start

Run the handoff workflow by executing the build-repomix.sh script with a topic and a comma-separated list of files to include, producing repomix-output artifacts for review and handoff.

Frequently Asked Questions about formax-repomix-handoff-workflow

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

FAQPage Schema
How do I create a deterministic repomix bundle for a coding handoff?

To create a deterministic repomix bundle for a coding handoff, run the build-repomix.sh script with a topic and a comma-separated list of files. This generates a single repomix-output folder containing the bundle, target prompt, and files manifest for external agents.

What is a repomix handoff workflow and when do I need it?

A repomix handoff workflow automates selecting files, packaging them into a deterministic bundle, and generating a target prompt and manifest. You need this process for software handoffs, cross-team knowledge transfers, and vendor handoffs requiring reproducible bundles.

How do I validate files and check privacy before an agent handoff?

To validate files and check privacy before an agent handoff, the workflow provides validation scripts that verify consistency and privacy of artifacts. These hygiene steps ensure your repomix bundle and prompt are clean and safe for external review.

Can I use this handoff workflow for cross-team knowledge transfers?

Yes, you can use this handoff workflow for cross-team knowledge transfers. It enforces single-folder repomix-output with deterministic bundle naming, generating repeatable bundles with clear constraints suitable for transferring knowledge to external reviewers or agents.

Does the repomix bundle workflow enforce a specific output folder structure?

Yes, the repomix bundle workflow enforces a single repomix-output folder. It uses deterministic bundle output naming and location to simplify uploads, ensuring that bundles, prompts, and file manifests are consistently organized for review and handoff.