home/categories/ide-plugins/bluesky-social-atproto-claude-skills-backend-lexification-skill-md
ide-pluginstools

backend-lexification

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.

bluesky-social
maintainer
bluesky-social
Обновлено 4/7/2026
Звёзды
9281
Форки
845
quick start

Installation and usage

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.

Установка
$ install --globalskills.sh
Использование

После установки вы можете использовать этот skill, выполнив следующую команду в терминале:

skills use backend-lexification