Claude Skill see history edit this page

Talks about: , , , and

ilo ships a Claude Code skill that teaches the assistant how to run builds, tests, and other tooling inside your ilo-managed build environment instead of on the host. Once installed, Claude recognizes that a project uses ilo — from a .ilo.rc, dev/ argument files, a Containerfile, a devcontainer.json, a devfile.yaml, or a compose file — and reaches for ilo automatically when a command needs a toolchain the host does not have.

The skill is distributed as a plugin hosted in the ilo repository, so installing it needs nothing more than git and a Claude Code client.

Requirements

Install

Add the marketplace once, then install the plugin:

# add the metio marketplace (hosted in the ilo repository)
/plugin marketplace add metio/ilo

# install the ilo skill from it
/plugin install ilo@metio

metio is the marketplace and ilo is the plugin, so the install reference is ilo@metio. After installing, the skill activates on its own whenever it is relevant — you do not type a command to invoke it.

What it does

With the skill installed, Claude will:

Bash(ilo *) is pre-approved by the skill, so ilo invocations run without a permission prompt. Everything else still goes through Claude Code’s normal permission flow.

Updating

Refresh the marketplace cache, then reinstall to move an already-installed plugin to the latest version:

# pull the latest marketplace contents
/plugin marketplace update metio

# reinstall to pick up the new version
/plugin install ilo@metio

Alternatively, enable auto-update for the metio marketplace in the /plugin UI (or set "autoUpdate": true for it in your settings) and Claude Code keeps the plugin current for you.

Because the skill is distributed separately from the ilo binary, it documents the stable command surface and defers to ilo --help for version-specific details — so it keeps working even when your installed ilo is a little ahead of or behind the skill.