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

E50 Time Synchronization

ASecurity

Determine whether two spacecraft sharing an inter-spacecraft network really hold their clocks together under ECSS-E-ST-50C clause 5.7.4.5. Recover the offset and the round trip from the four timestamps of one exchange, then budget what the exchange cannot cancel: static path asymmetry, the asymmetry relative motion opens while the responder holds the reply, timestamp resolution and jitter, plus the walk-apart at the relative drift rate before the next exchange. Use when sizing a synchronizati...

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

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 e50-time-synchronization --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E50 Time Synchronization?

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

Security grade badge for E50 Time Synchronization
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e50-time-synchronization/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e50-time-synchronization)

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

Download with Pro
Files
SKILL.md
---
name: e50-time-synchronization
description: "Determine whether two spacecraft sharing an inter-spacecraft network really hold their clocks together under ECSS-E-ST-50C clause 5.7.4.5. Recover the offset and the round trip from the four timestamps of one exchange, then budget what the exchange cannot cancel: static path asymmetry, the asymmetry relative motion opens while the responder holds the reply, timestamp resolution and jitter, plus the walk-apart at the relative drift rate before the next exchange. Use when sizing a synchronization interval, budgeting a coordination window, or reviewing a two-way transfer design on a formation, relay or rendezvous pair. Trigger: ecss, e-st-50c-clause-5-7-4-5, inter-spacecraft-time-synchronization, two-way-time-transfer-exchange, clock-offset-estimate-error, range-rate-reciprocity-error, synchronization-interval-sizing, relative-clock-drift-budget."
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)"
clauses:
  - standard: ECSS-E-ST-50C Rev.2
    clause: 5.7.4.5
    items: [a]
    relation: verifies
metadata:
  domain: space-systems
  subdomain: ecss
  tags: [ecss, e-st-50c-clause-5-7-4-5, e50-time-synchronization, inter-spacecraft-time-synchronization, two-way-time-transfer-exchange, clock-offset-estimate-error, range-rate-reciprocity-error, synchronization-interval-sizing, relative-clock-drift-budget]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Communications — Time Synchronization (space-systems/ecss/e50-time-synchronization)

Use when two spacecraft on an inter-spacecraft network have to keep their
clocks together, per ECSS-E-ST-50C clause 5.7.4.5 — how well one exchange
pins the offset, and how long that answer survives before the next one.

## Domain quick reference

- Synchronization between a pair is a different problem from
  distributing a reference down a tree. Here there is no master to walk
  away from: the two clocks are measured against each other, and the
  quantity under control is the offset between them.
- The four-timestamp exchange cancels whatever is reciprocal about the
  path. Request and reply share the same range and the same media, so
  the common part drops out of the offset and only the difference
  survives — which is why the whole budget is a list of the ways the
  two directions are not the same.
- Relative motion breaks reciprocity even on a perfect link. While the
  responder holds the reply the range changes, so the reply travels a
  different distance from the request; the error scales with range rate
  and with hold time, which makes the hold time a design parameter
  rather than an implementation detail.
- An offset of any size is the measurement, not an error. A responder
  clock reading minutes away from the initiator is exactly what the
  exchange exists to find, so ordering checks apply within each clock's
  own frame and never across the two.
- Between exchanges the pair walks apart at the relative drift rate,
  not at either clock's absolute rate. Two oscillators of the same
  build can hold each other far better than either holds an absolute
  scale, and budgeting with the absolute figure over-synchronizes.
- The interval is the knob, and it inverts cleanly. The window less the
  exchange error, divided by the relative drift, is the longest
  interval that still holds — and when the exchange alone spends the
  window, no interval does.

## Workflow

1. Take the four timestamps of one exchange and check ordering inside
   each clock's own frame only. Reject a reply that precedes its
   request, or a responder hold longer than the round trip.
2. Recover the round trip with the responder hold removed, the one-way
   delay, and the clock offset.
3. Budget the exchange error: half the static path asymmetry, half the
   motion asymmetry from range rate over the hold time, half the
   timestamp resolution, and the jitter carried separately.
4. Compute how far the pair walks apart over the synchronization
   interval at the relative drift rate.
5. Compare the sum against the coordination window with a relative
   tolerance, so a budget landing exactly on the window passes on every
   build host.
6. Invert for the remedy: the longest interval that still fits. Report
   zero where the exchange alone spends the window, and unconstrained
   where the pair has no declared relative drift.
7. Say which term dominates. Where motion beats static asymmetry, the
   cheaper fix is a shorter responder hold, not a better cable.
8. Where the network carries more nodes than this pair, the exchange
   should be repeated between each node and the one holding the common
   reference, so that what the service reports is alignment to that
   reference rather than agreement between two clocks that have both
   walked away from it.

## Obligations

| Item | Step |
|---|---|
| ECSS-E-ST-50C Rev.2 5.7.4.5a | 8 |

## Pitfalls

- Treating a large measured offset as a bad exchange. The offset is the
  output; validating timestamps across the two clocks rejects exactly
  the case the exchange was built to measure.
- Leaving the responder hold time out of the round trip. Including it
  inflates the one-way delay and biases the offset by half the hold,
  which is usually larger than every other term combined.
- Assuming reciprocity because the link is symmetric. Range rate breaks
  it without any hardware asymmetry at all, and a formation closing at
  kilometres per second breaks it by more than the cable ever could.
- Budgeting the interval with an absolute oscillator stability figure.
  The pair is graded on relative drift, and using the absolute number
  buys synchronization traffic the design did not need.
- Deciding the window with a bare inequality. Two arithmetically
  identical budgets can straddle the window on different machines, and
  the verdict then depends on the build host.
- Answering a missed window with a shorter interval without checking
  the exchange error first. When the exchange alone spends the window,
  synchronizing more often changes nothing and the honest answer says
  which term to attack instead.

## Behavior contract (gate 3)

Timestamp validation inside each clock frame, offset and round-trip
recovery, the half-weighted asymmetry and resolution terms, the range
rate and hold-time motion term, the relative-drift walk, the exact
window boundary, the longest-interval inverse with its zero and
unconstrained cases and the dominant-term finding are exercised by the
gate 3 contract test:
scripts/test_e50_time_synchronization.py against
scripts/e50_time_synchronization_logic.py (stdlib unittest, offline).
Run:
python3 scripts/test_e50_time_synchronization.py

## Compliance

- ECSS standards are freely downloadable (ESA); cite the source and
  paraphrase per standards-map.yaml.
- 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 →