Skip to content

Releases: flox/flox-skills

Release list

v1.0.0

Choose a tag to compare

@billlevine billlevine released this 27 Jul 18:20
v1.0.0

Expert Flox guidance for your AI coding agent. Install the plugin and your agent gains a Flox specialist — it builds reproducible, portable development environments, onboards existing repos, and wires up services, builds, containers, and package publishing.

Two skills

  • flox — create and manage reproducible environments: install packages and pin toolchains (Python, Node, Go, Rust, …), stand up services and databases, build and containerize applications, publish to FloxHub, compose and layer environments across teams.
  • floxify — onboard an existing repo. Detects runtimes, package managers, services, and build tools, then writes .flox/env/manifest.toml so flox activate is the only setup command a new developer needs. Converts DevBox, Dev Containers, Brewfiles, and asdf/mise pins; coexists with flake.nix. Re-runs safely — audits for gaps instead of overwriting a manifest that already exists.

Works with

Claude Code, Codex, and any agent supporting the skills.sh standard.

# Claude Code
/plugin marketplace add flox/flox-skills && /plugin install flox@flox-skills

# Codex, from a clone of this repo
codex plugin marketplace add . && codex plugin add flox@flox-skills

# skills.sh agents (Cursor, Copilot, Windsurf, Gemini, and more)
npx skills add flox/flox-skills

Measured, not asserted

Every skill change ships with an eval. In the latest batch, skill-guided runs produced zero hard portability defects, versus a majority of baseline runs shipping one — see evals/ for methodology and numbers.