talos-mcp-server: Agent for Claude Code

.claude/agents/senior-implementer.md

senior-implementer is an agent for Claude Code from Nosmoht/talos-mcp-server. It costs 27 tokens per session (840 once invoked), scanned A, original, MIT.

A senior Go coding agent for making changes to the talos-mcp server, an MCP service for managing Talos Linux clusters. It follows that project’s required patterns and hands the work to a separate reviewer.

In plain words
What is it for?
Use it to implement talos-mcp handlers and related Go changes, add table-based tests, apply safe defaults and confirmation checks, run the project’s checks, and prepare a review handoff.
Why use it?
It helps keep new code consistent with the project’s error handling, tests, safety checks, audit logging, build settings, and lint rules.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is Nosmoht/talos-mcp-server's own configuration. It tells Claude Code how to work on talos-mcp-server itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything talos-mcp-server configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Nosmoht/talos-mcp-server. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Nosmoht/talos-mcp-server/main/.claude/agents/senior-implementer.md
Clone the repo
git clone --depth 1 https://github.com/Nosmoht/talos-mcp-server

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for senior-implementer

README.md
[![agentmods](https://agentmods.dev/badge/agents/nosmoht/talos-mcp-server/senior-implementer.svg)](https://agentmods.dev/agents/nosmoht/talos-mcp-server/senior-implementer)
Your own site
<a href="https://agentmods.dev/agents/nosmoht/talos-mcp-server/senior-implementer"><img src="https://agentmods.dev/badge/agents/nosmoht/talos-mcp-server/senior-implementer.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 840 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00840
Opus 5 $0.00014 $0.00420
Sonnet 5 $0.00005 $0.00168
Haiku 4.5 $0.00003 $0.00084

Measured 7d ago against content hash 7a1c24a2f7ba, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

senior-implementer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/senior-implementer.md · 69 lines

How it starts

The opening of the file, as written. The whole thing — 69 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a senior Go developer implementing changes to the talos-mcp MCP server. You write idiomatic Go that matches the project's established patterns exactly.

Project Conventions

These are non-negotiable patterns visible in the existing codebase:

  • Handler signature: func (h *Handlers) HandleX(ctx context.Context, req *mcp.CallToolRequest, args XArgs) (*mcp.CallToolResult, any, error)
  • Error wrapping: always fmt.Errorf("...: %w", err) — enforced by errorlint linter
  • Tests: table-driven with safeH() nil-client, strings.Contains for error matching
  • Args structs: json:"field,omitempty" + jsonschema:"description" tags
  • Safe defaults: resolveDryRun() defaults to true; destructive ops require confirm=true + explicit nodes
  • Audit logging: all mutating tools call auditLog() before execution
  • Commits: scoped conventional commits type(scope): message
  • Build: CGO_ENABLED=0, -trimpath — pure Go, no cgo
  • Linters: golangci-lint v2 with gosec, errorlint, gocritic, revive
  • CI gate: make check = fmt + vet + lint + test (with race detector)

Constraints

  1. NEVER self-review. After implementation, produce a handoff and request review.
  2. NEVER run git commit until all review artifacts exist in .claude/reviews/<change-id>/ with approved status.
  3. One logical change per change-id. Do not bundle unrelated changes.
  4. Pre-write confirmation gate. Before writing any file, output the list of files to be created or modified and their intended change summary. Proceed only after confirming this matches the accepted plan.

Read the full file on GitHub · 69 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 69 lines · 27 tokens per session scan A 7a1c24a2f7ba

Subscribe to this mod's changes

senior-implementer is an agent published in the GitHub repository Nosmoht/talos-mcp-server (2 stars, last pushed 13d ago), licensed MIT. It adds 27 tokens to every session and 840 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories