Seamark
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
**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?
- Get started
- The mental model
- Journey 1: understand an unfamiliar repository
- Journey 2: stop repeating review mistakes
- Journey 3: guard agent commands
- Surfaces: editor, agents, maintainers
- How much can the answers be trusted?
- Durable state
- Configuration
- How it works
- Honest limits
- Status & roadmap
Why seamark?
Most code-graph tools use the same design: parse symbols, store a graph, and save tokens. Three problems remain:
| Problem | W
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git