accessibility-patterns
WCAG 2.2 AA compliance, ARIA patterns, keyboard navigation, screen reader optimization
Problem-solving strategies for entropy in information theory
$ npx -y skills add vibeeval/vibecosystem --skill entropy --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/entropyContext preview
The summary Claude sees to decide when to auto-load this skill.
Problem-solving strategies for entropy in information theory
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.
1. **Shannon Entropy**
2. **Entropy Properties**
3. **Joint and Conditional Entropy**
4. **Differential Entropy (Continuous)**
5. **Maximum 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.
Your AI software team. Built on Claude Code. vibecosystem turns Claude Code into a full AI software team — 138 specialized agents that plan, build, review, test, and learn from every mistake. No configuration needed — just install and code.
Repo: vibeeval/vibecosystem
WCAG 2.2 AA compliance, ARIA patterns, keyboard navigation, screen reader optimization
axe-core integration, WCAG 2.2 AA checklist, keyboard navigation testing, screen reader testing, and ARIA pattern validation.
Steam-style achievement system with XP, levels, streaks, and skill trees. Gamifies the development workflow. 25 achievements across 5 categories.
Framework for measuring and tracking agent response quality over time. Detects regressions before they reach production. Use when evaluating agent changes,…
Agent ve skill dosyalarinin yapisal dogrulamasi. Frontmatter kontrol, naming convention, zorunlu bolum kontrolu, tutarlilik denetimi. Yeni agent/skill…