formax-repomix-handoff-workflow — community formax-repomix-handoff-workflow, formax, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Software Engineering Agents requiring efficient handoff workflows and repomix bundle optimization. Terminal-first AI assistant for software engineering tasks (inspired by Claude Code v2.0.67)

yusifeng yusifeng
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The formax-repomix-handoff-workflow skill by yusifeng is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Software Engineering Agents requiring efficient handoff workflows and repomix bundle optimization.

Core Value

Empowers agents to create clean handoff packages with smallest correct repomix bundles, environment-matched prompts, and explicit acceptance criteria, utilizing terminal-first workflows and predictable artifact naming for consistent uploads via protocols like file system interactions.

Capabilities Granted for formax-repomix-handoff-workflow

Generating minimal repomix bundles for handoffs
Creating environment-specific prompts for target AI systems
Validating artifact naming conventions for upload consistency

! Prerequisites & Limits

  • Requires terminal-first workflow compatibility
  • Output artifacts must be stored in a designated folder (repomix-output/)
  • Predictable artifact naming and validation are mandatory for consistency
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

formax-repomix-handoff-workflow

Install formax-repomix-handoff-workflow, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with...

SKILL.md
Readonly

formax-repomix-handoff-workflow

Goal

Create a clean handoff package for another AI with:

  • the smallest correct repomix bundle
  • a prompt that matches the target environment
  • explicit acceptance criteria and non-goals
  • predictable artifact naming + validation (so uploads stay consistent)

Where to change what

  • All handoff artifacts live in one folder: repomix-output/
  • Bundle output: repomix-output/repomix-<topic>-<tier>.txt
  • Handoff prompt: repomix-output/<topic>-handoff-prompt.md
  • File manifest notes: repomix-output/repomix-<topic>-files.md
  • Template references: references/prompt-templates.md

Required hygiene: each new pack run must clear previous files in repomix-output/ first, so users can upload that folder as-is without manual file picking.

Pack tiers (default taxonomy)

Use exactly one tier label in bundle filename:

  • minimal: changed runtime files + direct dependencies + adjacent tests.
  • core: minimal + only critical contract/design docs needed for intent.
  • full: broad context pack for deep investigations (cross-subsystem docs/tests).

Example names:

  • repomix-topic-minimal.txt
  • repomix-topic-core.txt
  • repomix-topic-full.txt

Patterns

  1. Classify target runtime first
  • Static consumer (e.g., WebGPT): cannot run local commands or tests.
  • Executable agent (repo access): can run local commands/tests.
  1. Pick a pack tier first (minimal / core / full)
  • Default to minimal.
  • Upgrade to core only when architecture/contracts matter.
  • Use full only when root cause plausibly spans multiple subsystems.
  1. Build the include set for that tier
  • Include changed runtime files + direct dependencies + adjacent tests.
  • Include only docs needed for intent/constraints at the chosen tier.
  • Avoid unrelated folders to keep context small.
  1. Pack with deterministic command (single folder, auto-clean)
sh
1bunx repomix . \ 2 --style plain \ 3 --no-git-sort-by-changes \ 4 -o repomix-output/repomix-<topic>-<tier>.txt \ 5 --include "<comma-separated-file-list>"

Or use the helper script:

sh
1bash .codex/skills/formax-repomix-handoff-workflow/scripts/build-repomix.sh \ 2 repomix-<topic>-<tier>.txt \ 3 "<comma-separated-file-list>"

The helper script will:

  • create repomix-output/ if missing
  • delete previous files under repomix-output/ (except .gitkeep)
  • write the new bundle into repomix-output/
  1. Write prompt + file manifest with naming convention
  • Prompt: repomix-output/<topic>-handoff-prompt.md
  • Manifest: repomix-output/repomix-<topic>-files.md
  • Always use repo-relative paths in prompt + manifest (no machine absolute paths).
  1. Write prompt with explicit boundaries
  • State known symptoms.
  • State hard constraints (what must not change).
  • Define deliverables (root cause model, options, recommended plan, test/validation matrix).
  • Include acceptance criteria with observable assertions.
  1. Run artifact validation (required)
sh
1bash .codex/skills/formax-repomix-handoff-workflow/scripts/check-handoff-artifacts.sh \ 2 repomix-<topic>-<tier>.txt \ 3 <topic>

This check enforces:

  • Bundle/prompt/manifest files all exist.
  • Prompt and manifest reference the current bundle name.
  • Manifest references the prompt filename.
  • Prompt + manifest do not contain local absolute paths.
  1. Sanity-check before handoff
  • repomix-output/ only contains current-round artifacts.
  • Bundle exists and includes the expected files.
  • Prompt has no impossible instructions for the target runtime.
  • Prompt does not ask static consumers to run commands.
  • Naming is topic-driven and consistent across all three artifacts.

See references/prompt-templates.md for copy-ready templates.

Tests to update

  • No repository tests required for creating the handoff itself.
  • If target is executable, include a suggested minimal test list in the handoff prompt.

Guardrails

  • Never include bun run test:coverage in a static-consumer prompt.
  • Never assume the other AI can read files outside the provided bundle unless explicitly attached.
  • Keep asks decision-oriented first (root cause/options) before patch implementation.
  • Prefer concrete acceptance checks over vague goals.
  • Avoid mixing unrelated bugfixes into one handoff package.
  • Never leak machine absolute paths (e.g., /Users/...) in prompt/manifest.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is formax-repomix-handoff-workflow?

Perfect for Software Engineering Agents requiring efficient handoff workflows and repomix bundle optimization. Terminal-first AI assistant for software engineering tasks (inspired by Claude Code v2.0.67)

How do I install formax-repomix-handoff-workflow?

Run the command: npx killer-skills add yusifeng/formax/formax-repomix-handoff-workflow. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for formax-repomix-handoff-workflow?

Key use cases include: Generating minimal repomix bundles for handoffs, Creating environment-specific prompts for target AI systems, Validating artifact naming conventions for upload consistency.

Which IDEs are compatible with formax-repomix-handoff-workflow?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for formax-repomix-handoff-workflow?

Requires terminal-first workflow compatibility. Output artifacts must be stored in a designated folder (repomix-output/). Predictable artifact naming and validation are mandatory for consistency.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add yusifeng/formax/formax-repomix-handoff-workflow. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use formax-repomix-handoff-workflow immediately in the current project.

Related Skills

Looking for an alternative to formax-repomix-handoff-workflow or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI