···4142**Explore all link types** — `/links/all?target={did}`:
43```bash
44-curl "https://constellation.microcosm.blue/links/all?target=did:plc:hdhoaan3xa3jiuq4fg4mefid"# shows every collection+path linking to this DID with counts
045```
4647**Distinct DIDs** — `/links/distinct-dids` (legacy; XRPC `getBacklinkDids` is in source but not yet deployed). Uses dot-prefixed paths (`.subject.uri`) and `target` param.
···4142**Explore all link types** — `/links/all?target={did}`:
43```bash
44+curl "https://constellation.microcosm.blue/links/all?target=did:plc:hdhoaan3xa3jiuq4fg4mefid"
45+# shows every collection+path linking to this DID with counts
46```
4748**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
···1516**Resolve identity** — DID, handle, PDS URL, signing key in one call:
17```bash
18-curl "https://slingshot.microcosm.blue/xrpc/blue.microcosm.identity.resolveMiniDoc?identifier=zzstoatzz.io"```
01920**Fetch record by AT-URI:**
21```bash
22-curl "https://slingshot.microcosm.blue/xrpc/blue.microcosm.repo.getRecordByUri?at_uri=at://did:plc:.../app.bsky.actor.profile/self"```
02324**Fetch record (standard atproto API)** — `repo` accepts handles or DIDs:
25```bash
···1516**Resolve identity** — DID, handle, PDS URL, signing key in one call:
17```bash
18+curl "https://slingshot.microcosm.blue/xrpc/blue.microcosm.identity.resolveMiniDoc?identifier=zzstoatzz.io"
19+```
2021**Fetch record by AT-URI:**
22```bash
23+curl "https://slingshot.microcosm.blue/xrpc/blue.microcosm.repo.getRecordByUri?at_uri=at://did:plc:.../app.bsky.actor.profile/self"
24+```
2526**Fetch record (standard atproto API)** — `repo` accepts handles or DIDs:
27```bash