Agent skill

fokker-planck-analyzer

Layer 5: Convergence to Equilibrium Analysis

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill fokker-planck-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-ml/fokker-planck-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# fokker-planck-analyzer > Layer 5: Convergence to Equilibrium Analysis ## bmorphism Contributions > *"what would it mean to become the Fokker-Planck equation—identity as probability flow?"* > — [bmorphism gist](https://gist.github.com/bmorphism/a02cc1d1431d4e8b847fdc6276bc3614) **Philosophical Frame**: The Fokker-Planck equation describes how probability distributions evolve over time. bmorphism's question about "becoming" the equation points to the deep connection between identity and probability flow — the self as a dynamical system converging to equilibrium. **Active Inference Connection**: Fokker-Planck dynamics underlie [Active Inference in String Diagrams](https://arxiv.org/abs/2308.00861) (Tull, Kleiner, Smithe) where free energy minimization drives probabilistic belief updates. **Version**: 1.0.0 **Trit**: -1 (Validator - verifies steady state) **Bundle**: analysis **Status**: ✅ New (validates Fokker-Planck convergence) --- ## Overview **Fokker-Planck Analyzer** verifies that neural network training via Langevin dynamics has reached equilibrium. It checks whether the empirical weight distribution matches the theoretical Gibbs distribution predicted by Fokker-Planck theory.

What's inside
Steps it walks through
  1. bmorphism Contributions
  2. Overview
  3. The Fokker-Planck Equation
  4. Core Concepts
  5. Gibbs Distribution
  6. Mixing Time (τmix)
  7. Relative Entropy / KL Divergence
  8. Capabilities
  9. 1. check-gibbs-convergence
  10. 2. estimate-mixing-time
  11. 3. measure-kl-divergence
  12. 4. validate-steady-state
  13. 5. temperature-sensitivity-analysis
  14. 6. compare-solvers
Ships with 1 file
  • metadata.json
Commands it runs
just langevin-solve net=network T=0.01 n_steps=1000
just fokker-check-convergence
just fokker-estimate-mixing-time
just fokker-measure-kl
just fokker-validate
just fokker-temperature-sweep
just fokker-solver-comparison
More from claude-skill-registry
All skills →
About this skill
What does the fokker-planck-analyzer skill do?

Layer 5: Convergence to Equilibrium Analysis

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill fokker-planck-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going