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.
curl -O https://raw.githubusercontent.com/cturkieh/france-data-mcp/main/.claude/skills/release-process/SKILL.mdgit clone --depth 1 https://github.com/cturkieh/france-data-mcpWrote 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.
[](https://agentmods.dev/skills/cturkieh/france-data-mcp/release-process)<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.
<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>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.
| Model | Per session | Once 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 |
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; } What it actually says
Release process (maintainer-only)
Déplacé verbatim depuis
CLAUDE.mdle 2026-09-06 (budget). Source de vérité pour ce périmètre ;CLAUDE.mdne 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) :
- ☐
pnpm typecheck && pnpm lint && pnpm test:unitverts - ☐ 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 publishrejette en422 expected length <= 100sinon (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.jsonreste 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.
- ⚠️
- ☐ Éditer
CHANGELOG.md(nouvelle section en haut) - ☐
git commit + git tag -a vX.Y.Z + git push + git push origin vX.Y.Z - ☐ Attendre CI vert (
gh run watch --exit-status) - ☐
pnpm build && pnpm publish --no-git-checks(entrer OTP 2FA) - ☐
mcp-publisher login github(device code) →mcp-publisher publish - ☐ GitHub Release : auto-créée par
release.ymlsur le push du tag (étape 4) avec les notes du CHANGELOG. NE PAS lancergh release create(422tag_name already exists). Vérifier :gh release view vX.Y.Z - ☐ Vérifier :
npm view france-data-mcp version,/healthz, et registry MCP.- ⚠️ Le
searchregistry 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).lastsur 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 viametadata.nextCursor(camelCase, PASnext_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 publishqui renvoie400 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.
- ⚠️ Le
- ☐ 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émoireglama-listing-update-mechanism.
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.
- 4d ago First seen · 34 lines · 66 tokens per session scan A d59294065c64
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.
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).
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…
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.
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).
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…
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.