Claude Code Plugins

Community-maintained marketplace

Feedback

transition-probability-estimator

@ConnorWhelan11/glia-fab
0
0

|

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name transition-probability-estimator
description Compute P(g|f) from DB counts with Laplace smoothing. Estimates transition probabilities for dynamics model. Use when working on dynamics tasks.
metadata [object Object]

Transition Probability Estimator

Compute P(g|f) from DB counts with Laplace smoothing.

Inputs

Parameter Type Required Default Description
db_path string Yes - Path to dynamics SQLite database
domain string No - Domain to analyze
smoothing_alpha number No 1.0 Laplace smoothing parameter

Outputs

Field Type Description
transition_matrix object Sparse transition probability matrix
edge_count integer Number of observed transitions
state_count integer Number of unique states

Usage

python scripts/transition-probability-estimator.py [arguments]

Generated from `skills/dynamics/transition-probability-estimator.yaml`