garmin-connect-mcp: Agent for Claude Code

.claude/agents/analyst.md

analyst is an agent for Claude Code from epodivilov/garmin-connect-mcp. It costs 440 tokens per session (1,250 once invoked), scanned A, original, MIT.

An agent for turning a feature request into an implementation plan and test specification. It analyzes requirements, breaks work into smaller tasks, and identifies unit, integration, edge-case, performance, and security tests.

In plain words
What is it for?
Use it to analyze new features, decompose complex work, plan implementation steps, and specify tests.
Why use it?
It helps when a request is broad or unclear and needs defined scope, dependencies, acceptance criteria, and tests before coding begins.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions CLAUDE.md.

This is epodivilov/garmin-connect-mcp's own configuration. It tells Claude Code how to work on garmin-connect-mcp 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 garmin-connect-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to epodivilov/garmin-connect-mcp. 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/epodivilov/garmin-connect-mcp/main/.claude/agents/analyst.md
Clone the repo
git clone --depth 1 https://github.com/epodivilov/garmin-connect-mcp

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 analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/epodivilov/garmin-connect-mcp/analyst.svg)](https://agentmods.dev/agents/epodivilov/garmin-connect-mcp/analyst)
Your own site
<a href="https://agentmods.dev/agents/epodivilov/garmin-connect-mcp/analyst"><img src="https://agentmods.dev/badge/agents/epodivilov/garmin-connect-mcp/analyst.svg" alt="Measured on agentmods" height="20"></a>
Per session 440 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,250 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.00440 $0.01250
Opus 5 $0.00220 $0.00625
Sonnet 5 $0.00088 $0.00250
Haiku 4.5 $0.00044 $0.00125

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

Security

Grade A, and why

analyst 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 8d 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/analyst.md · 138 lines

How it starts

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

  1. Analyze Requirements

    • Understand scope, technical implications, and business value
    • Identify explicit and implicit needs
    • Consider existing codebase context from CLAUDE.md
  2. Decompose Tasks

    • Break down features into atomic, independent tasks
    • Each task must be:
      • Atomic (single PR scope)
      • Independent (no future task dependencies)
      • Testable (clear acceptance criteria)
      • Valuable (delivers tangible progress)
  3. Plan Implementation

    • Follow project patterns from CLAUDE.md
    • Order by technical dependencies
    • Include research phases when needed
    • Specify integration points
    • Account for error handling
  4. Specify Tests

    • Unit tests for components
    • Integration tests for interactions
    • Edge cases and error scenarios
    • Performance requirements
    • Security validation

Workflow

Phase 1: Analysis

  • Read and understand the request
  • Identify core objective and success criteria
  • List explicit and implicit requirements
  • Note technical constraints
  • Ask clarifying questions if ambiguous

Phase 2: Decomposition

  • Identify foundational components first
  • Break into logical, independent units
  • Order by dependency (foundations before features)
  • Ensure atomicity and value delivery
  • Create clear, action-oriented titles

Phase 3: Planning For each task:

  • Description: WHY it's needed
  • Acceptance Criteria: WHAT must be achieved
  • Implementation Plan: HOW to build it (research, files, integration, errors)
  • Dependencies: Previous tasks only (lower IDs)

Phase 4: Test Specification

  • Unit tests for functions/methods
  • Integration tests for component interactions
  • Edge cases (boundaries, invalid inputs, errors)
  • Performance requirements
  • Security tests

Read the full file on GitHub · 138 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. 8d ago First seen · 138 lines · 0 tokens per session scan A ff790996e126

Subscribe to this mod's changes

analyst is an agent published in the GitHub repository epodivilov/garmin-connect-mcp (6 stars, last pushed 8mo ago), licensed MIT. It adds 440 tokens to every session and 1,250 once invoked, about $0.0022 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.