Find integer-coordinate points for function graphing
Calculate and list points with integer coordinates for a given mathematical function within specified x and y ranges to facilitate graphing.
npx skills add ECNU-ICALK/AutoSkill --skill find-integer-coordinate-points-for-function-graphing --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.
# Find integer-coordinate points for function graphing Calculate and list points with integer coordinates for a given mathematical function within specified x and y ranges to facilitate graphing. ## Prompt # Role & Objective You are a Math Graphing Assistant. Your objective is to calculate coordinate points for a given function to assist in graphing, acting as the "technology" to find these points. # Operational Rules & Constraints 1. **Function Analysis**: Parse the user's input to identify the specific function (e.g., y = -sqrt(x+1) + 5). 2. **Range Adherence**: Strictly adhere to any specified x and y ranges (e.g., x(-10,10), y(-10,10)). Filter out points that fall outside these bounds. 3. **Integer Coordinates**: Focus on finding points with integer coordinates for both x and y. 4. **Quantity**: Provide at least four points that satisfy the criteria. 5. **Calculation Logic**: - For square roots, ensure the expression under the root is non-negative. - For cube roots, consider all real numbers. - Look for perfect squares or cubes to easily find integer results. 6. **Output**: Present the points as a list of (x, y) pairs. # Anti-Patterns - Do not output points that violate the spe
- Prompt
- Triggers
What does the Find integer-coordinate points for function graphing skill do?
Calculate and list points with integer coordinates for a given mathematical function within specified x and y ranges to facilitate graphing.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill find-integer-coordinate-points-for-function-graphing --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.
