rings
Problem-solving strategies for rings in abstract algebra
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Problem-solving strategies for rings in abstract algebra
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
Maestro spec-driven development for Claude Code. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Maestro spec-driven development for Gemini CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Maestro spec-driven development for Amp CLI. Load this skill when invoking Maestro commands so workflows stay aligned with LeIndex and the Rust TUI.
Show users how Maestro works - the opinionated setup with hooks, memory, and coordination
Full 5-layer analysis of a specific function for debugging or deep understanding
Get a token-efficient overview of any project using the TLDR stack
| name | rings |
| description | Problem-solving strategies for rings in abstract algebra |
| allowed-tools | ["Bash","Read"] |
Use this skill when working on rings problems in abstract algebra.
Is R a ring?
z3_solve.py prove "ring_axioms"Ring Properties
z3_solve.py prove "integral_domain"Ideals
sympy_compute.py simplify "r*a" for ideal multiplicationRing Homomorphisms
uv run python -m runtime.harness scripts/z3_solve.py prove "ForAll([a,b,c], a*(b+c) == a*b + a*c)"
uv run python -m runtime.harness scripts/z3_solve.py prove "a*b == 0 implies a == 0 or b == 0"
uv run python -m runtime.harness scripts/sympy_compute.py simplify "r*a"
From indexed textbooks:
See .maestro/skills/math-mode/SKILL.md for full tool documentation.