Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるpredicate-logic
Problem-solving strategies for predicate logic in mathematical logic
スター3,803
フォーク296
更新日2026年1月10日 01:54
SKILL.md
readonlyメニュー
Problem-solving strategies for predicate logic in mathematical logic
| name | predicate-logic |
| description | Problem-solving strategies for predicate logic in mathematical logic |
| allowed-tools | ["Bash","Read"] |
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.
Create git commits with user approval and no Claude attribution
Create or update continuity ledger for state preservation across clears
Create handoff document for transferring work to another session
Generate comprehensive PR descriptions following repository templates
Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users.
Search Mathlib for lemmas by type signature pattern