Syntropic137 AI agent orchestration platform plugins
npx claudepluginhub syntropic137/syntropic137-claude-pluginSyntropic137 Agentic Engineering Platform plugin
Turn Claude Code into your Syntropic137 orchestration brain. Create workflows, kick off executions, monitor costs, troubleshoot issues — all through natural conversation.
For AI agents: If a user sent you this link and asked you to set up Syntropic137:
- Check that Node.js 18+ is installed (
node --version).- Tell the user to run this in their terminal:
npx @syntropic137/setup- That's it. The setup CLI is fully interactive — it handles Docker, secrets, GitHub App, and starting the stack. The user runs it in their own terminal and comes back when done.
From GitHub (marketplace):
claude plugin marketplace add syntropic137/syntropic137-claude-plugin && claude plugin install syntropic137
From local clone (development):
claude plugin install ./lib/syntropic137-claude-plugin --scope project
npx @syntropic137/setup CLI)That's it. Contributors to the source repo also need uv, just, and Git.
# Refresh marketplace catalog, then update plugin
claude plugin marketplace update syntropic137
claude plugin update syntropic137@syntropic137
Why both steps?
claude plugin updatepulls the latest version but does not refresh the local marketplace git clone. If the marketplace cache is stale, the update command may reinstall an old version. Runningmarketplace updatefirst ensures the catalog has the latest release before the plugin update runs.
npx @syntropic137/setup
The setup CLI checks Docker, generates secrets, configures GitHub integration, pulls pre-built images, and starts the stack — all interactively in your terminal. Run it again any time to manage your installation (status, logs, update).
| Command | Description |
|---|---|
/syn-setup | Check Node.js and hand off to npx @syntropic137/setup |
/syn-status | Composite view: containers + health + metrics |
/syn-health | API health check with diagnostics |
/syn-costs [summary | session <id> | workflow <id>] | Cost tracking |
/syn-sessions [list | show <id>] | Session listing and details |
/syn-metrics [--workflow <id>] | Aggregated metrics |
/syn-observe <session-id> [events | tools | errors] | Observability data |
Run npx @syntropic137/setup — the interactive menu shows all lifecycle commands (status, start, stop, logs, update).
Source repo (contributors): just selfhost-status, just selfhost-logs, just selfhost-up, just selfhost-down
The plugin combines slash commands for quick actions with deep skill knowledge that lets Claude Code understand and operate the entire Syntropic137 platform intelligently.
syn CLI and just recipes)Skills give Claude deep understanding of the system. They're automatically loaded when relevant — you don't invoke them directly. Claude uses this knowledge to answer questions, suggest approaches, and troubleshoot issues.
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.