marcosmatalab

Seamark β€” AI skill for Claude Code

AI community

πŸ›‘οΈ Change control for AI coding agents.

How to install Seamark

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

What Seamark does

πŸ›‘οΈ Change control for AI coding agents. See what Claude Code, Cursor, Codex and Gemini CLI can do in your repo (hooks, MCP servers, permissions) and what every pull request changes. Offline CLI, GitHub Action, SARIF.

Alternatives in AI

  • Omniget β€” Udemy & Hotmart course downloader, YouTube downloader (yt-dlp GUI, 1,800+ sites) + desktop app for AI agents 13.9k β˜…
  • Memory Forge Rs β€” Stop resetting satisfying AI chats β€” edit the memory instead 474 β˜…
  • HarnessKit β€” More than a skill manager β€” manage skills, MCP servers, plugins, hooks, CLIs, configs, memory & rules across e 416 β˜…

README

βš“ Seamark

**Change control for what your AI agents can do.**

Seamark reads the configuration your coding agents load, resolves what it actually lets them do, and tells you exactly what changed between two commits.

[![ci](https://github.com/marcosmatalab/seamark/actions/workflows/ci.yml/badge.svg)](https://github.com/marcosmatalab/seamark/actions/workflows/ci.yml) [![python](https://img.shields.io/badge/python-3.11%20%7C%203.12%20%7C%203.13-3776AB?logo=python&logoColor=white)](pyproject.toml) [![licence](https://img.shields.io/badge/licence-Apache--2.0-blue)](LICENSE) [![offline](https://img.shields.io/badge/offline-no%20telemetry-2ea44f)](#-verify-this-in-60-seconds) [![sarif](https://img.shields.io/badge/SARIF-2.1.0-8250df)](#in-a-pull-request-the-action-and-the-pre-commit-hook) [![action](https://img.shields.io/badge/GitHub%20Action-ready-2088FF?logo=githubactions&logoColor=white)](#in-a-pull-request-the-action-and-the-pre-commit-hook)

**Seamark 3.0.0** Β· Apache-2.0 Β· one runtime dependency Β· offline, no telemetry, no account

**[EspaΓ±ol](README.es.md)** Β· [What it does](#-what-it-does-in-plain-words) Β· [Quickstart](#-quickstart) Β· [Trade-offs](#-design-trade-offs) Β· [Commands](docs/COMMANDS.md) Β· [Design](docs/DESIGN.md)

pip install git+https://github.com/marcosmatalab/seamark && seamark check

πŸ’‘ What it does, in plain words

AI coding agents (Claude Code, Cursor, Codex CLI, Gemini CLI) read configuration from your repository **before you type anything**: hooks that run commands at session start, MCP servers they connect to, permissions, sandbox policy, instruction files. One pull request can quietly give an agent new powers, and no single file tells you what the agent is allowed to do.

**Seamark is the diff for those powers.** It answers three questions:

Question Command
πŸ” What can an agent do in this repository right now? seamark check
πŸ”€ *What did this pull reque