From dapr-skills
Checks prerequisites for building Dapr Workflow apps in Python, including Python 3.12+, uv, Docker/Podman, and Dapr CLI. Run before using the create-workflow-python skill.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dapr-skills:check-prereq-pythonThis 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 Python. Run this skill before using the `create-workflow-python` skill.
This skill checks whether all prerequisites are installed for building Dapr Workflow applications in Python. Run this skill before using the create-workflow-python skill.
The following must be installed:
Run 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-python-lsp.md and follow those instructions.
Read the file at ../shared/prereq-check-uv.md and follow those instructions.
Read the file at ../shared/prereq-check-python-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-python 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