Skip to main content

Claude Code plugin

heph-expert is a Claude Code plugin that teaches Claude how heph works — so it writes correct BUILD files, debugs cache misses and sandbox failures, and explains the target graph instead of guessing.

It ships from this docs site, which doubles as a plugin marketplace.

Install

Run both commands inside Claude Code:

Claude Code
/plugin marketplace add hephbuild/hephbuild.github.io
/plugin install heph-expert@heph-marketplace

The first command registers the marketplace from this repository; the second installs the plugin. Restart Claude Code if prompted.

What you get

PieceWhat it does
Skill hephAuto-activates whenever Claude sees a heph workspace — .hephconfig, BUILD files, heph commands, or //pkg:name addresses. Carries the full model and per-topic references (concepts, authoring, CLI, configuration, plugins).
Agent heph-expertA specialist subagent for larger jobs: designing or refactoring a target graph, diagnosing rebuilds, debugging sandboxes, tuning config.
/heph-targetScaffold a new target from a plain-language description.
/heph-debugDebug a failing target inside its sandbox.
/heph-explainExplain why a target did or didn't rebuild.
/heph-ciSet up or review heph in CI.

The skill activates on its own — you don't invoke it. Type a command with its leading slash; address the agent by name ("ask the heph-expert to…").

tip

The plugin's bundled knowledge mirrors these docs. When an exact flag or option matters, the skill fetches the matching .md doc page live (indexed at llms.txt), so it stays current even between plugin updates.

Update

Pull the latest marketplace catalog, then upgrade:

Claude Code
/plugin marketplace update heph-marketplace
/plugin install heph-expert@heph-marketplace

Uninstall

Claude Code
/plugin uninstall heph-expert@heph-marketplace