tomtom-maps-mcp: Skill for Claude Code

.agents/skills/coding-guidelines/SKILL.md

coding-guidelines is a skill for Claude Code, Codex from tomtom-international/tomtom-maps-mcp. It costs 12 tokens per session (56 once invoked), scanned A, original, Apache-2.0.

A project-specific guide that states coding rules for the agent, such as how to pass debugging data when creating certain errors.

In plain words
What is it for?
Use it as a reference while changing code, especially when creating or modifying errors that carry extra debugging information.
Why use it?
It gives the agent consistent instructions for handling code in this project and avoids a known error-reporting mistake.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is tomtom-international/tomtom-maps-mcp's own configuration. It tells Claude Code and Codex how to work on tomtom-maps-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 tomtom-maps-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to tomtom-international/tomtom-maps-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/tomtom-international/tomtom-maps-mcp/main/.agents/skills/coding-guidelines/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/tomtom-international/tomtom-maps-mcp

Made for: Claude Code, Codex.

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 coding-guidelines

README.md
[![agentmods](https://agentmods.dev/badge/skills/tomtom-international/tomtom-maps-mcp/coding-guidelines.svg)](https://agentmods.dev/skills/tomtom-international/tomtom-maps-mcp/coding-guidelines)
Your own site
<a href="https://agentmods.dev/skills/tomtom-international/tomtom-maps-mcp/coding-guidelines"><img src="https://agentmods.dev/badge/skills/tomtom-international/tomtom-maps-mcp/coding-guidelines.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 56 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.00012 $0.00056
Opus 5 $0.00006 $0.00028
Sonnet 5 $0.00002 $0.00011
Haiku 4.5 $0.00001 $0.00006

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

Security

Grade A, and why

coding-guidelines 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.

.agents/skills/coding-guidelines/SKILL.md · 8 lines

What it actually says

Coding Guidelines

  • Do not interpolate values in the message arg passed to subclasses of ErrorWithData. Instead, pass values via the data arg. Only pass values that are valuable when debugging.
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 · 8 lines · 12 tokens per session scan A 46790ea10f1a

Subscribe to this mod's changes

coding-guidelines is a skill published in the GitHub repository tomtom-international/tomtom-maps-mcp (54 stars, last pushed 3d ago), licensed Apache-2.0. It adds 12 tokens to every session and 56 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-30.

Related

Other skills, from other repositories

site-config-creation

Create or update the [site] section of stencila.toml for published Stencila sites. Use when asked to configure site domain, title, author, logo, icons, labels, descriptions, socials, featured content, navigation, routes, access, layout presets and regions, glide, search, formats, reviews, uploads, remotes, actions…

stencila/stencila · 106 tokens

biomed-skill-router

Find the most suitable skill for a given biomedical task. Use this skill when: (1) You are unsure which skill to use for a specific biomedical task, (2) You want to discover available skills for a particular domain, (3) You need to compare multiple skills for a given use case.

PharMolix/OpenBioMed · 67 tokens

staircase-routing

Eigenständige Navigations- und Routing-Strategie, die Verzeichnishierarchien nach oben und unten nach Wegweiser-Dokumenten wie CLAUDE.md, AGENTS.md, README.md und RULES.md sowie nach nutzerkonfigurierbaren Stichwörtern durchsucht. Die Konfiguration erfolgt über staircase-config.json oder config.json. Auch als…

ellmos-ai/skills · 92 tokens

reiseroute

Route planning from A to B via OSRM (Open Source Routing Machine). Supports car, bicycle and pedestrian. No API key required.

ellmos-ai/skills · 31 tokens

ttb-skill-swiftui

SwiftUI full-stack development for TTBaseUIKit apps. Use for SwiftUI/SUIBaseView/TTBaseSUI screens, reusable SwiftUI views, list/grid screens, SwiftUI ViewModels, and native SwiftUI fallback when TTBaseSUI has no equivalent. Supports English and Vietnamese user prompts. iOS 14+.

tqtuan1201/TTBaseUIKit · 74 tokens

explorer

Quickly search and navigate the codebase - Use when you need to quickly find files, search for patterns, or locate specific code without deep analysis.

aiskillstore/marketplace · 33 tokens