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 skills add ngerakines/atproto-skills --skill atproto-repositorygit clone --depth 1 https://github.com/ngerakines/atproto-skillsWrote 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/skills/ngerakines/atproto-skills/atproto-repository)<a href="https://agentmods.dev/skills/ngerakines/atproto-skills/atproto-repository"><img src="https://agentmods.dev/badge/skills/ngerakines/atproto-skills/atproto-repository/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ngerakines/atproto-skills/atproto-repository"><img src="https://agentmods.dev/badge/skills/ngerakines/atproto-skills/atproto-repository.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00696 | $0.03481 |
| Opus 5 | $0.00348 | $0.01741 |
| Sonnet 5 | $0.00139 | $0.00696 |
| Haiku 4.5 | $0.00070 | $0.00348 |
Grade A, and why
atproto-repository 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 12d 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 — 165 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AT Protocol Repository
An AT Protocol repository is a single account's entire record store, addressed by its DID. Every record lives at a key in a Merkle Search Tree; the tree's root CID is sealed by a signed commit; the commit plus every block it transitively references are the repository. On the wire, it travels as a CAR v1 file.
This skill routes to per-language guides for Rust, TypeScript, and Go, sitting on top of a language-neutral spec in shared/.
Defaults
- DRISL — canonical DAG-CBOR: bytewise map keys, shortest-form integers, no indefinite-length framing, CIDs as tag 42 + identity multibase.
- CAR v1 —
varint ‖ header-cbor ‖ (varint ‖ 36-byte-CID ‖ bytes)*. Roots list declares the commit CID. - MST — SHA-256 key height with fanout 4 (count pairs of leading zero bits). Node shape
{l?, e:[{p,k,v,t?}]}. Keys are<collection>/<rkey>, max 1024 bytes. - Commit —
{did, version:3, data, rev, prev, sig}.previsnullfor genesis (though see §divergence). Signing bytes = DAG-CBOR of the commit minussig. - Signature — raw
r ‖ sECDSA (k-256 or p-256), low-S normalized. Verified against the#atprotoMultikey in the signer's DID document.
Full normative rules: shared/drisl.md, shared/car-v1.md, shared/mst.md, shared/commit-and-signing.md, shared/data-model.md. Fixtures: shared/test-vectors.md. Cross-language differences: shared/divergence-matrix.md.
Language detection
Before generating or reviewing any repo code, determine the target language from project files or the file being edited:
Cargo.toml,*.rs, any mention ofatproto-repo/atproto-dasl/atproto-record→ Rust — read fromrust/.package.json,tsconfig.json,*.ts,*.tsx, imports of@atproto/repo/@atproto/lex-cbor/@atproto/crypto→ TypeScript — read fromtypescript/. Also*.js/*.jsxwhen there is no.tspresent.go.mod,*.go, imports ofgithub.com/bluesky-social/indigo/atproto/repo→ Go — read fromgo/.
What ships with it
22 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- go/car.md 12 KB
- go/commit.md 14 KB
- go/drisl.md 8.9 KB
- go/mst.md 15 KB
- go/README.md 12 KB
- rust/car.md 8.1 KB
- rust/commit.md 11 KB
- rust/drisl.md 7.2 KB
- rust/mst.md 13 KB
- rust/README.md 8.7 KB
- shared/car-v1.md 13 KB
- shared/commit-and-signing.md 14 KB
- shared/data-model.md 14 KB
- shared/divergence-matrix.md 17 KB
- shared/drisl.md 7.6 KB
- shared/mst.md 14 KB
- shared/test-vectors.md 16 KB
- typescript/car.md 9.9 KB
- typescript/commit.md 12 KB
- typescript/drisl.md 9.2 KB
- typescript/mst.md 11 KB
- typescript/README.md 8.1 KB
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.
- 12d ago First seen · 165 lines · 0 tokens per session scan A 071d3edd66a1
atproto-repository is a skill published in the GitHub repository ngerakines/atproto-skills (50 stars, last pushed 4mo ago), licensed MIT. It adds 696 tokens to every session and 3,481 once invoked, about $0.0035 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.
Other skills, from other repositories
Azure Cosmos Ts
Azure Cosmos DB JavaScript/TypeScript SDK (@azure/cosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: "Cosmos DB", "@azure/cosmos", "CosmosClient", "document CRUD", "NoSQL queries", "bulk operations", "partition key", "container.items".
Azure Cosmos Rust
Azure Cosmos DB SDK for Rust (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. Triggers: "cosmos db rust", "CosmosClient rust", "container", "document rust", "NoSQL rust", "partition key".
psl-ast-layers
How to use the PSL syntax tree layers (green tree, red tree, strongly-typed AST classes) correctly. Use for any PSL-related work: PSL interpreters (contract-psl), helpers inside the psl-parser package, the language server, formatters, or anything else that consumes parse() output from @internal/psl-parser.
ast-visitor-pattern
Use the frozen-class/visitor pattern for discriminated unions that have multiple dispatch sites. Use when creating a new set of variants (commands, IR nodes, factory calls) that will be switched over in 2+ places, or when refactoring an existing union type that has grown multiple switch sites.
no-bare-casts
Writing as in TypeScript or TSX production code, modifying a file that contains a bare as cast, silencing a type error with a cast, encountering as unknown as, or reviewing a cast site.
bumping-biome
Bumps biome package versions (e.g. @biomejs/biome) using pnpm, aligns biome.jsonc files with the new version/s across the repository and runs biome-related checks. Use when required to update biome to a newer version - explicitly or implicitly (e.g. after running pnpm up, pnpm update, pnpm upgrade without specific…