Positioning Angles

🌐Community
by sanky369 · vlatest · Repository

This skill calculates optimal aiming angles in games based on enemy location and distance, improving your accuracy and shot placement.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add positioning-angles npx -- -y @trustedskills/positioning-angles
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "positioning-angles": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/positioning-angles"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows an AI agent to calculate and understand angles between objects or points in a 2D space. It can determine the angle required for precise positioning, such as aligning elements on a screen or calculating trajectories. The skill provides these calculations based on provided coordinates, enabling more accurate spatial reasoning within the AI's tasks.

When to use it

  • Game development: Calculate the angle needed to rotate a character towards a target enemy.
  • Robotics: Determine the joint angles required for a robotic arm to reach a specific point.
  • Graphic design: Precisely align elements in an image or layout based on angular relationships.
  • Navigation: Calculate the turning angle needed to follow a desired path.

Key capabilities

  • Angle calculation between two points
  • 2D spatial reasoning
  • Coordinate-based input

Example prompts

  • "What is the angle between point A (10, 20) and point B (30, 40)?"
  • "Calculate the angle needed to rotate from (5, 5) to (15, 10)."
  • "Give me the bearing from coordinate X to coordinate Y."

Tips & gotchas

The skill requires numerical coordinates as input. Ensure the provided values are accurate for correct angle calculations; incorrect or missing data will lead to inaccurate results.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sanky369
Installs
19

🌐 Community

Passed automated security scans.