Help us improve
Share bugs, ideas, or general feedback.
From dapr-skills
Checks prerequisites for building Dapr Workflow apps in .NET: OS, C# LSP, .NET SDK, Docker/Podman, and Dapr CLI.
npx claudepluginhub diagrid-labs/dapr-skills --plugin dapr-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/dapr-skills:check-prereq-dotnetThis 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 in .NET. Run this skill before using the `create-workflow-dotnet` skill.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
This skill checks whether all prerequisites are installed for building Dapr Workflow applications in .NET. Run this skill before using the create-workflow-dotnet skill.
The following must be installed:
Run ALL of these checks. Check steps 2-5 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.
After all checks are complete, report the results:
create-workflow-dotnet skill.