create-workspace Skill
Provision a Microsoft.Chaos/workspaces resource (v2), bind a managed identity, set scopes, and grant Reader RBAC on the scope. Published by microsoft in chaos-studio.
What is create-workspace Skill?
Provision a Microsoft.Chaos/workspaces resource (v2), bind a managed identity, set scopes, and grant Reader RBAC on the scope. Published by microsoft in chaos-studio. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use create-workspace Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/chaos-studio
- Skill file: copilot-cli-plugin/skills/create-workspace/SKILL.md
What it does
Provision a Microsoft.Chaos/workspaces resource (v2), bind a managed identity, set scopes, and grant Reader RBAC on the scope.
Skill instructions
CreateWorkspace — Chaos Studio Workspace Provisioning ⛔ ABSOLUTE RULE: Do NOT improvise, skip, or substitute any step. On ANY error, STOP and wait for the user. When to use this skill (vs. the MCP server) This skill is the human-interactive path: it persists state to startchaos-state.json, renders cards, and produces the workspace + identity + Reader RBAC in one go. Use it when there is a user in the loop. If you are an autonomous agent with no user to prompt, call chaoscreateworkspace on the chaos-studio MCP server. Same provisioning + identity binding + Reader RBAC, returned as a single tool call. See mcp/README.md. Both surfaces target Microsoft.Chaos 2026-05-01-preview and use the local az login session for auth. How It Works All provisioning logic lives in scripts/Invoke-CreateWorkspace.ps1. The script handles input validation, PUT body construction, LRO polling, identity resolution, RBAC test/grant, and state persistence. The AI orchestrator's only job is: 1. Set $env:STARTCHAOSS
Explore related resources
Frequently asked questions
What is create-workspace?
create-workspace is a open-source AI agent skill with Copy skill directory. Provision a Microsoft.Chaos/workspaces resource (v2), bind a managed identity, set scopes, and grant Reader RBAC on the scope.
Who is create-workspace best for?
create-workspace is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install create-workspace?
Install or run create-workspace using Copy skill directory. Check create-workspace for the latest setup command.
Is create-workspace actively maintained?
create-workspace may need a closer maintenance check before production use.
Auto-fetched from GitHub.