produire-et-mesurer

produire-et-mesurer is a skill for Claude Code, Codex from IDinsight/tlm-authoring-mcp. It costs 82 tokens per session (2,095 once invoked), scanned A, original, no licence file.

A workflow for producing a sheet and checking that it fits. It renders the sheet, counts pages, and tightens the layout when needed.

In plain words
What is it for?
Use it to generate, preview, measure, and adjust a document or worksheet.
Why use it?
It catches layout overflow after production instead of relying on an estimate.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Part of the tlm-autorat plugin — 6 skills, 8 commands, 5 agents, 2 MCP servers shipped together

Good fit Use it to generate, preview, measure, and adjust a document or worksheet.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/idinsight/tlm-authoring-mcp/produire-et-mesurer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add IDinsight/tlm-authoring-mcp --skill produire-et-mesurer
Clone the repo
git clone --depth 1 https://github.com/IDinsight/tlm-authoring-mcp

Made for: Claude Code, Codex.

Or install tlm-autorat, the plugin that ships this one along with the rest of its 6 skills, 8 commands, 5 agents, 2 MCP servers.

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 produire-et-mesurer

README.md
[![agentmods](https://agentmods.dev/badge/skills/idinsight/tlm-authoring-mcp/produire-et-mesurer/github.svg)](https://agentmods.dev/skills/idinsight/tlm-authoring-mcp/produire-et-mesurer)
Your own site
<a href="https://agentmods.dev/skills/idinsight/tlm-authoring-mcp/produire-et-mesurer"><img src="https://agentmods.dev/badge/skills/idinsight/tlm-authoring-mcp/produire-et-mesurer/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 produire-et-mesurer

Your own site · 80×15
<a href="https://agentmods.dev/skills/idinsight/tlm-authoring-mcp/produire-et-mesurer"><img src="https://agentmods.dev/badge/skills/idinsight/tlm-authoring-mcp/produire-et-mesurer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,095 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 unknown 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.00082 $0.02095
Opus 5 $0.00041 $0.01047
Sonnet 5 $0.00016 $0.00419
Haiku 4.5 $0.00008 $0.00210

Measured today against content hash 22b794e70d4a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

produire-et-mesurer 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 today.

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.

plugin/skills/produire-et-mesurer/SKILL.md · 136 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. today Changed · +8 lines 22b794e70d4a
  2. 2d ago Changed · +18 lines e4d17e60a7b9
  3. 3d ago Changed · +26 lines 93e4e4541373
  4. 4d ago Changed · +4 lines 09e8967e2936
  5. 7d ago Changed · +8 tokens per session fa5b439ffbb9
  6. 8d ago First seen · 80 lines · 74 tokens per session scan A b27aa67fc9d6

Subscribe to this mod's changes

produire-et-mesurer is a skill published in the GitHub repository IDinsight/tlm-authoring-mcp (0 stars, last pushed today), with no licence file. It adds 82 tokens to every session and 2,095 once invoked, about $0.0004 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-09-04.

Related

Other skills, from other repositories

pptx-import

A method for adding an uploaded PowerPoint presentation to an existing classroom as extra pages while keeping the slides' original layout. PowerPoint is Microsoft's presentation file format.

THU-MAIC/OpenMAIC · 125 tokens

exam-study-guide

A study-guide builder for a completed exam chapter that has not yet passed its required checks. It creates a structured teaching checklist and, in full mode, a self-contained HTML and printable PDF guide with readable formulas, visible images, explanations, examples, and answers.

ZeKaiNie/universal-examprep-skill · 113 tokens

brief-compliance-check

Check a LaTeX coursework submission against the requirements in a supplied PDF assessment brief. Use when verifying format, required sections, word limits, or deliverables before submission. Not for general prose proofreading; use $proofread.

flonat/flonat-research · 50 tokens

textbook-to-md

Convert PDF/EPUB textbooks to searchable markdown files for an AI agent's own reference. Use this skill whenever: (1) the user asks to convert a textbook/PDF chapter to markdown, (2) you need to search textbook content and no markdown version exists yet, (3) batch-converting a set of reference books into a knowledge…

drpwchen/textbook-to-note · 90 tokens

scan-to-practice

A complete methodology for turning scanned or image-based learning materials into high-quality desktop, web, or mobile practice products. Covers visual transcription, data assembly, answer-key-driven controls and grading, product design, animation, validation, and long-term maintenance. Use when a user wants to…

parz0val0/scan-to-practice · 89 tokens

svg-press

Teaches agents how to hand-craft self-contained SVG diagrams that render correctly in browsers, tags, and Playwright PDF/PNG. Covers containment math, viewBox sizing, arrow construction, text hierarchy, KDCube brand color tokens, semantic zone fills, badges, the PNG inspection loop, writepng parameters, multi-diagram…

kdcube/kdcube · 87 tokens