azure/update-emitter
Update the TypeSpec emitter for Rust and optionally regenerate all clients
npx skills add https://github.com/Azure/azure-sdk-for-rust --skill update-emitter
Run eng/scripts/Update-Emitter.ps1 to update eng/emitter-package.json to the latest @azure-tools/typespec-rust version and regenerate the lock file.
After updating the emitter, service crates should be regenerated to pick up the new version.
Service owners should regenerate only their own service crates. To regenerate a single crate, run tsp-client update from within the crate directory:
cd sdk/{service-directory}/{crate-directory}
tsp-client update
To regenerate all crates under a service directory:
find sdk/{service-directory} -name tsp-location.yaml -execdir tsp-client update \;
CHANGELOG.md accordingly.Take azure/update-emitter from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.