A better Rust ATProto crate
1{
2 "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
3 "name": "jacquard",
4 "version": "1.0.0",
5 "owner": {
6 "name": "Orual",
7 "url": "https://tangled.org/nonbinary.computer"
8 },
9 "metadata": {
10 "description": "Plugin marketplace for the Jacquard AT Protocol library"
11 },
12 "plugins": [
13 {
14 "name": "jacquard",
15 "version": "0.1.0",
16 "description": "Skill for working with the Jacquard AT Protocol library for Rust — teaches correct BosStr usage, borrow-first patterns, and common pitfalls",
17 "source": "./plugins/jacquard",
18 "category": "development",
19 "author": {
20 "name": "Orual",
21 "url": "https://tangled.org/nonbinary.computer"
22 }
23 }
24 ]
25}