parcadei/predicate-logic
Problem-solving strategies for predicate logic in mathematical logic
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill predicate-logic
Use this skill when working on predicate-logic problems in mathematical logic.
z3_solve.py prove "ForAll([x], P(x)) implies P(a)"sympy_compute.py simplify "prenex(formula)"z3_solve.py prove "resolution_valid"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.
Take parcadei/predicate-logic 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.