skills/math/mathematical-logic/predicate-logic/SKILL.md
Problem-solving strategies for predicate logic in mathematical logic
npx skillsauth add vibeeval/vibecosystem predicate-logicInstall 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 predicate-logic problems in mathematical logic.
Quantifier Analysis
z3_solve.py prove "ForAll([x], P(x)) implies P(a)"Prenex Normal Form
sympy_compute.py simplify "prenex(formula)"Skolemization (for Exists)
Resolution Proof
z3_solve.py prove "resolution_valid"Model Theory
z3_solve.py model "Exists([x], P(x) & Not(Q(x)))"uv run python -m runtime.harness scripts/z3_solve.py prove "ForAll([x], Implies(P(x), Q(x)))"
uv run python -m runtime.harness scripts/z3_solve.py sat "Exists([x], And(P(x), Not(Q(x))))"
uv run python -m runtime.harness scripts/z3_solve.py prove "Implies(ForAll([x], P(x)), P(a))"
uv run python -m runtime.harness scripts/z3_solve.py model "Exists([x], P(x))"
See .claude/skills/math-mode/SKILL.md for full tool documentation.
development
Goal-based workflow orchestration - routes tasks to specialist agents based on user goals
tools
Wiring Verification
development
Connection management, room patterns, reconnection strategies, message buffering, and binary protocol design.
testing
VP Engineering perspective - org design (team topologies), process improvement, cross-team dependencies, engineering culture, OKRs, incident management maturity, platform strategy, DX optimization, release management at scale