Nosmoht

19 mods across 1 repository, 2 stars between them.

Nosmoht/talos-mcp-server

Agent Claude Code

Compatibility escalation reviewer. Invoked when tool/prompt/resource API signatures change, SDK version bumps, or backward-compatibility is at risk. Evaluates breaking changes, deprecation paths, and version constraint consistency. Read-only — never modifies files.

2 8d ago A 49 tokens original MIT

Nosmoht/talos-mcp-server

Agent Claude Code

Operational safety escalation reviewer. Invoked when changes touch mutating tool guards, safety parameters, audit logging, or blast-radius logic. Critical for cluster management tools — a missed guard can trigger destructive operations across an entire fleet. Read-only — never modifies files.

2 8d ago A 51 tokens original MIT

Nosmoht/talos-mcp-server

Agent Claude Code

Performance escalation reviewer. Invoked when gRPC connection lifecycle, goroutine management, connection pooling, or hot-path memory allocation patterns change. Read-only — never modifies files.

2 8d ago A 34 tokens original MIT

Nosmoht/talos-mcp-server

Agent Claude Code

Architecture escalation reviewer. Invoked by staff-reviewer when a change involves new packages, API surface changes, or structural refactors. Evaluates package design, API contracts, and dependency choices. Can escalate further to security or performance reviewers. Read-only — never modifies files.

2 8d ago A 54 tokens original MIT

provenance-reviewer

05

Nosmoht/talos-mcp-server

Agent Claude Code

Provenance and supply-chain escalation reviewer. Invoked when go.mod or go.sum changes. Evaluates new dependency licenses, maintenance status, version pins, and SDK version constraints. Read-only — never modifies files.

2 8d ago A 43 tokens original MIT

researcher

06

Nosmoht/talos-mcp-server

Agent Claude Code

Read-only research agent for resolving uncertainty. Searches repo first, then official documentation. Use when implementation or review encounters unknowns.

2 8d ago A 25 tokens original MIT

security-reviewer

07

Nosmoht/talos-mcp-server

Agent Claude Code

Security escalation reviewer. Invoked when auth/mTLS/token handling changes, input validation or sanitization logic is modified, hook or enforcement mechanisms change, or file path allowlist logic is touched. Read-only — never modifies files.

2 8d ago A 45 tokens original MIT

senior-implementer

08

Nosmoht/talos-mcp-server

Agent Claude Code

Implements Go code changes for talos-mcp. Has write access. Must never self-review — all changes require separate reviewer approval.

2 8d ago A 27 tokens original MIT

Nosmoht/talos-mcp-server

Agent Claude Code

Reviews implementation plans for completeness, risk, and alignment with talos-mcp architecture. Read-only — never modifies files.

2 8d ago A 30 tokens original MIT

staff-reviewer

10

Nosmoht/talos-mcp-server

Agent Claude Code

Single entry-point reviewer. Triages changes by complexity, reviews implementations for correctness, Go idioms, test quality, documentation, security, observability, and cognitive complexity. Escalates to domain reviewers only when concrete risk is identified. Read-only — never modifies files.

2 8d ago A 54 tokens original MIT

PreToolUse

11

Nosmoht/talos-mcp-server

Hook Claude Code

Runs before the agent uses a tool for Bash, mcp__github__push_files and mcp__github__create_or_update_file tool calls, executing require-review.sh via bash (3 commands). From Nosmoht/talos-mcp-server.

2 8d ago A tokens not measured original MIT

talos-mcp-server

12

Nosmoht/talos-mcp-server

Settings file Claude Code

Agent settings declaring 1 hook event (PreToolUse) and 20 allowed tools.

2 8d ago A tokens not measured original MIT

add-mcp-tool

13

Nosmoht/talos-mcp-server

Skill Claude CodeCodex

Scaffold a new Talos MCP tool handler with correct signature, args struct, safety-guard defaults, registration, inventory update, and a test stub. Use when adding a new talos tool to internal/tools/.

2 8d ago A 49 tokens original MIT

guard-mutating-tool

14

Nosmoht/talos-mcp-server

Skill Claude CodeCodex

Verify that a diff touching mutating Talos tools (reboot, upgrade, rollback, reset, patchconfig, applyconfig) preserves all required guards — confirm=true, explicit nodes, correct dryrun/preserve/graceful defaults. Run before requesting staff-reviewer.

2 8d ago A 59 tokens original MIT

Nosmoht/talos-mcp-server

Skill Claude CodeCodex

Extract the current tool/prompt/resource inventory from internal/{tools,prompts,resources} and update the inventory tables in AGENTS.md and README.md. Defaults to dry-run. Use when handlers are added, renamed, or removed.

2 8d ago A 52 tokens original MIT

release-preflight

16

Nosmoht/talos-mcp-server

Skill Claude CodeCodex

Pre-tag validation for talos-mcp releases — resolve release range, scan conventional commit prefixes, derive expected bump, run goreleaser check, verify release.yml npm OIDC invariants (node-version "24", no registry-url, --provenance). Run before pushing a v tag.

2 8d ago A 64 tokens original MIT

Nosmoht/talos-mcp-server

Instructions file CodexOpenCode

Instructions for Nosmoht/talos-mcp-server, covering agents.md, scope and source of truth, do not put in agents.md, commands and operator install / upgrade.

2 8d ago E 8,023 tokens original MIT

talos-mcp-server

19

Nosmoht/talos-mcp-server

MCP server Claude CodeCodexCursor +2

MCP server for Talos Linux — resources, services, logs, health, config, lifecycle via gRPC. Runs locally from the talos-mcp npm package. Needs 13 environment variables to run.

2 8d ago A tokens not measured original MIT