update-chat-lexicons

star 9.5k

Use when the user wants to update, sync, or copy chat lexicons from the chat repo into this monorepo, or when they mention "update chat lexicons"

bluesky-social By bluesky-social schedule Updated 6/5/2026

name: update-chat-lexicons description: Use when the user wants to update, sync, or copy chat lexicons from the chat repo into this monorepo, or when they mention "update chat lexicons"

Update Chat Lexicons

Overview

Syncs chat lexicon definitions from the external chat repo into this monorepo and adds a changeset for the update.

Steps

  1. Copy lexicons from the chat repo:
rsync -a --delete ../chat/lexicons/chat/ ./atproto/lexicons/chat/
  1. Create a changeset by writing a new file in .changeset/ with a random three-word name (format: adjective-noun-verb.md):
---
'@atproto/api': patch
---

update chat lexicons
  1. Commit.

Notes

  • The source repo is at ../chat
  • The destination is lexicons/chat/ in this repo root
  • The changeset package is @atproto/api with a patch bump
Install via CLI
npx skills add https://github.com/bluesky-social/atproto --skill update-chat-lexicons
Repository Details
star Stars 9,455
call_split Forks 872
navigation Branch main
article Path SKILL.md
More from Creator
bluesky-social
bluesky-social Explore all skills →