claude up some atproto stuff

fix broken markdown fences in slingshot and constellation

the previous replace_all merged closing ``` onto curl lines.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+6 -3
+2 -1
skills/constellation/SKILL.md
··· 41 41 42 42 **Explore all link types** — `/links/all?target={did}`: 43 43 ```bash 44 - curl "https://constellation.microcosm.blue/links/all?target=did:plc:hdhoaan3xa3jiuq4fg4mefid"# shows every collection+path linking to this DID with counts 44 + curl "https://constellation.microcosm.blue/links/all?target=did:plc:hdhoaan3xa3jiuq4fg4mefid" 45 + # shows every collection+path linking to this DID with counts 45 46 ``` 46 47 47 48 **Distinct DIDs** — `/links/distinct-dids` (legacy; XRPC `getBacklinkDids` is in source but not yet deployed). Uses dot-prefixed paths (`.subject.uri`) and `target` param.
+4 -2
skills/slingshot/SKILL.md
··· 15 15 16 16 **Resolve identity** — DID, handle, PDS URL, signing key in one call: 17 17 ```bash 18 - curl "https://slingshot.microcosm.blue/xrpc/blue.microcosm.identity.resolveMiniDoc?identifier=zzstoatzz.io"``` 18 + curl "https://slingshot.microcosm.blue/xrpc/blue.microcosm.identity.resolveMiniDoc?identifier=zzstoatzz.io" 19 + ``` 19 20 20 21 **Fetch record by AT-URI:** 21 22 ```bash 22 - curl "https://slingshot.microcosm.blue/xrpc/blue.microcosm.repo.getRecordByUri?at_uri=at://did:plc:.../app.bsky.actor.profile/self"``` 23 + curl "https://slingshot.microcosm.blue/xrpc/blue.microcosm.repo.getRecordByUri?at_uri=at://did:plc:.../app.bsky.actor.profile/self" 24 + ``` 23 25 24 26 **Fetch record (standard atproto API)** — `repo` accepts handles or DIDs: 25 27 ```bash