setix-sdk CLAUDE.md

setix-sdk CLAUDE.md is an instructions file for coding agents from setix-ai/setix-sdk. It costs 1,986 tokens per session, scanned A, original, Apache-2.0.

A set of working instructions for the setix-sdk repository, which provides TypeScript and Python client libraries for the public THREAD protocol. It defines repository rules, release details, commit signing, and approved wording.

In plain words
What is it for?
Use it when editing, committing, tagging, or preparing the setix-sdk SDK for publication.
Why use it?
It gives an coding agent the repository context and constraints needed to make changes that fit the project and remain suitable for public release.

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/setix-ai/setix-sdk/claude-md
Clone the repo
git clone --depth 1 https://github.com/setix-ai/setix-sdk

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 setix-sdk CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/setix-ai/setix-sdk/claude-md.svg)](https://agentmods.dev/instructions/setix-ai/setix-sdk/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/setix-ai/setix-sdk/claude-md"><img src="https://agentmods.dev/badge/instructions/setix-ai/setix-sdk/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,986 This file is loaded in full into every session.
When invoked 1,986 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.01986 $0.01986
Opus 5 $0.00993 $0.00993
Sonnet 5 $0.00397 $0.00397
Haiku 4.5 $0.00199 $0.00199

Measured 4d ago against content hash 04bcd5702230, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

setix-sdk 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 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.

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 · 163 lines

How it starts

The opening of the file, as written. The whole thing — 163 lines — stays where its author put it; the contents beside it link to each section on GitHub.

setix-sdk — operating context

You are working in setix-sdk, the public-facing thin-client SDK repository for the THREAD protocol.

CRITICAL: this repo is published. Every commit, every tag, every file, every identifier in this repository will eventually be visible to the public. The pre-commit hook at .githooks/pre-commit enforces three independent fail-closed layers (secret-shape scan, protocol-internal-field-name scan, public-clean vocabulary scan). Do not bypass with --no-verify. If the hook blocks, REWRITE the offending content.


Repo identity

Field Value
Name setix-sdk
Purpose TypeScript + Python thin-client SDKs over the public THREAD protocol surface. Released to NPM as @setix/thread + PyPI as setix-thread at the operator-manual visibility flip.
Tag stream Bare SemVer (no prefix): v0.0.X, v0.1.X, v1.0.0
Signing key fingerprint SHA256:0C8edPhJc9qhT21cznp8FrH1FldkNYv9Ge8Xe01+xgc (1Password Ed25519)

Commit + signing

  • All commits SSH-signed via the Ed25519 key above.
  • All commits authored as Usman Mustafa <[email protected]>.
  • No collaborator-attribution trailers in commit messages. The hook catches the standard ones.
  • Pre-commit hook fail-closed. --no-verify is FORBIDDEN.
  • Verify push after every tag: git ls-remote origin main + git ls-remote --tags origin | grep <tag>.

Brand vocabulary

  • Lowercase setix in code, paths, identifiers, file names.
  • Uppercase SETIX only as a code prefix.
  • THREAD acronym preserved; never rename.

Trunk-only branching

  • All work on main. No feature branches.
  • Pull before starting work: git pull --ff-only origin main.
  • Push immediately after commit + tag.

Tag stream + versioning

Strict bare SemVer in the 0.x.y range. No pre-release suffixes — no -pre, -rc, -alpha, -beta, -post, +metadata.

  • v0.0.X — pre-public iteration; package builds verified locally
  • v0.1.X — pre-public stabilization
  • v1.0.0 — first public NPM @setix/thread + PyPI setix-thread publication

Read the full file on GitHub · 163 lines

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 · 163 lines · 1,986 tokens per session scan A 04bcd5702230

Subscribe to this mod's changes

setix-sdk CLAUDE.md is an instructions file published in the GitHub repository setix-ai/setix-sdk (0 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 1,986 tokens to every session, about $0.0099 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 instructions, from other repositories

hana-developer-cli-tool-example package-json-scripts.instructions.md

Use when adding or updating scripts in package.json. Enforces consistent naming conventions, script categories, environment variable handling, cross-platform command compatibility, npm lifecycle hooks, script composition patterns, and integration with CI/CD pipelines. Ensures npm scripts are maintainable…

SAP-samples/hana-developer-cli-tool-example · 4,985 tokens

daisyui code_generation_with_git.instructions.md

Instructions for saadeghi/daisyui, covering activation, initial setup, development loop, error handling and session end.

saadeghi/daisyui · 1,006 tokens

planning-with-files AGENTS.md

AGENTS.md instructions for OthmanAdi/planning-with-files, covering agents.md — planning-with-files agent reference card, commit rules, release checklist (12 steps), version bump scope and changelog format.

OthmanAdi/planning-with-files · 2,236 tokens

dario CLAUDE.md

Claude Code instructions for askalf/dario, covering dario — notes for claude code (and other llm coding agents), commits and prs, style, scope and when in doubt, ask.

askalf/dario · 407 tokens

solo copilot-instructions.md

Copilot instructions for hiero-ledger/solo, covering github copilot instructions for hiero-ledger/solo and highest-frequency rules.

hiero-ledger/solo · 1,491 tokens

ai-git-commiter CLAUDE.md

Instructions for zdt1013/ai-git-commiter, covering ai git commiter, 项目结构, 技术栈, 常用命令 and 安装依赖.

zdt1013/ai-git-commiter · 1,619 tokens