skilly. Buy ad slot
All skills
Devops · Rust · Typescript / AGENT SKILL

build

Azure/typespec-rust
0 installs 8 GitHub stars
0

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.

BEFORE YOU INSTALL

Understand the trade-offs.

SECURITY REVIEW

Not yet assessed

Review the original instructions and requested permissions before installing.

No security review is available for this catalog entry yet.

SKILL QUALITY

Not yet assessed

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.

The full skill.

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
   ```