metronome

zacczakk/metronome
★ 0 stars TypeScript AI/LLM Updated today
Shared configs and workflows for AI coding agents (Claude Code, OpenCode, Codex). Includes custom commands, subagents, and MCP server integrations.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "metronome": {
      "command": "npx",
      "args": [
        "-y",
        "zacczakk/metronome"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="assets/logo.svg" width="128" height="128" alt="metronome logo"> </p> <h1 align="center">metronome</h1> <p align="center">Single source of truth for AI coding assistant configurations.</p> Code-driven sync across Claude Code, OpenCode, Gemini CLI, and Codex. 1. Clone the repo: