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

Ground Track Repeat

ASecurity

Use when you must compute a repeating ground track for a circular Earth orbit: determine the semimajor axis and mean motion from the altitude, evaluate the J2 nodal regression rate, derive the nodal period, count the integer revolutions per sidereal day, and find the repeat cycle in whole days after which the ground track retraces itself. Produces the semimajor axis, mean motion, nodal regression rate, nodal period, revolutions per day, and repeat cycle that gate repeat-ground-track orbit sel...

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

Works with

claude codecli

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill ground-track-repeat --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Ground Track Repeat?

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

Security grade badge for Ground Track Repeat
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-ground-track-repeat/badge)](https://www.skillsdirectory.com/skills/ashfordeou-ground-track-repeat)

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

Download with Pro
Files
SKILL.md
---
name: ground-track-repeat
description: "Use when you must compute a repeating ground track for a circular Earth orbit: determine the semimajor axis and mean motion from the altitude, evaluate the J2 nodal regression rate, derive the nodal period, count the integer revolutions per sidereal day, and find the repeat cycle in whole days after which the ground track retraces itself. Produces the semimajor axis, mean motion, nodal regression rate, nodal period, revolutions per day, and repeat cycle that gate repeat-ground-track orbit selection for remote sensing and constellation design. Trigger: repeat ground track, ground track repeat, nodal period, revolutions per day, sidereal day, integer revolutions, nodal regression, j2."
license: Apache-2.0
compliance: STANDARDS-REF
standards:
  - id: ecss
    reference-only: true
gated: false
domain: space-systems
pack: space-systems
compatibility: "agentskills.io SKILL.md; any SKILL.md host (Claude Code, Hermes, OpenClaw)"
metadata:
  domain: space-systems
  subdomain: orbit-mechanics
  tags: [ground-track-repeat, repeat-ground-track, nodal-period, revolutions-per-day, sidereal-day, integer-revolutions, nodal-regression]
  version: 0.1.0
  author: Aero Agent Skills
---

# Repeating Ground Track (space-systems/orbit-mechanics/ground-track-repeat)

Use when the task is repeat ground track orbit design: compute the
nodal period from the mean motion and the J2 nodal regression rate,
count the integer revolutions per sidereal day, and find the repeat
cycle in whole days after which the ground track retraces itself.

## Domain quick reference

- Units: altitude in km in, meters internally, mean motion in rad/s,
  angles in RADIANS out, days as plain integers.
- Constants: Re = 6371000 m, mu = 3.986004418e14 m^3/s^2, J2 =
  1.08262668e-3, sidereal day = 86164.0905 s.
- Semimajor axis: a = Re + altitude_km * 1000 m.
- Mean motion: n = sqrt(mu / a^3) rad/s.
- Nodal regression rate (J2): om_dot = -1.5 * n * J2 * (Re / a)^2 *
  cos(i) rad/s, negative for prograde orbits, positive for
  retrograde inclinations above 90 degrees.
- Nodal period: T_n = 2 pi / (n + om_dot) s, the time between
  successive ascending-node crossings once J2 regression is
  included.
- Revolutions per sidereal day: N = 86164.0905 / T_n. The ground
  track repeats after m whole days when m * N is within tolerance of
  an integer k, giving k revolutions per m days.
- A sun-synchronous orbit at 888.4676 km altitude (i = 97.39 deg)
  has N = 14.000000 revolutions per day: a 1-day repeat track with
  k = 14.
- A sun-synchronous orbit at 562.2007 km has N = 15.000000
  revolutions per day: another 1-day repeat track with k = 15.
- An ISS-like orbit at 400 km, i = 51.6 deg has N = 15.525589: no
  whole-day repeat cycle exists within 60 days.

## Workflow

1. Take the circular orbit altitude in km and the inclination in
   radians.
2. Compute the semimajor axis and mean motion with semimajor_axis
   and mean_motion.
3. Evaluate the nodal regression rate with nodal_regression_rate.
4. Compute the nodal period with nodal_period.
5. Count the revolutions per day with revolutions_per_day.
6. Find the repeat cycle with repeat_cycle_days (m days, k
   revolutions) and pack the full solution with
   ground_track_properties.
7. Gate the orbit selection on the repeat cycle for the remote
   sensing or constellation mission.

## Pitfalls

- Feeding degrees into radian-based functions.
- Using the Keplerian period instead of the nodal period: the J2
  regression shifts the ascending node, so the ground track repeat
  must be counted against the nodal period, not 2 pi / n.
- Declaring a repeat where none exists: the integer-revolution check
  needs a tolerance, and orbits with no integer m * N within the
  search range return no cycle.
- Forgetting the sidereal day (86164.0905 s), not the solar day
  (86400 s), defines the repeat cadence.
- Misreading the regression sign: prograde orbits regress westward
  (negative om_dot), retrograde orbits precess eastward (positive).

## Behavior contract (gate 3)

The semimajor axis, mean motion, nodal regression, nodal period,
revolutions per day, and repeat cycle logic is exercised by the gate
3 contract test: scripts/test_ground_track_repeat.py against
scripts/ground_track_repeat_logic.py (stdlib unittest, offline).
Run:
python3 scripts/test_ground_track_repeat.py

## Compliance

- Standards referenced, not reproduced: ECSS series text is
  copyright ESA; the J2 nodal regression and repeat ground track
  condition are common astrodynamics, summary-only per
  standards-map.yaml (ecss is a free ESA download).
- compliance: STANDARDS-REF, gated: false.

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 →