Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるfields
Problem-solving strategies for fields in abstract algebra
スター3,803
フォーク296
更新日2026年1月10日 01:54
SKILL.md
readonlyメニュー
Problem-solving strategies for fields in abstract algebra
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
| name | fields |
| description | Problem-solving strategies for fields in abstract algebra |
| allowed-tools | ["Bash","Read"] |
Use this skill when working on fields problems in abstract algebra.
Is F a field?
z3_solve.py prove "field_axioms"Field Extensions
sympy_compute.py minpoly "alpha" --var x for minimal polynomialCharacteristic
Algebraic Elements
sympy_compute.py solve "p(alpha) = 0" for algebraic relationsuv run python -m runtime.harness scripts/z3_solve.py prove "field_axioms"
uv run python -m runtime.harness scripts/sympy_compute.py minpoly "sqrt(2)" --var x
uv run python -m runtime.harness scripts/sympy_compute.py solve "x**2 - 2" --var x
From indexed textbooks:
See .claude/skills/math-mode/SKILL.md for full tool documentation.