Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Dilution Of Precision

ASecurity

Use when you must evaluate GNSS positioning accuracy from satellite geometry: build the geometry matrix H from satellite line-of-sight unit vectors, form the normal matrix H^T H, invert it, and read the dilution of precision values (GDOP, PDOP, HDOP, VDOP, TDOP) off the diagonal. Applies to GPS/GNSS receiver analysis, elevation mask studies, and satellite subset selection. Produces the DOP values, the 1-sigma position error from a user equivalent range error, the elevation mask filter, and th...

2 stars
0 votes
0 copies
0 views
Added 9/27/2026
ai-agentspythongo

Works with

claude code

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill dilution-of-precision --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Dilution Of Precision?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Dilution Of Precision
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-dilution-of-precision/badge)](https://www.skillsdirectory.com/skills/ashfordeou-dilution-of-precision)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: dilution-of-precision
description: "Use when you must evaluate GNSS positioning accuracy from satellite geometry: build the geometry matrix H from satellite line-of-sight unit vectors, form the normal matrix H^T H, invert it, and read the dilution of precision values (GDOP, PDOP, HDOP, VDOP, TDOP) off the diagonal. Applies to GPS/GNSS receiver analysis, elevation mask studies, and satellite subset selection. Produces the DOP values, the 1-sigma position error from a user equivalent range error, the elevation mask filter, and the k-satellite subset with the lowest PDOP. Trigger: dilution of precision, gdop, pdop, hdop, vdop, tdop, satellite geometry, elevation mask, uere, gps, gnss, satellite selection."
license: Apache-2.0
compliance: STANDARDS-REF
standards:
  - id: arinc-429
    reference-only: true
gated: false
domain: gnc-autonomy
pack: gnc-autonomy
compatibility: "agentskills.io SKILL.md; any SKILL.md host (Claude Code, Hermes, OpenClaw)"
metadata:
  domain: gnc-autonomy
  subdomain: navigation
  tags: [dilution-of-precision, gdop, pdop, hdop, vdop, tdop, satellite-geometry, elevation-mask, uere, gnss, satellite-selection]
  version: 0.1.0
  author: Aero Agent Skills
---

# Dilution of Precision (gnc-autonomy/navigation/dilution-of-precision)

Use when the task is evaluating GNSS position accuracy from satellite
geometry: DOP values, the elevation mask, position error from UERE,
and best satellite subset selection.

## Domain quick reference

- With N satellite line-of-sight unit vectors (east, north, up in a
  local ENU frame), the N x 4 geometry matrix H has one row
  [e, n, u, 1] per satellite; the unit column carries the receiver
  clock bias solved together with the three position components.
- The normal matrix A = H^T H is 4 x 4; its inverse G maps pseudorange
  error variance onto the state covariance.
- DOP values are square roots of diagonal sums of G:
  gdop = sqrt(g00+g11+g22+g33), pdop = sqrt(g00+g11+g22),
  hdop = sqrt(g00+g11), vdop = sqrt(g22), tdop = sqrt(g33).
- A pseudorange error with standard deviation sigma gives a position
  error standard deviation of pdop * sigma.
- The elevation mask excludes low satellites whose pseudoranges carry
  larger atmospheric errors; satellite selection picks the k-subset
  with the lowest PDOP by exhaustive search over combinations.

## Workflow

1. Build the geometry matrix H from the satellite unit vectors
   (at least 4 satellites required).
2. Form the normal matrix A = H^T H and invert it by Gauss-Jordan
   with partial pivoting; singular geometry raises a clear error.
3. Read the DOP values off the diagonal and the position error from
   the user equivalent range error.
4. Apply the elevation mask and filter low satellites.
5. Select the k-satellite subset with the best geometry (lowest PDOP).

## Pitfalls

- Reporting a DOP for a singular geometry (collinear satellites);
  the inversion must fail loudly, not silently.
- Using the same elevation for every satellite in a synthetic set,
  which makes the normal matrix singular in (e, n, u, 1) space.
- Confusing HDOP with PDOP (horizontal vs total position).
- Reading position error from GDOP instead of PDOP (GDOP includes the
  clock term).

## Behavior contract (gate 3)

The DOP logic is exercised by the gate 3 contract test:
scripts/test_dop.py against scripts/dop_logic.py (stdlib unittest,
offline). Run:

    python3 scripts/test_dop.py

Attribution

ashfordeOUashfordeOU
View sourceMore from ashfordeOU →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode that cuts output tokens while keeping technical accuracy. Levels: lite, full, ultra and the wenyan variants. Use for /caveman, "caveman mode", "talk like caveman", "be brief" or "less tokens".

1074701 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

694821 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

691 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →