parcadei/entropy
Problem-solving strategies for entropy in information theory
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill entropy
Use this skill when working on entropy problems in information theory.
scipy.stats.entropy(p, base=2) for discretez3_solve.py prove "entropy_nonnegative"sympy_compute.py integrate "-f(x)*log(f(x))" --var xuv 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 .claude/skills/math-mode/SKILL.md for full tool documentation.
Take parcadei/entropy from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.