Edison-Watch

58 mods across 3 repositories, 288 stars between them.

sealgate-mcp

25

Edison-Watch/sealgate-mcp

MCP server Claude CodeCodexCursor

Sealgate gateway proxy: list governed MCP servers and review agent session and audit status. Runs locally from the @sealgate/mcp npm package. Needs 2 environment variables to run.

0 4d ago A tokens not measured original MIT

add-fleet-connector

26

Edison-Watch/Custom-MCPs

Skill Claude CodeCodex

Add a new fleet HTTP-wrapper MCP server to the Edison marketplace - scaffold servers/ /, classify each tool's ACL and lethal-trifecta legs, and validate. Use when adding or classifying a fleet connector.

0 2d ago A 50 tokens original MIT

local-sandbox

27

Edison-Watch/Custom-MCPs

Skill Claude CodeCodex

Preview an MCP-UI app (mcpserver/apps/) from fixtures in a browser with no MCP server, Gmail, OAuth, or network. Use when asked to see, screenshot, or test how an MCP App iframe renders, or to render it live in the Claude Code cloud.

0 2d ago A 62 tokens original MIT

manage-agent-config

28

Edison-Watch/Custom-MCPs

Skill Claude CodeCodex

Manage files under .claude/{skills,agents,rules}/, .agents/{skills,rules}/, or .codex/agents/. Covers dual-tool Claude/Codex layout and reminds to run make sync-agent-config.

0 2d ago A 50 tokens copy · 86% MIT

new-agent-rule

29

Edison-Watch/Custom-MCPs

Skill Claude CodeCodex

Guide for creating a new path-scoped .claude/rules/ file with proper globs frontmatter and structure.

0 2d ago A 28 tokens original MIT

push-release

30

Edison-Watch/Custom-MCPs

Skill Claude CodeCodex

Cut a new release - bump the version in pyproject.toml, tag, and push to trigger PyPI publish and MCP Registry publish via GitHub Actions. Use when the user asks to release, ship a version, bump and tag, cut a hotfix, or publish to PyPI.

0 2d ago A 62 tokens original MIT

Edison-Watch/Custom-MCPs

Agent Claude Code

Use when the folder-size CI check (.github/workflows/folder-size.yaml) errors or warns, or when the user asks for help splitting a folder that has grown too many flat sibling files. Investigates the folder, interviews the user about how the area is expected to evolve, and proposes three concrete subfolder…

0 2d ago A 88 tokens copy · 94% MIT

Edison-Watch/Custom-MCPs

Agent Claude Code

Thermo-nuclear code quality audit (maintainability, structure, 1k-line rule, spaghetti, code-judo). Invoked via Task after a parent gathers diff and file contents. Loads the rubric from the thermo-nuclear-code-quality-review skill.

0 2d ago A 63 tokens original MIT

SessionStart

33

Edison-Watch/Custom-MCPs

Hook Claude Code

Runs when a session starts on startup and resume, executing session-start.sh. From Edison-Watch/Custom-MCPs.

0 2d ago A tokens not measured copy · 56% MIT

Custom-MCPs

34

Edison-Watch/Custom-MCPs

Settings file Claude Code

Agent settings declaring 1 hook event (SessionStart).

0 2d ago A tokens not measured copy · 94% MIT

cleanup

35

Edison-Watch/Custom-MCPs

Skill Claude CodeCodex

Git branch hygiene - delete merged/closed branch, prune stale refs, sync dependencies.

0 2d ago A 18 tokens copy · 100% MIT

code-quality

36

Edison-Watch/Custom-MCPs

Skill Claude CodeCodex

Instructions for running code quality checks and maintaining standards in the Python-Template project.

0 2d ago A 19 tokens copy · 100% MIT

prd

37

Edison-Watch/Custom-MCPs

Skill Claude CodeCodex

Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD.

0 2d ago A 36 tokens copy · 95% MIT

prek-precommit-hook

38

Edison-Watch/Custom-MCPs

Skill Claude CodeCodex

Instructions for managing and running git hooks using prek. Use this skill for any mention of pre-commit hooks, as prek overrides pre-commit hooks.

0 2d ago A 38 tokens original MIT

Edison-Watch/Custom-MCPs

Skill Claude CodeCodex

Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.

0 2d ago A 54 tokens copy · 86% MIT

usage

40

Edison-Watch/Custom-MCPs

Skill Claude CodeCodex

How to use the CLI, API, and MCP interfaces. Use this skill when interacting with the tool as an end user.

0 2d ago A 27 tokens original MIT

wait

41

Edison-Watch/Custom-MCPs

Skill Claude CodeCodex

Pause execution for a requested number of minutes by sleeping one-minute increments to avoid exceeding shell timeouts.

0 2d ago A 22 tokens copy · 100% MIT

deprecated

46

Edison-Watch/Custom-MCPs

Cursor rule Cursor

This is a reminder on deprecated modules you should be careful about.

0 2d ago A 7 tokens original MIT

github_actions

47

Edison-Watch/Custom-MCPs

Cursor rule Cursor

GitHub Actions doesn’t provide a default personal access token (PAT). Instead, it creates a built-in token called secrets.GITHUBTOKEN for each workflow run. This token is provided by github, and ends with the job or after 24 hrs, and the scope is limited to the current repository.

0 2d ago A 0 tokens copy · 100% MIT

langfuse

48

Edison-Watch/Custom-MCPs

Cursor rule Cursor

Langfuse is an LLM observability tool used to monitor LLM behavior in our application. It uses decorators and callbacks to record LLM inference. Always use it in LLM-related modules to ensure traceability.

0 2d ago A 448 tokens original MIT