ngerakinesngerakinesCommunityยท6 Agent Skills Included

atproto-skills

AT Protocol development guides for Rust, TypeScript, and Go

Guides developers through building AT Protocol software: resolving handles and DIDs, parsing CIDs, authoring lexicons, calling XRPC methods, verifying signed repositories, and implementing OAuth login flows. Eliminates guesswork around canonical CBOR encoding, commit signature verification, DPoP proofs, and cross-language library differences. Provides per-language references for Rust, TypeScript, and Go so implementations stay spec-compliant and interoperable.
npx skills add ngerakines/atproto-skills --all -g -y
Available:

Tells the agent how each skill is structured, how to write trigger descriptions that route AT Protocol requests to the right skill, and which MCP tools to call instead of reimplementing protocol logic.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install atproto-skills?โ–ผ

Run `npx skills add ngerakines/atproto-skills --all -g -y` in your terminal to install all seven skills globally.

What does atproto-skills cover?โ–ผ

It covers the core AT Protocol building blocks: CID parsing, handle and DID resolution, lexicon authoring and publishing, XRPC calls, OAuth login flows, record attestations, and repository internals like CAR files and Merkle Search Trees.

Which programming languages are supported?โ–ผ

Six of the seven skills include parallel guides for Rust, TypeScript, and Go, plus a language-neutral spec and a divergence matrix highlighting cross-language differences.

How do the skills get triggered?โ–ผ

They load automatically when your conversation mentions AT Protocol terms like resolving a handle, debugging a CAR file, or designing a lexicon. You never invoke them directly.

Does it cover Bluesky app features like posts and feeds?โ–ผ

No. Bluesky-specific record idioms such as richtext facets, embeds, and labels are intentionally out of scope; the focus is the protocol layer itself.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’