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
8 folders
at
2d13bdde8e120c44cf1139219a0992670da455ed
zzstoatzz
add tangled workflow to publish changed skills to vit; fix wisp skill
1mo ago
d3e16ad0
app-patterns
add tangled workflow to publish changed skills to vit; fix wisp skill .tangled/workflows/publish-skills.yml: on push to main, ship only the skills whose skills/<name>/ tree changed in that push (first push ships all). headless auth via `vit login --app-password "$VIT_APP_PASSWORD"`; sets CLAUDECODE=1 to satisfy vit's coding-agent gate on `ship --skill`. per-skill discovery tags. wisp skill corrected against wisp.place-monorepo source + the live hosting service (both claims were stale): - there IS a `login`/`logout` subcommand, plus headless `--password` for CI; removed the "no separate login subcommand / run interactively" guidance - the path rewriter does NOT mangle inline JS: it's a tag scanner that copies <script>/<style> through unchanged and only rewrites root-relative URLs in specific attributes (verified: zero subpath injection in a live served page) - clarified `serve` previews a DEPLOYED site (firehose), not the local build Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 month ago
atproto
add mental model distillation to atproto orientation skill brief paragraph covering repos, DIDs, handles, collections, lexicons, PDS, relays, AppViews, and portable identity. links to atproto.com's understanding-atproto page for deeper grounding via WebFetch. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 months ago
constellation
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
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
add tangled workflow to publish changed skills to vit; fix wisp skill .tangled/workflows/publish-skills.yml: on push to main, ship only the skills whose skills/<name>/ tree changed in that push (first push ships all). headless auth via `vit login --app-password "$VIT_APP_PASSWORD"`; sets CLAUDECODE=1 to satisfy vit's coding-agent gate on `ship --skill`. per-skill discovery tags. wisp skill corrected against wisp.place-monorepo source + the live hosting service (both claims were stale): - there IS a `login`/`logout` subcommand, plus headless `--password` for CI; removed the "no separate login subcommand / run interactively" guidance - the path rewriter does NOT mangle inline JS: it's a tag scanner that copies <script>/<style> through unchanged and only rewrites root-relative URLs in specific attributes (verified: zero subpath injection in a live served page) - clarified `serve` previews a DEPLOYED site (firehose), not the local build Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 month ago