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 Tolerance Of Run Lengths And Transition Densities

ASecurity

Analyze a transmitted symbol stream for the longest run of identical symbols and the density of transitions it offers, under ECSS-E-ST-50C clause 5.6.11.3, and decide whether the receiver clock recovery tolerates both. Measure the worst run and where it starts, the transition density over the whole stream and over the leanest sliding window the loop integrates, compare each against the declared limits, count the edges a starved window is missing, and report whether randomisation or a transiti...

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

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-tolerance-of-run-lengths-and-transition-densities --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E50 Tolerance Of Run Lengths And Transition Densities?

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

Security grade badge for E50 Tolerance Of Run Lengths And Transition Densities
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e50-tolerance-of-run-lengths-and-transition-densit/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e50-tolerance-of-run-lengths-and-transition-densit)

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

Download with Pro
Files
SKILL.md
---
name: e50-tolerance-of-run-lengths-and-transition-densities
description: "Analyze a transmitted symbol stream for the longest run of identical symbols and the density of transitions it offers, under ECSS-E-ST-50C clause 5.6.11.3, and decide whether the receiver clock recovery tolerates both. Measure the worst run and where it starts, the transition density over the whole stream and over the leanest sliding window the loop integrates, compare each against the declared limits, count the edges a starved window is missing, and report whether randomisation or a transition-rich line code is required. Use when checking bit synchronisation robustness on a spacecraft telemetry or telecommand link. Trigger: ecss, e-st-50-communications, bit-stream-run-length-limit, symbol-transition-density, clock-recovery-tolerance, sliding-window-transition-check, link-randomisation-need."
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.6.11.3
    items: [a]
    relation: verifies
  - standard: ECSS-E-ST-50C Rev.2
    clause: 5.6.11.3
    items: [b]
    relation: implements
metadata:
  domain: space-systems
  subdomain: ecss
  tags: [ecss, e-st-50-communications, e50-tolerance-of-run-lengths-and-transition-densities, bit-stream-run-length-limit, symbol-transition-density, clock-recovery-tolerance, sliding-window-transition-check, link-randomisation-need]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Communications — Tolerance of Run Lengths and Transition Densities (space-systems/ecss/e50-tolerance-of-run-lengths-and-transition-densities)

Use when a space link has to carry whatever bit pattern the source produces,
per ECSS-E-ST-50C clause 5.6.11.3 — the longest stretch without an edge, and
whether there are enough edges everywhere to hold bit synchronisation.

## Domain quick reference

- Two obligations on the same receiver. It has to coast through the
  longest run of identical symbols the stream contains, and it has to
  be fed enough transitions to stay locked. A stream can satisfy one
  and break the other, so both are measured and both are reported.
- A density is transitions over opportunities, and a stream of n
  symbols offers n-1 of them. A one-symbol stream offers none, which is
  an undefined density rather than a density of zero.
- The average is the trap. A stream that alternates for a while and
  then sits still has a respectable overall density and a window in the
  middle with no edges at all — and the loop unlocks in that window,
  not in the average.
- So the measurement that matters is the leanest sliding window of the
  length the recovery loop integrates over, reported with where it
  starts. A position is actionable; a stream-wide figure is not.
- The shortfall belongs in whole edges. Telling a designer a window is
  0.083 short of a density is arithmetic; telling them it is one
  transition short is a change they can make.
- Both failures have the same family of remedies — randomise the
  stream, or move to a line code that guarantees edges — and naming
  which obligation failed says how much conditioning is needed.

## Workflow

1. Take the stream as it will be transmitted, after any framing and
   before or after conditioning as the question requires, and take the
   harshest pattern the source can put on the link rather than a nominal
   capture: what is under design here is the link's tolerance of what
   can occur, not of what one recording happened to hold. Reject
   anything that is not a binary symbol rather than coercing it: a
   stream that silently became all zeros reports itself as the worst
   run in the design.
2. Group the stream into runs and take the longest, keeping its start
   position and its symbol. Ties go to the earliest occurrence so the
   answer points at the first place to look.
3. List every run over the tolerated length, not only the worst. A
   second offender says the pattern is structural rather than a one-off.
4. Compute the overall transition density, and treat a stream too short
   to contain an opportunity as undefined.
5. Compute the leanest sliding window of the receiver's integration
   length, with its start position and its transition count.
6. Convert the density limit into a whole number of transitions per
   window, rounding up but not past an exact boundary, and report the
   shortfall in edges.
7. Compare each bound with a relative tolerance, then state which
   obligation failed and whether conditioning is required.
8. Drive the same measurement from a simulation of those harshest
   patterns and keep what it returns as the demonstration record,
   running it again while the design is analysed, while it is built, and
   once more when it is verified, so the link is shown to operate under
   both bounds at each of those stages rather than argued for once.

## Obligations

| Item | Step |
|---|---|
| ECSS-E-ST-50C Rev.2 5.6.11.3a | 7 |
| ECSS-E-ST-50C Rev.2 5.6.11.3b | 8 |

## Pitfalls

- Judging the stream on its average transition density. The loop
  unlocks inside the leanest window, which an average hides completely.
- Reporting zero density for a stream with no transition opportunity.
  It is undefined, and a zero there reads as a starved loop instead of
  a stream too short to ask about.
- Reporting only the worst run. A single long run may be one unlucky
  frame; several say the source pattern needs conditioning.
- Expressing the density shortfall as a fraction. Edges are whole, and
  rounding the requirement down passes a window one transition short.
- Comparing a density against its limit with a bare inequality. Two
  arithmetically identical streams can straddle the bound on different
  machines, so the verdict follows the build host.

## Behavior contract (gate 3)

Stream, limit and density validation, run grouping with position and
tie handling, the over-limit run list, the overall and worst-window
densities, the undefined density of a one-symbol stream, the whole-edge
requirement and shortfall, the three-way verdict with a tolerance at
each bound and the average-hides-a-lean-window case are exercised by the
gate 3 contract test:
scripts/test_e50_tolerance_of_run_lengths_and_transition_densities.py
against
scripts/e50_tolerance_of_run_lengths_and_transition_densities_logic.py
(stdlib unittest, offline).
Run:
python3 scripts/test_e50_tolerance_of_run_lengths_and_transition_densities.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 →