Toolchestrator Skill
Description
Claude Code skill to connect a local tool to a Toolchestrator hub, the runtime for vibe-coded apps.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Toolchestrator connect skill
[Toolchestrator](https://toolchestrator.com) is the runtime for vibe-coded apps: the small tools your team builds with Claude Code, made usable by teammates and callable by AI while each keeps running on the maker's machine, outbound-only. Nothing moves to the cloud, and nothing connects into the machine an app runs on.
This repo is the Claude Code **skill** that connects a tool to a Toolchestrator hub. It is the same skill every hub serves at `/skill`; it lives here so you can read it, copy it, or vendor it into a project directly.
What's in here
toolchestrator-connect/SKILL.md- the connect skill. It walks an AI copilot through installing the client, registering the tool, syncing versioned data-model schemas and records, serving remote task actions, reading other tools' data, invoking other tools, and exposing the tool's own web UI or terminal through the hub. All outbound-only.rules/toolchestrator.md- a short snippet to paste into your project'sCLAUDE.mdso Claude keeps the connection conventions (survey before adding models, never sync secrets, respect soft-locked fields, keep the tool working when the hub is unreachable) in mind on every run.
Use it with Claude Code
You need two things from whoever runs your hub: the **hub URL** (a remote address such as `https://hub.toolchestrator.com`, never localhost) and a **personal token**. The skill will ask you for both.
**Option A - straight from your hub (no clone).** Every hub serves this skill. Point your copilot at `/skill`, or download it as a file:
curl -L "/skill?download=1" -o toolchestrator-connect.md
**Option B - from this repo.** Copy the skill into a project, or into your global skills dir so it is available everywhere:
git clone https://github.com/kstevica/toolchestrator-skill
cp -r toolchestrator-skill/toolchestrator-connect ~/.claude/skills/
# (or .claude/skills/ inside a single
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11