SECURITY REVIEW
Not yet assessed
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
Build the TypeSpec Rust emitter from source.
Build the TypeSpec Rust emitter from source. Run this after cloning the repo, after pulling changes, or when TypeScript source files have been modified.
Review the original instructions and requested permissions before installing.
No security review is available for this catalog entry yet.
How clearly the skill guides your agent, how complete its workflow is, and how you can check the outcome.
No quality assessment is available for this catalog entry yet.
Original instructions from the publisher’s SKILL.md
Build the TypeSpec Rust emitter. 1. Navigate to the emitter package directory: ```bash cd packages/typespec-rust ``` 2. Install dependencies: ```bash pnpm install ``` 3. Compile the TypeScript emitter to `dist/`: ```bash pnpm build ```