Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:3,795
forks:297
updated:January 10, 2026 at 01:54
SKILL.md
| name | entropy |
| description | Problem-solving strategies for entropy in information theory |
| allowed-tools | ["Bash","Read"] |
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 .claude/skills/math-mode/SKILL.md for full tool documentation.
Create git commits with user approval and no Claude attribution
Create or update continuity ledger for state preservation across clears
Create handoff document for transferring work to another session
Generate comprehensive PR descriptions following repository templates
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
Search Mathlib for lemmas by type signature pattern