Flux Drive banner
mistakeknot mistakeknot

Flux Drive

Development community

Description

--- name: flux-drive description: "Intelligent document review — triages relevant agents, runs in background. Supports research mode (--mode=research)." user-invocable: true codex-aliases: [flux-drive] argument-hint: "[path to file or directory] [--mode=review|research] [--phase=<phase>]" disable-model-invocation: true --- Use the `interflux:flux-engine` skill to review the document or directory specified by the user. Pass the file or directory path as context. Default mode is `review`. Pass `-

Installation

Installs to ~/.claude/skills/mistakeknot-interflux-flux-drive/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mistakeknot-interflux-flux-drive && curl -fsSL https://raw.githubusercontent.com/mistakeknot/interflux/HEAD/commands/flux-drive.md -o ~/.claude/skills/mistakeknot-interflux-flux-drive/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository