WYRD/TOOLS

DWG · WYRD-0001 / SHEET 1 OF 1 / REV A

Small, sharp tools
for the people
and agents who ship.

Single-purpose command-line instruments, each machined to do one thing exactly. Drafted because we needed them, tolerance-tested because we run them every day.

Drawing index

The toolbox

05 tools · 05 stable

Git & Review 01

  • 01

    gitpr

    Stable

    Review worktree branches as local pull requests.

    A local Go CLI and TUI that turns worktree branches into lightweight pull requests against your local default branch — no server, no remote, no forge.

    brew install wyrd-company/tools/gitpr

Release & Versioning 02

  • 02

    intentional

    Stable

    Intent-driven, polyglot release & versioning.

    Pending intent files declare what the next version should be, Git tags record what has shipped, and manifests are format-preserving projections of that state. It never publishes, commits, or pushes.

    brew install wyrd-company/tools/intentional
  • 03

    tagver

    Stable

    SemVer from your Git tags. Zero dependencies.

    A fast Rust CLI and library that calculates version numbers from Git tags and commit height. MinVer-inspired, built on gitoxide, a single static binary with JSON output and a GitHub Action.

    cargo install tagver-cli

Agent Tooling 02

  • 04

    seek

    Stable

    Agent-friendly web search, research & scraping.

    One CLI over many provider APIs — Parallel, Exa, Brave, Perplexity, Gemini, Firecrawl. Commands group providers by intent so an agent or human picks the right trade-off between speed, cost, and output type.

    brew install wyrd-company/tools/seek-cli
  • 05

    agent-svgtools

    Stable

    Close the loop for agents authoring SVG from images.

    A machine-first Rust CLI that renders, scores, and diffs SVG against a reference image — so a coding agent recreating a logo as SVG can see its own output and iterate. Single static binary, TOON/JSON output.

    cargo install agent-svgtools