Command Claude Code
Generate release notes for the Flox CLI.
Command Claude Code
Generate release notes for the Flox CLI.
Hook Claude Code
Runs after a tool call finishes for Write and Edit tool calls, executing format.sh with --edition (18 commands). From flox/flox.
Settings file Claude Code
Agent settings declaring 1 hook event (PostToolUse).
Skill Claude CodeCodex
Use when adding a new beta CLI subcommand to flox, which could also be called an experimental or unstable subcommand. This should be used when adding a command to the beta module that respects the beta feature flag.
Plugin Claude Code
Rust LSP for Claude Code, launched inside the Flox/Nix dev shell with the extra-tests cargo feature enabled.
Skill Claude CodeCodex
Use when investigating flaky CI in flox/flox — triaging failures in the GitHub merge queue, working out whether a CI failure is a flaky test, slow infrastructure, or a real break. Accepts an optional lookback window (defaults to 30 days). Examples - "/investigating-merge-queue-failures"…
Instructions file CodexOpenCode
AGENTS.md instructions for flox/flox, covering claude.md, project overview, development setup, already in dev shell (innixshell is set) — run directly and not in dev shell — wrap with nix develop -c.
Instructions file
Claude Code instructions for flox/flox, a project described as: The Deterministic Foundation for your SDLC.
Plugin Claude Code
Plugin marketplace listing 1 plugin: flox.
Plugin Claude Code
Flox development environment and deployment plugin. Includes expert guidance for package management, services, builds and package distribution, containerization, environment composition and layering, and CI integration.
Skill Claude CodeCodex
Use when a Flox environment does not resolve the packages you expect. Symptoms: flox install or flox upgrade gives a different version than flox show lists as available; a newly published package does not show up; adding one package makes a working environment fail with "constraints for group 'toplevel' are too…
Skill Claude CodeCodex
Onboard any existing repo to Flox. Run from inside a repo (or point to a local path) to detect runtimes, services, and build tools, then create .flox/env/manifest.toml so flox activate becomes the only setup command a new developer needs.