agentsclimarketplace

Check prereq python

Skill diagrid-labs/dapr-skills/skills/check-prereq-python

This skill checks prerequisites for building Dapr Workflow apps in Python. Use this skill when the user asks to "check prerequisites for Python", "verify Python environment", or "check Python setup".From its SKILL.md

Install
npx -y skills add diagrid-labs/dapr-skills --skill check-prereq-python

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 11 stars11 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.3 KB, 489 tokens by cl100k_base, as published. Nobody here has run it

Check Prerequisites for Dapr Workflow Python

Overview

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.

Prerequisites

The following must be installed:

Prerequisite Checks

Run ALL of these checks. Check steps 2-6 in parallel. Track which checks pass and which fail.

Step 1: Detect Operating System

Read the file at ../shared/prereq-detect-os.md and follow those instructions.

Step 2: Check the Python LSP plugin

Read the file at ../shared/prereq-check-python-lsp.md and follow those instructions.

Step 3: Check uv

Read the file at ../shared/prereq-check-uv.md and follow those instructions.

Step 4: Check Python SDK version

Read the file at ../shared/prereq-check-python-sdk.md and follow those instructions.

Step 5: Check Docker or Podman

Read the file at ../shared/prereq-check-docker-podman.md and follow those instructions.

Step 6: Check Dapr CLI

Read the file at ../shared/prereq-check-dapr-cli.md and follow those instructions.

Show final message

After all checks are complete, report the results:

  • List each check and whether it passed or failed.
  • For any failed checks, provide the relevant install link from the Prerequisites section.
  • If all checks passed, inform the user they can proceed with the create-workflow-python skill.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Gives 0 of the 12 instructions most quality gates skills give in 489 tokens

Counted across 1,524 of the 2,830 authors here whose files we hold, read 2026-09-06

  • Read full output and check exit codein 45 of 1524, across 40 files
  • Verify output confirms the claimin 44 of 1524, across 39 files
  • Identify the command that proves the claimin 43 of 1524, across 39 files
  • Execute the full verification commandin 36 of 1524, across 30 files
  • Produce a verification reportin 34 of 1524, across 18 files
  • Review git diff changesin 30 of 1524, across 16 files
  • Fix build failures immediatelyin 29 of 1524, across 9 files
  • Group findings by severityin 28 of 1524
  • State claim only with evidencein 27 of 1524, across 22 files
  • Verify regression tests with red-green cyclein 26 of 1524, across 22 files
  • Run the full test suitein 26 of 1524, across 25 files
  • Run test suite with coveragein 25 of 1524, across 10 files

Said here and by no other author read

  • run all prerequisite checks
  • track pass or fail status for each check
  • follow instructions in shared detection files
  • provide install links for failed checks
  • inform user when all checks pass

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.