pymc-labs

Prior Check — AI skill for Claude Code

AI community

Generate and analyze prior predictive checks for the current model.

How to install Prior Check

Installs to ~/.claude/skills/pymc-labs-pymc-modeling-prior-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pymc-labs-pymc-modeling-prior-check && curl -fsSL https://raw.githubusercontent.com/pymc-labs/pymc-modeling/HEAD/commands/prior-check.md -o ~/.claude/skills/pymc-labs-pymc-modeling-prior-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Prior Check does


name: prior-check description: Generate and analyze prior predictive checks for the current model

Generate and analyze prior predictive checks for a PyMC model.

  1. Find the PyMC model definition. Look in the current file or ask the user to specify which file contains the model:
Search for files containing "pm.Model" or "pymc.Model" in the working directory.
  1. Read the model file and identify the model context block (`with pm.Model(...) as model:`).

  2. Generate code to run p

Alternatives in AI

  • Gtm Engineer Skills — Claude Code skill for improving website AEO (AI Engine Optimization) and GEO (Generative Engine Optimization) 761 ★
  • AI Investigator — An automated AI system (Python framework) designed to analyze any type of website content and generate structu 733 ★
  • Cwc Long Running Agents — Claude Code's built-in /goal command gives you a generator/evaluator loop out of the box: set a completion con 668 ★

Full documentation available on GitHub

View Source Repository