france-data-mcp: Skill for Claude Code

.claude/skills/release-process/SKILL.md

release-process is a skill for Claude Code from cturkieh/france-data-mcp. It costs 66 tokens per session (1,268 once invoked), scanned A, original, MIT.

A maintainer checklist for publishing a new software release through Git, CI, npm, and the MCP registry. CI means automated checks that build and test code before release.

In plain words
What is it for?
Use it to run checks, update version files, write a changelog entry, create a release tag, publish the package, and verify the registry.
Why use it?
It reduces missed version updates, failed registry validation, incomplete release notes, and unpublished Git tags.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

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

Reuse

Borrowing it

Nothing to install: this file belongs to cturkieh/france-data-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/cturkieh/france-data-mcp/main/.claude/skills/release-process/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/cturkieh/france-data-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 release-process

README.md
[![agentmods](https://agentmods.dev/badge/skills/cturkieh/france-data-mcp/release-process/github.svg)](https://agentmods.dev/skills/cturkieh/france-data-mcp/release-process)
Your own site
<a href="https://agentmods.dev/skills/cturkieh/france-data-mcp/release-process"><img src="https://agentmods.dev/badge/skills/cturkieh/france-data-mcp/release-process/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for release-process

Your own site · 80×15
<a href="https://agentmods.dev/skills/cturkieh/france-data-mcp/release-process"><img src="https://agentmods.dev/badge/skills/cturkieh/france-data-mcp/release-process.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,268 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00066 $0.01268
Opus 5 $0.00033 $0.00634
Sonnet 5 $0.00013 $0.00254
Haiku 4.5 $0.00007 $0.00127

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

Security

Grade A, and why

release-process scanned grade A with 1 finding 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 4d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

r=$(curl -s "$url"); echo "$r" | jq -e --arg v "$V" '.servers[]|select(.server.name=="io.github.cturkieh/france-data-mcp" and .server.version==$v)' >/dev/null && { echo "✅ $V registry"; break; }
.claude/skills/release-process/SKILL.md · 34 lines

What it actually says

Release process (maintainer-only)

Déplacé verbatim depuis CLAUDE.md le 2026-09-06 (budget). Source de vérité pour ce périmètre ; CLAUDE.md ne garde que les règles de tête.

Maintainer-only (npm publish OTP 2FA + mcp-publisher GitHub OAuth sur namespace io.github.cturkieh/...).

Séquence (voir scripts/release.sh qui automatise) :

  1. pnpm typecheck && pnpm lint && pnpm test:unit verts
  2. ☐ Bump version sur 3 sources : package.json, server.json, src/core/version.ts
    • ⚠️ server.json.description ≤ 100 caractères (limite DURE du schéma registry MCP)mcp-publisher publish rejette en 422 expected length <= 100 sinon (prouvé V0.23.2 : une description enrichie ~230 car. publiait OK sur npm — pas de limite — mais bloquait le registry). npm/README portent le détail long ; server.json reste un pitch court. Vérifier : jq -r '.description|length' server.json + mcp-publisher validate (read-only, hit le schéma registry) AVANT le commit de release.
  3. ☐ Éditer CHANGELOG.md (nouvelle section en haut)
  4. git commit + git tag -a vX.Y.Z + git push + git push origin vX.Y.Z
  5. ☐ Attendre CI vert (gh run watch --exit-status)
  6. pnpm build && pnpm publish --no-git-checks (entrer OTP 2FA)
  7. mcp-publisher login github (device code) → mcp-publisher publish
  8. ☐ GitHub Release : auto-créée par release.yml sur le push du tag (étape 4) avec les notes du CHANGELOG. NE PAS lancer gh release create (422 tag_name already exists). Vérifier : gh release view vX.Y.Z
  9. ☐ Vérifier : npm view france-data-mcp version, /healthz, et registry MCP.
    • ⚠️ Le search registry PAGINE par 30 et n'est PAS trié globalement (updatedAt/semver) — la version qu'on vient de publier peut tomber PAGE 2 (faux négatif prouvé V0.26.1 2026-06-06 : sort_by(updatedAt).last sur la page 1 renvoyait 0.26.0 alors que 0.26.1 était active page 2). NE PAS se fier à une requête mono-page. Vérifier en paginant via metadata.nextCursor (camelCase, PAS next_cursor) ET en cherchant la version cible explicitement :
      V=0.26.1; base='https://registry.modelcontextprotocol.io/v0/servers?search=france-data-mcp'; cur=''
      while :; do url="$base"; [ -n "$cur" ] && url="$base&cursor=$(printf %s "$cur"|jq -sRr @uri)"
        r=$(curl -s "$url"); echo "$r" | jq -e --arg v "$V" '.servers[]|select(.server.name=="io.github.cturkieh/france-data-mcp" and .server.version==$v)' >/dev/null && { echo "✅ $V registry"; break; }
        cur=$(echo "$r" | jq -r '.metadata.nextCursor // empty'); [ -z "$cur" ] && { echo "❌ $V absente"; break; }; done
      
    • mcp-publisher publish qui renvoie 400 cannot publish duplicate version = la version EST DÉJÀ publiée (garde d'idempotence, succès déguisé), PAS un échec — re-vérifier via la pagination ci-dessus avant de re-tenter.
  10. Glama (annuaire MCP tiers, fiche publique glama.ai/mcp/servers/cturkieh/france-data-mcp) — 3 étapes distinctes, la release est MANUELLE : Glama sépare sync (récupère le dernier commit GitHub) → build (auto, depuis un commit ÉPINGLÉ, ne suit PAS les tags ; email « Build succeeded ») → « Create a release » (manuelle — sans elle la fiche reste gelée MÊME build OK). Après chaque version : admin → onglet Repository → Sync → attendre le build vert → Create a release. Le sync auto quotidien peut se figer silencieusement (vécu 2026-06 : bloqué depuis 2026-06-04, fiche restée à 0.23.1 alors que npm/registry = 0.26.1) → sync jammé > 15-20 min = Discord Glama #support (leur worker, PAS le repo ; icône Discord nav glama.ai — ce n'est PAS le serveur « Model Context Protocol » officiel). glama.json (racine, maintainers) lève l'item du score + aide le re-pickup. Détail : mémoire glama-listing-update-mechanism.
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. 4d ago First seen · 34 lines · 66 tokens per session scan A d59294065c64

Subscribe to this mod's changes

release-process is a skill published in the GitHub repository cturkieh/france-data-mcp (3 stars, last pushed 3d ago), licensed MIT. It adds 66 tokens to every session and 1,268 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.

Related

Other skills, from other repositories

ship

Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. (gstack).

garrytan/gstack · 35 tokens

gitlab-devops

GitLab DevOps operations — issues, merge requests, CI/CD pipelines, repository browsing, labels, milestones, releases, and wiki management. Use when querying GitLab project status, monitoring pipeline executions, browsing repository files, creating issues for network findings, opening merge requests for config…

automateyournetwork/netclaw · 67 tokens

seed-snapshot-release

An automated workflow for creating and tracking a snapshot release of the pull request on the current branch. A snapshot release is a temporary package build used for testing a branch before a normal release.

daangn/seed-design · 19 tokens

push-ci

Push to remote and monitor CI. Validates branch safety, executes git push WITH explicit user approval, then monitors CI run status via gh CLI. Use when: user says 'push', 'push and watch CI', 'ship it', 'push-ci'. Not for: committing (use /smart-commit), creating PRs (use /create-pr), merging (use /merge-prep).

sd0xdev/sd0x-harness · 82 tokens

release-engineering

Plan and verify software releases with versioning, changelogs, release branches, feature flags, canaries, migration gates, rollback, deployment checks, and release readiness. Use when preparing a release, shipping a risky PR, coordinating app/backend/database rollout, recovering from a bad deploy, or defining release…

majiayu000/spellbook · 69 tokens

cmux-release

Prefer the /release command. It determines the new version (minor by default), gathers commits since the last tag, updates CHANGELOG.md, runs ./scripts/bump-version.sh, commits, runs ./scripts/release-pretag-guard.sh, then tags and pushes.

manaflow-ai/cmux · 39 tokens