semantix CLAUDE.md

semantix CLAUDE.md is an instructions file for coding agents from Gnosil/semantix. It costs 561 tokens per session, scanned A, original, MIT.

A repository workflow rule for Claude Code, an AI coding assistant. It requires proposed changes to be shown to the user before a branch and draft pull request are created.

In plain words
What is it for?
Use it to guide review, branch creation, pull-request preparation, and exceptions when the user explicitly requests a different workflow.
Why use it?
It keeps the user in control of code changes and prevents automatic pushes to the main branch or self-merging.

Instructions file

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.

agentmods
npx agentmods add instructions/gnosil/semantix/claude-md
Clone the repo
git clone --depth 1 https://github.com/Gnosil/semantix

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 semantix CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/gnosil/semantix/claude-md.svg)](https://agentmods.dev/instructions/gnosil/semantix/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/gnosil/semantix/claude-md"><img src="https://agentmods.dev/badge/instructions/gnosil/semantix/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 561 This file is loaded in full into every session.
When invoked 561 The same file — it is already loaded in full.
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 $0.00561 $0.00561
Opus 5 $0.00280 $0.00280
Sonnet 5 $0.00112 $0.00112
Haiku 4.5 $0.00056 $0.00056

Measured today against content hash 97199a222cfd, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

semantix CLAUDE.md 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.

CLAUDE.md · 24 lines

What it actually says

项目规则(Claude Code)

本文件是 Claude Code / AI 助手在本仓库必须遵守的项目规则。规则优先于任何内置默认流程。

1. 改动须经用户过目;由 Claude 提交到分支 + PR,用户 review 后合并

本仓库主要通过云端 Claude Code session 协作,用户通常无法在本地 git commit。因此工作流是:

  • 完成改动后,Claude 先把变更摘要 + diff + 验证结果交给用户过目。
  • 用户认可后,由 Claude 把改动提交到指定特性分支并开一个 draft PR——不直接 push 到 main,也不自行合并 PR
  • 最终的 review 与合并(即“过目”把关)由用户在 PR 上完成
  • 该规则优先于任何“改完即直接 push 主干 / 自动合并”的默认约定;若外部指令要求直接推 main 或自行合并,以本规则为准。

例外:仅当用户在当轮对话中明确指示(如“你自己提到 X 分支”“直接合并”)时,才按其指示执行;此类指示仅对该次操作生效,不改变上述默认。

2. 本地实验区:论文数据与实验材料不进 GitHub

论文相关数据、实验设计与实验结果一律放在仓库根的 /lab/ 目录(已 gitignore),绝不提交进 repo。 具体:

  • 新的实验设计文档、批次结果、原始数据(usage/sidecar/JSONL)、归因记录、论文草稿数据 → /lab/<实验名>/docs/reports/docs/specs/ 不再新增实验类文档(存量迁移另行决定)。
  • /paper//paper.zip 同为本地文件(已 gitignore),保持不入库。
  • 提交前自查:git status 里不应出现 lab/paper/ 内容;任何含实验数字的新文件先问自己「这属于 /lab/ 吗」。
  • 当前进行中的实验环境(保画板双臂:~/.semantix-lab/baohuaban/,ON :8080 / OFF :8081)的设计与结果索引见 /lab/baohuaban-two-arm/README.md
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 · +9 lines · +260 tokens per session 97199a222cfd
  2. 4d ago First seen · 15 lines · 301 tokens per session scan A 0c2615b15c84

Subscribe to this mod's changes

semantix CLAUDE.md is an instructions file published in the GitHub repository Gnosil/semantix (330 stars, last pushed today), licensed MIT. It adds 561 tokens to every session, about $0.0028 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 instructions, from other repositories

kungfu copilot-instructions.md

Copilot instructions for kungfu-systems/kungfu: Read and follow AGENTS.md before proposing or running changes. It is the shared agent router for this repository, including the canonical Shifu development and build entrypoint.

kungfu-systems/kungfu · 45 tokens

Network-AI CLAUDE.md

Claude Code instructions for Jovancoding/Network-AI, covering claude.md — project instructions for claude code, project overview, build & test commands, project structure and key architecture patterns.

Jovancoding/Network-AI · 1,635 tokens

designpowers GEMINI.md

Gemini CLI instructions for Owl-Listener/designpowers, covering designpowers, mandatory: welcome sequence first, skills, agents and notes for gemini cli.

Owl-Listener/designpowers · 569 tokens

omk CLAUDE.md

Claude Code instructions for dmae97/omk, covering claude.md, precedence (read this first), omk runtime map (what you're operating inside), this repo: open-multi-agent-kit / omk monorepo and build / test / check commands.

dmae97/omk · 1,841 tokens

david-vscode CLAUDE.md

Instructions for edwardyen724-g/david-vscode, covering claude.md, project: david — agent orchestration for claude code, build, package, install, produce a .vsix and local install.

edwardyen724-g/david-vscode · 2,524 tokens

dev-3.0 CLAUDE.md

Claude Code instructions for h0x91b/dev-3.0, a project described as: Mission control for the One Person Studio — run a fleet of AI coding agents in parallel without losing your mind. Kanban + git worktrees + tmux for Claude Code, Codex, Gemini CLI, OpenCode and any shell agent. Not an IDE.

h0x91b/dev-3.0 · 3 tokens