foryourhealth111-pixel/propositional-logic
Problem-solving strategies for propositional logic in mathematical logic
This is a copy. The original lives at parcadei/propositional-logic.
npx skills add https://github.com/foryourhealth111-pixel/Vibe-Skills --skill propositional-logic
Use this skill when working on propositional-logic problems in mathematical logic.
z3_solve.py sat "formula" to check satisfiabilitysympy_compute.py truthtable "p & (p -> q) -> q"z3_solve.py prove "Implies(And(p, Implies(p,q)), q)"uv run python -m runtime.harness scripts/z3_solve.py sat "And(p, Implies(p, q), Not(q))"
uv run python -m runtime.harness scripts/z3_solve.py prove "Implies(And(p, Implies(p, q)), q)"
uv run python -m runtime.harness scripts/sympy_compute.py truthtable "p & (p >> q) >> q"
uv run python -m runtime.harness scripts/z3_solve.py prove "Implies(And(p, Implies(p,q)), q)"
See .claude/skills/math-mode/SKILL.md for full tool documentation.
Take foryourhealth111-pixel/propositional-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.