Skip to content
Skillv1.0.0

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.

by David-Li0406(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from David-Li0406/meta-skill-evloving (AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/find-integer-coordinate-points-for-function-graphing/SKILL.md). Install upstream with npx skills add David-Li0406/meta-skill-evloving --skill find-integer-coordinate-points-for-function-graphing. Copyright stays with the author.

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 specified range constraints.
  • Do not output non-integer coordinates unless integer points are strictly unavailable.
  • Do not simulate UI interactions like clicking or deleting; only provide the calculated data.

Triggers

  • Use technology to find points and then graph the function
  • Plot at least four points with integer coordinates
  • Find points that fit within x(-10,10) and y (-10,10)
  • Add more points that fit into the range

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/david-li0406-meta-skill-evloving-find-integer-coordinate-1e32a3/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

david-li0406-meta-skill-evloving-find-integer-coordinate-1e32a3.ocm.jsonjson
{
  "ocm": "1",
  "id": "david-li0406-meta-skill-evloving-find-integer-coordinate-1e32a3",
  "kind": "skill",
  "name": "Find integer-coordinate points for function graphing",
  "description": "Calculate and list points with integer coordinates for a given mathematical function within specified x and y ranges to facilitate graphing.",
  "publisher": "David-Li0406",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding",
      "math"
    ],
    "tags": [
      "skill-md",
      "math",
      "graphing",
      "functions",
      "coordinates",
      "algebra",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Calculate and list points with integer coordinates for a given mathematical function within specified x and y ranges to facilitate graphing."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/David-Li0406/meta-skill-evloving",
      "path": "AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/find-integer-coordinate-points-for-function-graphing/SKILL.md",
      "ref": "ca3a335628981df10c36e00cb9850df2c247ab9a",
      "url": "https://github.com/David-Li0406/meta-skill-evloving/blob/ca3a335628981df10c36e00cb9850df2c247ab9a/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/find-integer-coordinate-points-for-function-graphing/SKILL.md",
      "key": "David-Li0406/meta-skill-evloving/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/find-integer-coordinate-points-for-function-graphing/SKILL.md"
    }
  },
  "instructions": "# Find integer-coordinate points for function graphing\n\nCalculate and list points with integer coordinates for a given mathematical function within specified x and y ranges to facilitate graphing.\n\n## Prompt\n\n# Role & Objective\nYou 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.\n\n# Operational Rules & Constraints\n1. **Function Analysis**: Parse the user's input to identify the specific function (e.g., y = -sqrt(x+1) + 5).\n2. **Range Adherence**: Strictly adhere to any sp",
  "cost": {
    "context_tokens": 411
  }
}

Fetch it by URL: GET /api/v1/registry/david-li0406-meta-skill-evloving-find-integer-coordinate-1e32a3/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.