From dapr-skills
Checks prerequisites for building Dapr Workflow apps with .NET Aspire, verifying .NET SDK, Aspire CLI, Docker/Podman, and Dapr CLI installation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dapr-skills:check-prereq-aspireThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill checks whether all prerequisites are installed for building Dapr Workflow applications with .NET Aspire. Run this skill before using the `create-workflow-aspire` skill.
This skill checks whether all prerequisites are installed for building Dapr Workflow applications with .NET Aspire. Run this skill before using the create-workflow-aspire skill.
The following must be installed:
curl -sSL https://aspire.dev/install.sh | bash or irm https://aspire.dev/install.ps1 | iexRun ALL of these checks. Check steps 2-6 in parallel. Track which checks pass and which fail.
Read the file at ../shared/prereq-detect-os.md and follow those instructions.
Read the file at ../shared/prereq-check-csharp-lsp.md and follow those instructions.
Read the file at ../shared/prereq-check-dotnet-sdk.md and follow those instructions.
Read the file at ../shared/prereq-check-docker-podman.md and follow those instructions.
Read the file at ../shared/prereq-check-dapr-cli.md and follow those instructions.
Read the file at ../shared/prereq-check-aspire-cli.md and follow those instructions.
After all checks are complete, report the results:
create-workflow-aspire skill.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub diagrid-labs/dapr-skills --plugin dapr-skills