accessibility-patterns
WCAG 2.2 AA compliance, ARIA patterns, keyboard navigation, screen reader optimization
Deterministic router for math cognitive stack - maps user intent to exact CLI commands
$ npx -y skills add vibeeval/vibecosystem --skill math-router --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/math-routerContext preview
The summary Claude sees to decide when to auto-load this skill.
Deterministic router for math cognitive stack - maps user intent to exact CLI commands
name: math-router description: Deterministic router for math cognitive stack - maps user intent to exact CLI commands triggers: ["math", "calculate", "compute", "solve", "integrate", "derivative", "plot", "convert", "prove"] priority: high user-invocable: false
**ALWAYS use this router first for math requests.**
Instead of reading individual skill documentation, call the router to get the exact command:
# Route any math intent to get the CLI command uv run python scripts/cc_math/math_router.py route "<user's math request>"
1. User says: "integrate sin(x) from 0 to pi" 2. You run: `uv run python scripts/cc_math/math_router.py route "integrate sin(x) from 0 to pi"` 3. Router returns:
{
"command": "uv run python scripts/cc_math/sympy_compute.py integrate \"sin(x)\" --var x --lower 0 --upper pi",
"confidence": 0.95
}4. You execute the returned command 5. Return result to user
| Category | Commands | |----------|----------| | sympy | integrate, diff, solve, simplify, limit, det, eigenvalues, inv, expand, factor, series, laplace, fourier | | pint | convert, check | | shapely | create, measure, pred, op | | z3 | prove, sat, optimize | | scratchpad | verify, explain | | tutor | hint, steps, generate | | plot | plot2d, plot3d, latex |
# List all available routes uv run python scripts/cc_math/math_router.py list # List routes by category uv run python scripts/cc_math/math_router.py list --category sympy
If the router returns `{"command": null}`, the intent wasn't recognized. Then: 1. Ask user to clarify 2. Or use individual skills: /sympy-compute, /z3-solve, /pint-compute, etc.
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…