• Heft

    Our CLI gives each coding task its own Git branch, worktree, and Herdr workspace. Start an agent with a prompt and keep working in your current workspace.

    Coding AgentsGit WorktreesCLI
  • adk-bootstrap

    Our opinionated shell script to scaffold Google ADK projects. Sets up uv, Makefile, and sensible defaults so you can start building agents immediately.

    Google ADKPythonCLI
  • Herdr

    Run coding agents in persistent terminal workspaces across projects and machines. Keep sessions running in the background and see which agents need your attention.

    Coding AgentsTerminalWorkspaces
  • Hunk

    Review code changes in your terminal with side-by-side diffs, syntax highlighting, and agent annotations that explain the changes alongside the code.

    Code ReviewGitTerminal
  • Ponytail

    A skill that steers coding agents toward simpler solutions: reuse existing code, prefer standard libraries and native features, and avoid unnecessary abstractions.

    Coding AgentsSkillsCode Quality
  • OpenSpec

    A lightweight framework for defining software specifications and keeping coding agents aligned with them. Refine requirements, implement tasks, and verify the result against the spec.

    Coding AgentsSpecificationsPlanning