Provides strategies and computational tools for field theory, including field extensions, minimal polynomials, and characteristic analysis.
Install
mkdir -p .claude/skills/fields && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/5280" && unzip -o skill.zip -d .claude/skills/fields && rm skill.zipInstalls to .claude/skills/fields
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Problem-solving strategies for fields in abstract algebraKey capabilities
- →Prove field axioms using Z3
- →Compute minimal polynomials for field extensions
- →Determine field characteristics
- →Solve algebraic relations
How it works
It utilizes Z3 and Sympy to perform symbolic computation and automated theorem proving for abstract algebra field properties.
Inputs & outputs
When to use fields
- →Check if a set is a field
- →Compute minimal polynomial of algebraic elements
- →Find characteristic of a finite field
About this skill
Fields
When to Use
Use this skill when working on fields problems in abstract algebra.
Decision Tree
-
Is F a field?
- (F, +) is an abelian group with identity 0
- (F \ {0}, *) is an abelian group with identity 1
- Distributive law holds
z3_solve.py prove "field_axioms"
-
Field Extensions
- E is extension of F if F is subfield of E
- Degree [E:F] = dimension of E as F-vector space
sympy_compute.py minpoly "alpha" --var xfor minimal polynomial
-
Characteristic
- char(F) = smallest n > 0 where n*1 = 0, or 0 if none exists
- char(F) is 0 or prime
- For finite field: |F| = p^n where p = char(F)
-
Algebraic Elements
- alpha is algebraic over F if it satisfies polynomial with coefficients in F
sympy_compute.py solve "p(alpha) = 0"for algebraic relations
Tool Commands
Z3_Field_Axioms
uv run python -m runtime.harness scripts/z3_solve.py prove "field_axioms"
Sympy_Minpoly
uv run python -m runtime.harness scripts/sympy_compute.py minpoly "sqrt(2)" --var x
Sympy_Solve
uv run python -m runtime.harness scripts/sympy_compute.py solve "x**2 - 2" --var x
Key Techniques
From indexed textbooks:
- [Abstract Algebra] Write a computer program to add and multiply mod n, for any n given as input. The output of these operations should be the least residues of the sums and products of two integers. Also include the feature that if (a,n) = 1, an integer c between 1 and n — 1 such that a-c = | may be printed on request.
- [Abstract Algebra] Reading the above equation mod4(that is, considering this equation in the quotient ring Z/4Z), we must have {2} =2[9}=[9} ons ( io ‘| where the | he? Checking the few saad shows that we must take the 0 each time. Introduction to Rings Another ideal in RG is {}-"_, agi | a € R}, i.
- [Catergories for the working mathematician] Geometric Functional Analysis and Its Applications. Lectures in Abstract Algebra II. Lectures in Abstract Algebra III.
- [Abstract Algebra] For p an odd prime, (Z/pZ) is an abelian group of order p* ‘(p — 1). Sylow p-subgroup of this group is cyclic. The map Z/p°Z > Z/pZ defined by at+(p*) a+t+(p) is a ring homomorphism (reduction mod p) which gives a surjective group homo- morphism from (Z/p%Z)* onto (Z/pZ)*.
- [A Classical Introduction to Modern Number Theory (Graduate] Graduate Texts in Mathematics 84 Editorial Board s. Ribet Springer Science+Business Media, LLC 2 3 TAKEUTtlZARING. Introduction to Axiomatic Set Theory.
Cognitive Tools Reference
See .claude/skills/math-mode/SKILL.md for full tool documentation.
When not to use it
- →General arithmetic not involving field theory
- →Non-algebraic mathematical problems
Limitations
- →Limited to field theory problems
- →Requires Z3 and Sympy environments
How it compares
It uses specialized computational solvers for field axioms rather than manual algebraic derivation.
Compared to similar skills
fields side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| fields (this skill) | 1 | 7mo | Review | Advanced |
| esm | 3 | 7mo | Review | Advanced |
| hugging-face-paper-publisher | 6 | 6mo | Review | Intermediate |
| torchdrug | 3 | 7mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by parcadei
View all by parcadei →You might also like
esm
davila7
Comprehensive toolkit for protein language models including ESM3 (generative multimodal protein design across sequence, structure, and function) and ESM C (efficient protein embeddings and representations). Use this skill when working with protein sequences, structures, or function prediction; designing novel proteins; generating protein embeddings; performing inverse folding; or conducting protein engineering tasks. Supports both local model usage and cloud-based Forge API for scalable inference.
hugging-face-paper-publisher
patchy631
Publish and manage research papers on Hugging Face Hub. Supports creating paper pages, linking papers to models/datasets, claiming authorship, and generating professional markdown-based research articles.
torchdrug
davila7
Graph-based drug discovery toolkit. Molecular property prediction (ADMET), protein modeling, knowledge graph reasoning, molecular generation, retrosynthesis, GNNs (GIN, GAT, SchNet), 40+ datasets, for PyTorch-based ML on molecules, proteins, and biomedical graphs.
string-database
davila7
Query STRING API for protein-protein interactions (59M proteins, 20B interactions). Network analysis, GO/KEGG enrichment, interaction discovery, 5000+ species, for systems biology.
transformer-lens-interpretability
davila7
Provides guidance for mechanistic interpretability research using TransformerLens to inspect and manipulate transformer internals via HookPoints and activation caching. Use when reverse-engineering model algorithms, studying attention patterns, or performing activation patching experiments.
denario
davila7
Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, executing computational experiments, performing literature searches, or generating publication-ready papers in LaTeX format. Supports end-to-end research pipelines with customizable agent orchestration.