groups

Installation
SKILL.md

Groups

When to Use

Use this skill when working on groups problems in abstract algebra.

Decision Tree

  1. *Is G a group under operation ?
    • Check closure: a,b in G implies a*b in G?
    • Check associativity: (ab)c = a(bc)?
    • Check identity: exists e such that ea = ae = a?
    • Check inverses: for all a exists a^(-1) such that a*a^(-1) = e?
    • Verify with z3_solve.py prove "group_axioms"
Installs
1
GitHub Stars
3.8K
First Seen
Apr 5, 2026
groups — parcadei/continuous-claude-v3