write-script-powershell

Create, test, and deploy PowerShell scripts with automated metadata generation.

Updated May 28, 2026
One-click install
npx skills add https://github.com/Orvanta-Cloud/orvanta-cli-docs --skill write-script-powershell-orvanta-cloud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-script-powershell
Source: https://github.com/Orvanta-Cloud/orvanta-cli-docs/tree/main/skills/write-script-powershell
Command: npx skills add https://github.com/Orvanta-Cloud/orvanta-cli-docs --skill write-script-powershell-orvanta-cloud

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the creation and management of PowerShell scripts, ensuring they are correctly formatted and ready for deployment.

Core Features & Use Cases

  • Script Preview: Run scripts locally for quick testing without deployment.
  • Script Execution: Execute deployed scripts in the workspace.
  • Metadata Generation: Automatically generate metadata files for scripts.
  • Sync Deployment: Deploy local script changes to the workspace.
  • Use Case: Ideal for developers who need to write, test, and deploy PowerShell scripts efficiently.

Quick Start

Use the orvanta script new u/me/path --language bun command to create a new PowerShell script.

Frequently Asked Questions about write-script-powershell

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write and test PowerShell scripts locally before deployment?

To write and test PowerShell scripts locally, use the local preview feature to run scripts for quick testing without deployment, ensuring they are correctly formatted and ready for sync deployment to the workspace.

What is the best way to automate PowerShell script metadata generation?

Automating PowerShell script metadata generation is handled by the Skill's metadata generation feature, which automatically creates metadata files for your scripts to streamline the development lifecycle.

How do I deploy local PowerShell script changes to the workspace?

Deploying local PowerShell script changes to the workspace uses the sync deployment feature, pushing local script updates directly into the workspace environment for execution.

Can I execute deployed PowerShell scripts directly in the workspace?

Yes, you can execute deployed PowerShell scripts directly in the workspace using the script execution feature, allowing developers to run deployed scripts within the workspace environment.

How do I create a new PowerShell script for automation?

To create a new PowerShell script for automation, use the command `orvanta script new u/me/path --language bun` to initialize a new script file in your specified path.