aspire-cli-install Skill
Migrating .NET Aspire repos from workload install to CLI script install Published by microsoft in aitour26-BRK445-building-enterprise-ready-ai-agents-with-microsoft-foundry.
What is aspire-cli-install Skill?
Migrating .NET Aspire repos from workload install to CLI script install Published by microsoft in aitour26-BRK445-building-enterprise-ready-ai-agents-with-microsoft-foundry. 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
- Deployment
- Documentation
- Deployment use cases
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use aspire-cli-install Skill
- Use it for deployment.
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/aitour26-BRK445-building-enterprise-ready-ai-agents-with-microsoft-foundry
- Skill file: .squad/skills/aspire-cli-install/SKILL.md
What it does
Migrating .NET Aspire repos from workload install to CLI script install
Skill instructions
Context The .NET Aspire team deprecated the dotnet workload install aspire command and replaced it with a standalone CLI installed via install scripts. This affects all .NET Aspire repositories that document installation steps or configure devcontainers. Patterns Installation Commands Bash (Linux/macOS): bash curl -sSL https://aspire.dev/install.sh | bash PowerShell (Windows): powershell iex "& { $(irm https://aspire.dev/install.ps1) }" Validation: bash aspire --version Should return 13.2.0+{commitSHA} or similar Where to Look in a Repo 1. README / main docs — Check for references to "Aspire workload" or dotnet workload install aspire 2. Deployment / architecture docs — Often contain prerequisite sections with install steps 3. Session / workshop docs — Prerequisites.md, Installation.md, etc. 4. Devcontainer config — .devcontainer/devcontainer.json postCreateCommand or onCreateCommand 5. CI/CD pipelines — GitHub Actions, Azure Pipelines may have setup steps Migration Checklist - [ ] Rep
Explore related resources
Frequently asked questions
What is aspire-cli-install?
aspire-cli-install is a open-source AI agent skill with Copy skill directory. Migrating .NET Aspire repos from workload install to CLI script install
Who is aspire-cli-install best for?
aspire-cli-install is best for reusing agent instructions, scripts, and references, deployment workflows, documentation workflows.
How do I install aspire-cli-install?
Install or run aspire-cli-install using Copy skill directory. Check aspire-cli-install for the latest setup command.
Is aspire-cli-install actively maintained?
aspire-cli-install may need a closer maintenance check before production use.
Auto-fetched from GitHub.