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 Synchronous Command And Control

ASecurity

Size the time-slot schedule that carries synchronous command and control traffic on an on-board network under ECSS-E-ST-50C clause 5.7.1.3. Turn each periodic exchange into a slot of payload, protocol overhead and guard time, check its repetition period divides the control cycle, add up the time reserved per cycle, and report synchronous utilisation, delivery phase error and the spare time left for everything else. Use when laying out a control cycle or reviewing a cyclic schedule quoted only...

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

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 e50-synchronous-command-and-control --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E50 Synchronous Command And Control?

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

Security grade badge for E50 Synchronous Command And Control
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e50-synchronous-command-and-control/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e50-synchronous-command-and-control)

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

Download with Pro
Files
SKILL.md
---
name: e50-synchronous-command-and-control
description: "Size the time-slot schedule that carries synchronous command and control traffic on an on-board network under ECSS-E-ST-50C clause 5.7.1.3. Turn each periodic exchange into a slot of payload, protocol overhead and guard time, check its repetition period divides the control cycle, add up the time reserved per cycle, and report synchronous utilisation, delivery phase error and the spare time left for everything else. Use when laying out a control cycle or reviewing a cyclic schedule quoted only as average load. Trigger: ecss, e-st-50-communications, synchronous-command-and-control, control-cycle-slot-schedule, cyclic-slot-allocation, synchronous-network-utilisation, command-delivery-phase-error."
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.1.3
    items: [a]
    relation: implements
metadata:
  domain: space-systems
  subdomain: ecss
  tags: [ecss, e-st-50-communications, e50-synchronous-command-and-control, control-cycle-slot-schedule, cyclic-slot-allocation, synchronous-network-utilisation, command-delivery-phase-error, harmonic-repetition-period]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Communications — Synchronous Command and Control (space-systems/ecss/e50-synchronous-command-and-control)

Use when an on-board network has to carry command and control exchanges
synchronously under ECSS-E-ST-50C clause 5.7.1.3 — laying out the repeating
control cycle that gives each exchange a reserved place, and showing the cycle
actually holds them.

## Domain quick reference

- Synchronous means placed, not merely frequent. Each exchange recurs on
  its own period, occupies a reserved slot inside a repeating control
  cycle, and arrives within a bounded deviation of its nominal instant.
  A link fast enough on average has not met any of those three.
- A slot is bigger than its payload. Protocol overhead rides with every
  activation, and a guard time separates one slot from the next so a
  late finish does not eat into its neighbour. Both belong in the
  reservation, and both are what a payload-only estimate leaves out.
- A period only fits a cycle when the two are harmonic: the cycle a
  whole multiple of the period, or the period a whole multiple of the
  cycle. Anything else has no fixed slot at all, which is a layout
  failure rather than a load problem, and no amount of link rate cures
  it.
- The reservation to check is the busiest cycle, not the average one. An
  exchange four times per cycle needs four slots in every cycle it runs;
  an exchange slower than the cycle still needs a whole slot in the
  cycles where it does occur, never a fraction of one.
- Delivery phase error is what "synchronous" costs. Guard time, the
  granularity the schedule can place a slot on, and the error of the
  on-board time reference add up into the worst deviation a command can
  show, and that is the figure a control loop budgets against.
- The spare time left in the cycle is not slack to be spent quietly. It
  is the entire budget every asynchronous transfer will ever run in, so
  it is an output of this layout and an input to the next one.

## Workflow

1. State the control cycle, the link rate, the protocol overhead per
   activation and the guard time. A zero cycle, a zero rate or an empty
   exchange set is an input error, not a degenerate schedule.
2. List every synchronous exchange the sensors and actuators on board
   need — each reading collected and each command issued — as a name, a
   size and a repetition period. Refuse two exchanges under one name — a
   duplicate silently halves the reservation it was meant to add.
3. Test each period against the cycle for harmonicity first. A
   non-harmonic period is reported before any load figure, because a
   schedule that cannot be laid out has no meaningful utilisation.
4. Size each slot as payload plus overhead at the link rate, plus the
   guard time, and count the slots the busiest cycle has to hold, so
   that every sensor reading and every actuator command has a place
   reserved for it in each cycle it runs in.
5. Add the reservation, and compare it with the cycle using a relative
   tolerance so a schedule sized to exactly fill its cycle is accepted
   everywhere rather than on some hosts.
6. Report utilisation, the spare time, and the worst delivery phase
   error against its budget when one is stated.
7. On an oversubscribed cycle report both remedies with numbers: the
   link rate that makes the reservation fit, and the cycle length that
   would hold it at the rate already available. Where guard time alone
   fills the cycle, say plainly that no rate fixes it.

## Obligations

| Item | Step |
|---|---|
| ECSS-E-ST-50C Rev.2 5.7.1.3a | 4 |

## Pitfalls

- Sizing the cycle on payload bits. Overhead and guard time are charged
  per activation, so a schedule with many small fast exchanges can be
  dominated by everything except its payload.
- Reserving the average number of activations. The cycle has to hold the
  busiest one; an average reservation passes a schedule that overruns
  every cycle where two fast exchanges coincide.
- Rounding a near-harmonic period into place. A period that is nearly a
  divisor drifts against the cycle and its slot walks into a neighbour's
  after enough cycles, which shows up in flight and not in the budget.
- Giving an exchange slower than the cycle a fractional slot. It still
  occupies a whole slot in the cycles where it runs, and the fraction
  quietly under-reserves the cycle that carries it.
- Reporting utilisation for a non-harmonic schedule. The number looks
  reassuring and describes a layout that does not exist.
- Treating the spare time as free. It is the asynchronous budget;
  spending it here means the next clause has nothing to work with.
- Deciding the cycle fit with a bare inequality. A schedule built to
  exactly fill its cycle then passes or fails according to the build
  host rather than the design.

## Behavior contract (gate 3)

Exchange validation including duplicate names, slot sizing with overhead
and guard, the harmonic test in both directions, the busiest-cycle slot
count, the reservation at and beyond the cycle bound, delivery phase
error against its budget, and the link-rate inverse checked against the
same model are exercised by the gate 3 contract test:
scripts/test_e50_synchronous_command_and_control.py against
scripts/e50_synchronous_command_and_control_logic.py (stdlib unittest,
offline).
Run:
python3 scripts/test_e50_synchronous_command_and_control.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 →