Seamark banner
seamark-dev seamark-dev

Seamark

Git community

Description

Seamark — repository history and blast-radius intelligence for coding agents. It combines code structure, Git co-change, review lessons, and effect analysis so agents understand not only what code does, but what tends to break together and why.

Installation

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

README

Seamark — the safe channel and the hazard

License Go Platform

**Repository history and code blast radius for your editor, agents, and CI.**

Seamark finds which files change together, explains unusual code, and shows which code paths can reach a database write, a process spawn, or production infrastructure. It provides editor diagnostics, answers `why` on the CLI, and checks agent commands against your rules. The rules are machine checks, not paragraphs in a prompt. **Mistakes get caught instead of explained.**

A _seamark_ is a navigational marker that shows both the safe channel and the hazard.

Why seamark?

Most code-graph tools use the same design: parse symbols, store a graph, and save tokens. Three problems remain:

| Problem | W