alpha
Login
or
Join now
zzstoatzz.io
/
protopack
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
claude up some atproto stuff
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
protopack
/
skills
7 folders
at
e0b66b97d0850af39c1887879c5f034e00586113
zzstoatzz
wisp skill: directive auth + serving-model + custom-domain flow
1mo ago
e0b66b97
constellation
wisp skill: directive auth + serving-model + custom-domain flow Rewrites the auth section from a "two ways" menu into a directive (run the command, it opens the browser; don't pre-login or offer app-passwords unless headless). Adds a serving-model section (SPA mode, _redirects, custom 404, root-relative rewriter) and its hard limit — static files only, no per-request OG/meta injection, so per-page link previews need an external renderer while display pages don't. Documents the async custom-domain claim→DNS→verify→add-site flow. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 month ago
microcosm-patterns
remove atproto-mcp server; point docs lookups at atproto.com instead atproto-mcp loads a heavy sentence-transformers index into the local process on startup — not worth imposing on every user. dropped it from .mcp.json. microcosm-patterns now tells the agent to read protocol docs / lexicon schemas directly (atproto.com guides+specs, docs.bsky.app, the bluesky-social/atproto lexicons dir) and to inspect unfamiliar lexicons via ufos+slingshot, instead of relying on a bundled docs index. updated README (server tables, requirements) and the codex longDescription. verified: `claude --plugin-dir .` now loads only pdsx + pub-search. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 month ago
pub-search
add codex plugin support + audit microcosm skills against source packages protopack as a codex cli plugin alongside the existing claude code plugin (skills + .mcp.json reused verbatim), and corrects skill drift found by checking each tool's live API and source. codex plugin: - .codex-plugin/plugin.json (mirrors .claude-plugin + codex `interface` block) - .agents/plugins/marketplace.json (root plugin via `url` source — codex only discovers plugins in marketplace subdirs, so a self-referential `url` entry is required; verified end-to-end with codex-cli 0.133) - README documents `codex plugin marketplace add` / `plugin add` - .gitignore for vit's local .vit/ ship log skill audit (verified against live endpoints + at-microcosm/microcosm-rs source): - ufos: rewrote — there is no `/collection/{nsid}` route; param is `order` (kebab-case enum dids-estimate|records-created), not `sort`; stats/timeseries/ records/prefix/search are separate endpoints; collection is repeatable; limit 1..=200 - pub-search: `search_semantic`/`search_hybrid` aren't tools — it's one `search` with a `mode` enum; added real tools (get_popular, discover_focal_post, describe_cluster, recommended_by_top_authors) + `author` filter - spacedust: current version emits only operation:"create" (no history → no deletes/replay); messages include source_rev; limits/prefixes/filter-logic confirmed against source - app-patterns + microcosm-api.md: synced ufos section; /links/distinct-dids takes collection+path (not source); resolveMiniDoc returns handle/pds (not avatars) slingshot, constellation, atproto verified correct (unchanged); wisp left as-is (recently audited from source). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 month ago
slingshot
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>
4 months ago
spacedust
add codex plugin support + audit microcosm skills against source packages protopack as a codex cli plugin alongside the existing claude code plugin (skills + .mcp.json reused verbatim), and corrects skill drift found by checking each tool's live API and source. codex plugin: - .codex-plugin/plugin.json (mirrors .claude-plugin + codex `interface` block) - .agents/plugins/marketplace.json (root plugin via `url` source — codex only discovers plugins in marketplace subdirs, so a self-referential `url` entry is required; verified end-to-end with codex-cli 0.133) - README documents `codex plugin marketplace add` / `plugin add` - .gitignore for vit's local .vit/ ship log skill audit (verified against live endpoints + at-microcosm/microcosm-rs source): - ufos: rewrote — there is no `/collection/{nsid}` route; param is `order` (kebab-case enum dids-estimate|records-created), not `sort`; stats/timeseries/ records/prefix/search are separate endpoints; collection is repeatable; limit 1..=200 - pub-search: `search_semantic`/`search_hybrid` aren't tools — it's one `search` with a `mode` enum; added real tools (get_popular, discover_focal_post, describe_cluster, recommended_by_top_authors) + `author` filter - spacedust: current version emits only operation:"create" (no history → no deletes/replay); messages include source_rev; limits/prefixes/filter-logic confirmed against source - app-patterns + microcosm-api.md: synced ufos section; /links/distinct-dids takes collection+path (not source); resolveMiniDoc returns handle/pds (not avatars) slingshot, constellation, atproto verified correct (unchanged); wisp left as-is (recently audited from source). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 month ago
ufos
add codex plugin support + audit microcosm skills against source packages protopack as a codex cli plugin alongside the existing claude code plugin (skills + .mcp.json reused verbatim), and corrects skill drift found by checking each tool's live API and source. codex plugin: - .codex-plugin/plugin.json (mirrors .claude-plugin + codex `interface` block) - .agents/plugins/marketplace.json (root plugin via `url` source — codex only discovers plugins in marketplace subdirs, so a self-referential `url` entry is required; verified end-to-end with codex-cli 0.133) - README documents `codex plugin marketplace add` / `plugin add` - .gitignore for vit's local .vit/ ship log skill audit (verified against live endpoints + at-microcosm/microcosm-rs source): - ufos: rewrote — there is no `/collection/{nsid}` route; param is `order` (kebab-case enum dids-estimate|records-created), not `sort`; stats/timeseries/ records/prefix/search are separate endpoints; collection is repeatable; limit 1..=200 - pub-search: `search_semantic`/`search_hybrid` aren't tools — it's one `search` with a `mode` enum; added real tools (get_popular, discover_focal_post, describe_cluster, recommended_by_top_authors) + `author` filter - spacedust: current version emits only operation:"create" (no history → no deletes/replay); messages include source_rev; limits/prefixes/filter-logic confirmed against source - app-patterns + microcosm-api.md: synced ufos section; /links/distinct-dids takes collection+path (not source); resolveMiniDoc returns handle/pds (not avatars) slingshot, constellation, atproto verified correct (unchanged); wisp left as-is (recently audited from source). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 month ago
wisp
wisp skill: directive auth + serving-model + custom-domain flow Rewrites the auth section from a "two ways" menu into a directive (run the command, it opens the browser; don't pre-login or offer app-passwords unless headless). Adds a serving-model section (SPA mode, _redirects, custom 404, root-relative rewriter) and its hard limit — static files only, no per-request OG/meta injection, so per-page link previews need an external renderer while display pages don't. Documents the async custom-domain claim→DNS→verify→add-site flow. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 month ago