IDE Plugins
Lexification: Migrating to `@atproto/lex`
Migrate backend apis from `@atproto/api`, `@atproto/lexicon`, `@atproto/xrpc`, and `@atproto/lex-cli` to `@atproto/lex`. Use this skill whenever the user wants to adopt `@atproto/lex` in a package that currently relies on `@atproto/lex-cli` to perform code generation, replace AtpAgent with Client, migrate generated lexicon code to the new `lex build` output, replace `ids.XxxYyy` with namespace accessors, adopt branded string types, switch from `jsonStringToLex` to `lexParse`, or any refactoring that moves code from the old generated lexicon system to `@atproto/lex`. Also trigger when the user mentions "lexification", "lex SDK", "lex migration", or asks about replacing `@atproto/api` imports in service code.