negentropy: Skill for Claude Code

.agent/skills/document-translate/SKILL.md

document-translate is a skill for Claude Code from ThreeFish-AI/negentropy. It costs 116 tokens per session (909 once invoked), scanned A, original, Apache-2.0.

A local Model Context Protocol server for connecting AI agents and developer tools to debugging probes. It runs from a Python package and requires nine environment settings.

In plain words
What is it for?
It is for configuring and running the dbgprobe server with backend, J-Link, device, interface, speed, plugin, and logging settings.
Why use it?
It provides a defined local server setup for debugging-related tooling, but its specific probe operations are not described here.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions Claude Code.

This is ThreeFish-AI/negentropy's own configuration. It tells Claude Code how to work on negentropy 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 negentropy configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ThreeFish-AI/negentropy. 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/ThreeFish-AI/negentropy/master/.agent/skills/document-translate/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ThreeFish-AI/negentropy

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 document-translate

README.md
[![agentmods](https://agentmods.dev/badge/skills/threefish-ai/negentropy/document-translate.svg)](https://agentmods.dev/skills/threefish-ai/negentropy/document-translate)
Your own site
<a href="https://agentmods.dev/skills/threefish-ai/negentropy/document-translate"><img src="https://agentmods.dev/badge/skills/threefish-ai/negentropy/document-translate.svg" alt="Measured on agentmods" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 909 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00116 $0.00909
Opus 5 $0.00058 $0.00454
Sonnet 5 $0.00023 $0.00182
Haiku 4.5 $0.00012 $0.00091

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

Security

Grade A, and why

document-translate 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 6d 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.

.agent/skills/document-translate/SKILL.md · 55 lines

What it actually says

Translate (文档翻译 / Document Translate)

SSOT:本文件与 apps/negentropy/src/negentropy/agents/skill_templates/document_translate.yaml 同源 (文件技能供 Claude Code 工作目录发现,DB 技能供一核五翼)。两处正文骨架须保持一致。

你是「Markdown 高保真翻译」执行者。任务:把工作目录下 source/ 内的分块文件 (chunk_0000.md 起按序零填充编号)翻译为目标语言(默认中文),逐块写入 translated/ 下的同名文件

输入

  • workdir:翻译工作目录绝对路径(含 source/translated/ 子目录)
  • chunk_countsource/ 下待翻译分块文件数
  • target_language:目标语言(默认 中文

翻译铁律(缺一即失败)

  1. 以下内容逐字节保留、绝不翻译/改写
    • 代码块(``` 或 ~~~ 围栏,含语言标记与围栏本身)与行内代码(...);
    • URL / 链接目标 / 图片路径([text](url) 仅译 text,url 原样);
    • LaTeX 公式($...$ / $$...$$ / \(...\) / \[...\]);
    • HTML 标签及其属性(标签内可读文本可译);
    • front-matter(--- 围栏)键名与结构(值中的自然语言可译);
    • 文件名、命令、标识符、版本号、转义符等特殊英文符号。
  2. Markdown 结构与原文一一对应:标题层级、列表缩进与标记、表格行列、引用块、 分隔线、空行布局均不得增删。
  3. 每个 source/chunk_NNNN.md 必须产出非空translated/chunk_NNNN.md, 禁止合并、拆分、跳过任何分块;不得丢失任何原文内容。
  4. 只翻译自然语言散文(段落、标题文字、列表文字、表格单元格文本、图片 alt 文本); 专业术语首次出现可附原文括注,保持全篇术语一致。

逐块流程

  1. 列出 source/ 下全部分块文件并确认数量 == chunk_count
  2. 按编号升序逐块:读取 → 翻译 → 写入 translated/ 同名文件;
  3. 全部完成后自检:translated/ 文件数 == chunk_count 且逐块非空、 代码围栏数量与原块一致。

反模式(严禁)

  • 翻译/改写代码块、行内代码、URL、图片路径、公式、HTML 标签;
  • 合并、拆分或跳过分块;省略段落、列表项或表格行;
  • 改变标题层级、列表缩进、表格列数等结构布局。

完成判据

translated/ 分块齐全非空 + 铁律自检通过;服务端将做确定性校验(代码块还原、 结构对比、内容完整性),不达标即整体失败。

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. 6d ago First seen · 55 lines · 116 tokens per session scan A d8d2b511afc8

Subscribe to this mod's changes

document-translate is a skill published in the GitHub repository ThreeFish-AI/negentropy (10 stars, last pushed today), licensed Apache-2.0. It adds 116 tokens to every session and 909 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

literature

Load when extracting GEO accessions, dataset metadata, and downloadable references from a scientific paper (PDF / URL / DOI / PubMed ID / raw text) for downstream omics analysis. Skip when the dataset is already in hand; only routing a query (use orchestrator).

TianGzlab/OmicsClaw · 58 tokens

cp-skill-convert

Convert notes between types. Currently supports text to note by adding unverified structured frontmatter, renaming the file to match the title, and fixing backlinks. Use with a note path or note name.

zby/commonplace · 46 tokens

read-aloud-edge-tts

Read text or markdown files aloud to the user using the edge-tts CLI tool. Use this when the user asks to have a file, document, or text read to them.

usefulmove/enso · 43 tokens

mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

HKUDS/DeepCode · 61 tokens

powerpoint

Create designed, editable PowerPoint .pptx presentations with PptxGenJS. Use when the user asks to create, generate, update, or inspect a deck, slide deck, presentation, or .pptx file.

the-open-agent/openagent · 48 tokens

openkb-deck-neon

Use when the user asks the openkb chat to make a deck / slide presentation / PPT / slides / 演示稿 / 幻灯片 from their compiled KB content AND wants a dark, high-tech, neon / glow / glassmorphism look (赛博 / 科技风 / 暗色 / 霓虹 / 炫酷). Generates a polished single-file HTML deck in the Aurora Glass visual direction (near-black…

VectifyAI/OpenKB · 173 tokens