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.
npx agentmods add instructions/setix-ai/setix-sdk/claude-mdgit clone --depth 1 https://github.com/setix-ai/setix-sdkWrote 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/instructions/setix-ai/setix-sdk/claude-md)<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>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 | $0.01986 | $0.01986 |
| Opus 5 | $0.00993 | $0.00993 |
| Sonnet 5 | $0.00397 | $0.00397 |
| Haiku 4.5 | $0.00199 | $0.00199 |
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.
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-verifyis FORBIDDEN. - Verify push after every tag:
git ls-remote origin main+git ls-remote --tags origin | grep <tag>.
Brand vocabulary
- Lowercase
setixin code, paths, identifiers, file names. - Uppercase
SETIXonly 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 locallyv0.1.X— pre-public stabilizationv1.0.0— first public NPM@setix/thread+ PyPIsetix-threadpublication
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 · 163 lines · 1,986 tokens per session scan A 04bcd5702230
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.
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…
daisyui code_generation_with_git.instructions.md
Instructions for saadeghi/daisyui, covering activation, initial setup, development loop, error handling and session end.
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.
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.
solo copilot-instructions.md
Copilot instructions for hiero-ledger/solo, covering github copilot instructions for hiero-ledger/solo and highest-frequency rules.
ai-git-commiter CLAUDE.md
Instructions for zdt1013/ai-git-commiter, covering ai git commiter, 项目结构, 技术栈, 常用命令 and 安装依赖.