claude up some atproto stuff
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: fix stale README claims

- "a claude code plugin" -> Claude Code AND Codex (codex install added in 38cf526)
- pub-search URL: pub-search.waow.tech -> the actual .mcp.json endpoint
(pub-search-by-zzstoatzz.fastmcp.app/mcp)
- local dev: `claude --plugin-dir .` (was ./protopack, a nonexistent subdir)
- note the vit auto-publish workflow

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

+8 -4
+8 -4
README.md
··· 1 1 # protopack 2 2 3 - a claude code plugin for building AT Protocol applications. 3 + a plugin for building AT Protocol applications, for Claude Code and Codex. 4 4 5 5 ## requirements 6 6 ··· 50 50 |--------|-------------|-----------| 51 51 | [pdsx](https://github.com/zzstoatzz/pdsx) | AT Protocol record CRUD (list, get, create, update, delete) | `uvx` (PyPI) | 52 52 | [atproto-mcp](https://github.com/ashex/atproto-mcp) | searchable atproto docs, lexicon schemas, cookbook examples | `uvx` (PyPI) | 53 - | [pub-search](https://pub-search.waow.tech) | search published writing across atmosphere platforms | hosted HTTP | 53 + | [pub-search](https://pub-search-by-zzstoatzz.fastmcp.app/mcp) | search published writing across atmosphere platforms | hosted HTTP | 54 54 55 55 ### microcosm services 56 56 ··· 63 63 64 64 ## local development 65 65 66 + from a clone of this repo: 67 + 66 68 ```bash 67 - claude --plugin-dir ./protopack 69 + claude --plugin-dir . # Claude Code 68 70 ``` 71 + 72 + skills auto-publish to [vit](https://v-it.org) on push to `main` (only the ones that changed) via `.tangled/workflows/publish-skills.yml`. 69 73 70 74 ## credits 71 75 72 76 - [microcosm.blue](https://microcosm.blue) — AT Protocol infrastructure by [@bad-example.com](https://bsky.app/profile/bad-example.com) 73 77 - [pdsx](https://github.com/zzstoatzz/pdsx) — AT Protocol record operations 74 78 - [atproto-mcp](https://github.com/ashex/atproto-mcp) — AT Protocol documentation search 75 - - [pub-search](https://pub-search.waow.tech) — atmosphere publishing search 79 + - [pub-search](https://pub-search-by-zzstoatzz.fastmcp.app/mcp) — atmosphere publishing search 76 80 - [wisp.place](https://wisp.place) — static site hosting on AT Protocol by [@nekomimi.pet](https://bsky.app/profile/nekomimi.pet)