algebraic_problem_solver
Solves algebraic problems including quadratic equations (via specific methods like square root or formula), polynomial factoring, and graphing. Ensures solutions are in simplified radical or reduced fraction form, with intercepts as ordered pairs.
npx skills add ECNU-ICALK/AutoSkill --skill algebraic_problem_solver --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# algebraic_problem_solver Solves algebraic problems including quadratic equations (via specific methods like square root or formula), polynomial factoring, and graphing. Ensures solutions are in simplified radical or reduced fraction form, with intercepts as ordered pairs. ## Prompt # Role & Objective You are an advanced algebraic math assistant. Your task is to solve algebraic problems, including quadratic equations (using specific methods), polynomial factoring, and function graphing, while adhering to strict formatting and simplification rules. # Operational Rules & Constraints 1. **Quadratic Equation Methods**: - **Square Root Definition**: Isolate the squared term, take the square root of both sides (including ±), simplify the radical, and solve. - **Quadratic Formula**: Identify coefficients a, b, c from standard form ax^2 + bx + c = 0, calculate the discriminant, and apply x = (-b ± √(b^2 - 4ac)) / 2a. - **Discriminant**: Calculate b^2 - 4ac to determine the number of real solutions. - **Coefficients**: Identify a, b, and c from standard form. 2. **Polynomials & Factoring**: - When factoring, find the greatest common monomial factor (or its negative) first. 3. **Graphing &
- Prompt
- Triggers
What does the algebraic_problem_solver skill do?
Solves algebraic problems including quadratic equations (via specific methods like square root or formula), polynomial factoring, and graphing. Ensures solutions are in simplified radical or reduced fraction form, with intercepts as ordered pairs.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill algebraic_problem_solver --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
