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 Commandability At All Attitudes And Rates

ASecurity

Assess whether a spacecraft stays commandable in every attitude and at every body rate under ECSS-E-ST-50C clause 5.4.1: work the uplink margin across a sampled sphere of receive-antenna gain, weight the result by solid angle so a pattern null is not hidden by dense sampling near a pole, then size the dwell a tumbling body gives the receiver against the time it needs to acquire and take one command frame. Use when an uplink must hold through a tumble, a safe mode or a lost attitude. Trigger: ...

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 e50-commandability-at-all-attitudes-and-rates --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E50 Commandability At All Attitudes And Rates?

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

Security grade badge for E50 Commandability At All Attitudes And Rates
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e50-commandability-at-all-attitudes-and-rates/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e50-commandability-at-all-attitudes-and-rates)

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

Download with Pro
Files
SKILL.md
---
name: e50-commandability-at-all-attitudes-and-rates
description: "Assess whether a spacecraft stays commandable in every attitude and at every body rate under ECSS-E-ST-50C clause 5.4.1: work the uplink margin across a sampled sphere of receive-antenna gain, weight the result by solid angle so a pattern null is not hidden by dense sampling near a pole, then size the dwell a tumbling body gives the receiver against the time it needs to acquire and take one command frame. Use when an uplink must hold through a tumble, a safe mode or a lost attitude. Trigger: ecss, e-st-50c-communications-scope, telecommand-omnidirectional-coverage, uplink-antenna-pattern-null, spherical-command-coverage, tumbling-spacecraft-uplink, receiver-acquisition-dwell, body-rate-command-limit."
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.4.1
    items: [a]
    relation: verifies
metadata:
  domain: space-systems
  subdomain: ecss
  tags: [ecss, e-st-50c-communications-scope, e50-commandability-at-all-attitudes-and-rates, telecommand-omnidirectional-coverage, uplink-antenna-pattern-null, spherical-command-coverage, tumbling-spacecraft-uplink, receiver-acquisition-dwell]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Communications — Commandability at All Attitudes and Rates (space-systems/ecss/e50-commandability-at-all-attitudes-and-rates)

Use when the task is the single obligation of ECSS-E-ST-50C clause 5.4.1 —
that the spacecraft can be commanded whatever attitude it holds and whatever
rate it is turning at — and the question is whether a real antenna pattern
and a real receiver meet it.

## Domain quick reference

- The requirement is written for the day attitude control has failed. It
  is not a nominal-pointing requirement, so it cannot be demonstrated with
  a pattern cut through the direction the high-gain antenna is aimed.
- Attitude coverage is a question about the whole sphere, and the sphere
  has to be sampled the way it is measured. A grid in polar and azimuth
  angle puts far more samples near the poles than the solid angle there
  deserves, so an unweighted pass rate flatters any design whose nulls
  sit near the equator.
- Two independent failures hide behind one symptom. A direction can fail
  because there is no gain there, or because the body is turning too fast
  for the receiver to finish acquiring, and the fixes are different: one
  is an antenna, the other is a receiver or a data rate.
- The dwell a tumble gives is geometry, not budget. The station sweeps
  through the usable beam in a time set by the beam width and the body
  rate, and the receiver has to lock up and take a whole command frame
  inside it or nothing is delivered.
- The useful number to hand back is the rate ceiling. Saying the design
  fails at fifteen degrees per second is less actionable than saying it
  holds up to six, because the second states what the platform has to
  keep below.
- Margin is a sum of decibel terms and dwell is a ratio. Both are floats,
  and a design that lands exactly on its required margin or exactly on
  its acquisition time must not be graded differently on two hosts.

## Workflow

1. Validate the gain samples as directions on the sphere: polar angle in
   range, azimuth wrapped once and not twice, gain a finite number.
2. Validate the shared uplink budget terms and derive the received power
   for each direction, then the margin over receiver sensitivity.
3. Compare each margin with the required value using an explicit
   tolerance, and collect every direction that falls short as a gap with
   its own coordinates and margin.
4. Weight each sample by the solid angle it stands for and report the
   covered fraction, so a small deep null is not averaged away.
5. Compute the dwell the worst-case body rate leaves, compare it with
   acquisition plus one frame, and invert the same relation to give the
   body rate ceiling.
6. Report the attitude finding and the rate finding separately, and
   combine them only in the verdict — which the design earns only when
   no sampled direction is left short and the rate ceiling reaches the
   fastest turn the mission anticipates, since what is owed is an
   uplink that works at every attitude the body can hold and across the
   whole anticipated rate range.

## Obligations

| Item | Step |
|---|---|
| ECSS-E-ST-50C Rev.2 5.4.1a | 6 |

## Pitfalls

- Demonstrating coverage from a single principal-plane cut. A null off
  the cut plane is exactly the geometry a tumbling spacecraft will find,
  and a cut through the boresight cannot see it.
- Averaging pass rates over a polar grid without solid-angle weighting.
  The dense sampling near the poles inflates the result and can turn a
  real equatorial null into a rounding error.
- Treating a rate failure as a coverage failure. Adding antenna gain does
  nothing for a body rate that leaves the receiver no time to acquire,
  and the report has to keep the two apart or the fix goes to the wrong
  subsystem.
- Sizing the dwell against acquisition alone. A lock with no time left to
  take a whole command frame delivers nothing, so the frame duration
  belongs in the same comparison.
- Quoting the nominal-pointing margin for the omnidirectional case. The
  low-gain path is a different antenna with a different budget, and the
  requirement is about that path.
- Using a bare strict comparison on margin or dwell. A design built to
  land exactly on its bound is common, and a strict test makes its grade
  depend on which machine ran it.

## Behavior contract (gate 3)

The direction and budget validation, per-direction margin, gap collection,
solid-angle-weighted coverage fraction, dwell computation, rate ceiling and
combined verdict are exercised by the gate 3 contract test:
scripts/test_e50_commandability_at_all_attitudes_and_rates.py against
scripts/e50_commandability_at_all_attitudes_and_rates_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_e50_commandability_at_all_attitudes_and_rates.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 →