tunr-dev

Tunr — Development skill for Claude Code

Development community

Ship the apps your agent builds.

How to install Tunr

This entry records only its repository, not the path inside it, so there is no exact command to give. Open tunr-dev/tunr and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Tunr does

Ship the apps your agent builds. One command (or one MCP call) turns localhost into a live HTTPS URL — tunnels, deploys, scale-to-zero.

Alternatives in Development

  • MCP Edit — tilth_write replaces the host Edit and Write tools 349 ★
  • Mcptoon — Listing 255 MCP tools costs 71,929 tokens 195 ★
  • Albert — Autonomous multi-agent harness for Claude Code (A.L.B.E.R.T. orchestrator) plus a zero-dependency live HUD con 100 ★

README


tunr



**Ship the apps your agent builds.** One command — or one MCP call — and the thing Claude Code just wrote stops living on `localhost`.

[![Release](https://img.shields.io/github/v/release/tunr-dev/tunr?color=7c3aed)](https://github.com/tunr-dev/tunr/releases) [![CLI: Apache 2.0](https://img.shields.io/badge/CLI-Apache--2.0-7c3aed.svg)](LICENSE) [![Relay: PolyForm Shield](https://img.shields.io/badge/relay-PolyForm%20Shield-6b7280.svg)](relay/LICENSE) [![Go Version](https://img.shields.io/badge/go-1.22+-00add8)](go.mod) [![CI](https://github.com/tunr-dev/tunr/actions/workflows/ci.yml/badge.svg)](https://github.com/tunr-dev/tunr/actions/workflows/ci.yml) [![Stars](https://img.shields.io/github/stars/tunr-dev/tunr?style=flat&color=7c3aed)](https://github.com/tunr-dev/tunr/stargazers)

[tunr.sh](https://tunr.sh) · [Docs](https://tunr.sh/docs/) · [Dashboard](https://app.tunr.sh) · [Discussions](https://github.com/tunr-dev/tunr/discussions) · [Contributing](docs/CONTRIBUTING.md)


$ tunr deploy --name sprint
  ▲ Packing … 41 files, 210 KB
  ▲ building (nixpacks auto-detect)
  🚀 Live: https://sprint.tunr.sh
     (sleeps when idle, wakes on request)

Or don't type anything — tell your agent:

*"deploy this to tunr"*

…and it calls `tunr_deploy` over MCP and hands you back the URL.


Why

Coding agents produce a lot of small software: the internal dashboard, the one-off scraper, the tool that does exactly one annoying thing for your team. Almost all of it dies on `localhost`, because the gap between "it works on my machine" and "my colleague can open it" is still an afternoon of Dockerfiles, DNS and IAM.

tunr closes that gap to one c