This repo is a Claude Code plugin marketplace for integrating the Threshold T8 Engine into agentic workflows. See the landing page for product context and the technical docs for architecture.
From inside Claude Code:
/plugin marketplace add Inversed-Tech/t8
/plugin install t8engine-setup@t8
That's it. The t8engine-setup skill becomes available immediately — ask Claude Code something like "set me up with t8engine locally" and it will walk you through the Docker Compose stack, route TOML, optional rules, and CA installation.
| Plugin | What it does |
|---|---|
t8engine-setup |
Stands up a local T8 Engine (proxy + rule-runner) via Docker Compose, configures routes/rules, and walks through the two integration modes (HTTPS prefix vs. HTTPS proxy + CA). |
To pull newer plugin versions:
/plugin marketplace update t8
.claude-plugin/
marketplace.json ← marketplace registry
plugins/
t8engine-setup/
.claude-plugin/plugin.json ← plugin manifest
skills/t8engine-setup/SKILL.md ← the skill itself
Apache-2.0. See individual plugin plugin.json for per-plugin metadata.
- Threshold Homepage
- Threshold Control Plane — the enterprise solution on top of the T8 engine.