groups
Problem-solving strategies for groups in abstract algebra
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Problem-solving strategies for groups in abstract algebra
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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 | groups |
| description | Problem-solving strategies for groups in abstract algebra |
| allowed-tools | ["Bash","Read"] |
Use this skill when working on groups problems in abstract algebra.
*Is G a group under operation ?
z3_solve.py prove "group_axioms"Subgroup Test
z3_solve.py prove "subgroup_criterion"Homomorphism Proof
sympy_compute.py simplify "phi(a*b) - phi(a)*phi(b)"Order and Structure
uv run python -m runtime.harness scripts/z3_solve.py prove "ForAll([a,b,c], op(op(a,b),c) == op(a,op(b,c)))"
uv run python -m runtime.harness scripts/z3_solve.py prove "subgroup_criterion"
uv run python -m runtime.harness scripts/sympy_compute.py simplify "phi(a*b) - phi(a)*phi(b)"
From indexed textbooks:
See .maestro/skills/math-mode/SKILL.md for full tool documentation.