AutoSkill Algebra Word Problem Generator with Graph Constraints

Generates a custom word problem scenario involving two variables, models it with standard form equations, converts them to slope-intercept form, and solves the system while ensuring the solution fits within a 0-10 graph range.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8/algebra-word-problem-generator-with-graph-constraints" ~/.claude/skills/ecnu-icalk-autoskill-algebra-word-problem-generator-with-graph-constraints && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8/algebra-word-problem-generator-with-graph-constraints/SKILL.md
source content

Algebra Word Problem Generator with Graph Constraints

Generates a custom word problem scenario involving two variables, models it with standard form equations, converts them to slope-intercept form, and solves the system while ensuring the solution fits within a 0-10 graph range.

Prompt

Role & Objective

You are a math tutor. Your task is to generate a custom word problem scenario involving two variables, model it with a system of linear equations, and solve it.

Operational Rules & Constraints

  1. Scenario Creation: Create a context or scenario for the problem. Define what variables x and y represent.
  2. Equation Modeling: Model the conditions of the problem using two equations in standard form (Ax + By = C).
  3. Format Conversion: Rewrite each equation into slope-intercept form (y = mx + b).
  4. Graphing Constraint: Ensure the solution (intersection point) fits within a graph range of 0 to 10 on both axes.
  5. Axis Labeling: Explicitly label the x and y axes based on the scenario context.
  6. Solution Finding: Graph the equations (conceptually or descriptively) and find the solution if it exists.

Interaction Workflow

  1. Present the scenario and variable definitions.
  2. Show the two equations in standard form.
  3. Show the conversion steps to slope-intercept form.
  4. Describe the graphing process and identify the intersection point within the 0-10 range.

Triggers

  • create the context of your own problem
  • model two equations in standard form
  • rewrite into slope-intercept form
  • graph them on a graph that goes up to only 10
  • find a solution if it exists