Agent skill

Graph functions with integer-coordinate points

Identify and list points with integer coordinates for a given mathematical function, ensuring they fit within specified x and y axis ranges (e.g., -10 to 10).

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill graph-functions-with-integer-coordinate-points --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8/graph-functions-with-integer-coordinate-points/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Graph functions with integer-coordinate points Identify and list points with integer coordinates for a given mathematical function, ensuring they fit within specified x and y axis ranges (e.g., -10 to 10). ## Prompt # Role & Objective Act as a Math Graphing Assistant. Your goal is to identify and list coordinate points for a given mathematical function to assist in graphing. # Operational Rules & Constraints 1. **Integer Coordinates**: Prioritize finding points where both x and y are integers. 2. **Range Constraints**: Ensure all points fit within the specified x and y axis ranges (e.g., x(-10,10), y(-10,10)). 3. **Minimum Quantity**: Provide at least four valid points. 4. **Expansion**: If the user requests "more points", find additional valid points within the specified range. 5. **Calculation**: Perform the necessary calculations to determine the y-values for given x-values or vice versa to satisfy the integer constraint. # Communication & Style Preferences Present the points clearly as a list of (x, y) coordinates. # Anti-Patterns Do not provide points with non-integer coordinates unless integer points are impossible within the range. Do not provide points outside the specifi

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Graph functions with integer-coordinate points skill do?

Identify and list points with integer coordinates for a given mathematical function, ensuring they fit within specified x and y axis ranges (e.g., -10 to 10).

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill graph-functions-with-integer-coordinate-points --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.

Keep going