The Wired Connection faster v1 · staging

One look, every dashboard

Build dashboards the TWC way

Set up your AI tool once, then just ask it to "build me a dashboard." It produces a single self-contained page in the standard TWC style, wired to your data from Domo, ADP, or QuickBooks. Works in Claude Code and Antigravity. About 2 minutes.

Set it up

One download, then run it. It sets up whichever tool(s) you use and skips the rest.

  1. Download the setup script.

    ⬇ Download dashboard-setup.sh

    Gated by TWC Google SSO, so it knows it's you. It lands in ~/Downloads. Don't have Claude Code yet? Set it up first at faster.newpiedpiper.net/claude-code.

  2. Open Terminal and run it.

    Copy this, paste into Terminal, press Return:

    bash ~/Downloads/dashboard-setup.sh

    It asks which tools you use and installs the house style for each. Press Return to skip any.

  3. Restart your tool and ask.

    Then just ask in plain English (see examples below). It builds the dashboard for you.

Which tool are you using?

The one script above covers all three. Here's what it does for each, in case you want to check or do it by hand.

  1. Claude Code - in the terminal.

    The script installs a skill at ~/.claude/skills/dashboard/. Restart Claude Code. It triggers automatically when you ask for a dashboard, or type /dashboard.

  2. Claude Code - in the desktop app.

    Same skill, same path (~/.claude/skills/) - the app and terminal share it. Quit and reopen the app after running the script.

  3. Antigravity.

    The script installs a global rule at ~/.gemini/AGENTS.md plus a reference template. Antigravity loads AGENTS.md automatically. On older builds, add it via the ... menu → Customizations → Rules, or drop AGENTS.md at your repo root.

Things to ask

Branded for each company

Every dashboard carries the right company's logo in the header - the Calloway family is built in: Calloway, Inc., Winslow Health, The Wired Connection, Larkspur Health, and Hartwell Fitness. Just say who it's for ("build the Larkspur Health revenue dashboard") and it uses their logo and accent. The logos ship with the setup - nothing to download.

Prefer to wire it by hand? The exact steps.

Claude Code (terminal or app): the skill is a folder of files. The setup script writes them to:

~/.claude/skills/dashboard/
  SKILL.md   guide.md   palette.md   templates/template.html

Project-scope instead of global: put the same folder at .claude/skills/dashboard/ in your repo.

Antigravity: place the rule file at

~/.gemini/AGENTS.md            # global, all projects
./AGENTS.md                    # or at a repo root, per project

Everything is plain files - no secrets, nothing to paste. Remove later with rm -rf ~/.claude/skills/dashboard (and ~/.gemini/AGENTS.md).