Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSWeave
0.2.5
claudePrompts/TryClaudePrompts/TryPowerShellBugBuster.ps1
Add-PromptPath
"$PSScriptRoot\.."
$prompt
=
@"
function greet {
Write-Host "Hello, World!"
}
"@
$prompt
|
Weave
PowerShellBugBuster