maestro/skills/math/math/information-theory/entropy/SKILL.md
Problem-solving strategies for entropy in information theory
npx skillsauth add scooter-lacroix/maestro entropyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when working on entropy problems in information theory.
Shannon Entropy
scipy.stats.entropy(p, base=2) for discreteEntropy Properties
z3_solve.py prove "entropy_nonnegative"Joint and Conditional Entropy
Differential Entropy (Continuous)
sympy_compute.py integrate "-f(x)*log(f(x))" --var xMaximum Entropy Principle
uv run python -c "from scipy.stats import entropy; p = [0.25, 0.25, 0.25, 0.25]; H = entropy(p, base=2); print('Entropy:', H, 'bits')"
uv run python -c "from scipy.stats import entropy; p = [0.5, 0.5]; q = [0.9, 0.1]; kl = entropy(p, q); print('KL divergence:', kl)"
uv run python -m runtime.harness scripts/sympy_compute.py simplify "-p*log(p, 2) - (1-p)*log(1-p, 2)"
From indexed textbooks:
See .maestro/skills/math-mode/SKILL.md for full tool documentation.
tools
Wiring Verification
tools
Create and configure Maestro sub-agents with custom prompts, tools, and models
data-ai
Create and use Maestro slash commands - quick prompts, bash execution, file references
development
Upgrade any skill to v5 Hybrid format using decision theory + modal logic