agent kit agents

4 tagged agent kit, measured the same way as everything else here.

code-verifier

01

avmnu-sng/sutra

Agent

Dispatch to verify ONE specific factual claim about the code against the actual source -- e.g. "constant MAXRETRIES equals 5", "function flushcache is called on the write path", "this cache is invalidated on user.updated". Returns CONFIRMED or REFUTED with exact file:line evidence. Use it whenever a decision depends…

2 1mo ago A 107 tokens original MIT

doc-sanitizer

02

avmnu-sng/sutra

Agent

Dispatch before publishing code or docs (open-sourcing, a public sample, sharing externally) to scan them for private material that must not ship -- secrets and credentials, and internal identifiers (paths, usernames, hosts, IPs, internal URLs, employer/product/service names, emails, account IDs) -- against a…

2 1mo ago A 98 tokens original MIT

request-tracer

03

avmnu-sng/sutra

Agent

Dispatch when you need an exact, code-grounded trace of one request/message/event as it flows end to end through the codebase -- entry point through every call, I/O, branch, lock/retry, error path, and final side effect. Use it to answer "what actually happens when X comes in?" not to get advice or a refactor.

2 1mo ago A 76 tokens original MIT