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

E3102 Mechanical Tests Resonance Sine Random

ASecurity

Define and grade the resonance search, sinusoidal and random vibration runs of ECSS-E-ST-31-02C clause 5.6.10 for two-phase heat transport hardware. Use when vibration levels are set or a run is assessed against the applicable level tables, which are supplied as data: bracketing the first mode in the searched band and comparing the before and after sweeps for the frequency shift that signals damage, interpolating a sine profile on its log-log segments, sizing each sweep from its rate in octav...

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 e3102-mechanical-tests-resonance-sine-random --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E3102 Mechanical Tests Resonance Sine Random?

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

Security grade badge for E3102 Mechanical Tests Resonance Sine Random
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e3102-mechanical-tests-resonance-sine-random/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e3102-mechanical-tests-resonance-sine-random)

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

Download with Pro
Files
SKILL.md
---
name: e3102-mechanical-tests-resonance-sine-random
description: "Define and grade the resonance search, sinusoidal and random vibration runs of ECSS-E-ST-31-02C clause 5.6.10 for two-phase heat transport hardware. Use when vibration levels are set or a run is assessed against the applicable level tables, which are supplied as data: bracketing the first mode in the searched band and comparing the before and after sweeps for the frequency shift that signals damage, interpolating a sine profile on its log-log segments, sizing each sweep from its rate in octaves per minute, holding notches above the declared floor, integrating a spectral-density breakpoint table to one overall level, and applying the stage offset in decibels. Trigger: ecss, e-st-31-02c, heat-transport-vibration-campaign, low-level-resonance-search, resonance-frequency-shift-criterion, sine-sweep-octave-rate, sine-notch-depth-floor, random-psd-breakpoint-integration, vibration-level-stage-offset-db."
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: ecss
  tags: [ecss, e-st-31-02-two-phase-transport-scope, e3102-mechanical-tests-resonance-sine-random, heat-transport-vibration-campaign, low-level-resonance-search, resonance-frequency-shift-criterion, sine-sweep-octave-rate, sine-notch-depth-floor, random-psd-breakpoint-integration, vibration-level-stage-offset-db]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Two-Phase Heat Transport — Mechanical Tests, Resonance Sine and Random (space-systems/ecss/e3102-mechanical-tests-resonance-sine-random)

Use when the task is the mechanical test set of ECSS-E-ST-31-02C
clause 5.6.10 -- the low-level resonance search either side of the run,
the swept-sine run, and the random run, each per axis, with their levels
and criteria taken from the applicable level tables rather than invented
here. The tables are inputs: this skill computes with them and never
hard-codes one.

## Domain quick reference

- The resonance search is not a test level, it is an instrument. A
  low-level sweep before and after the high-level runs gives two
  first-mode frequencies, and the shift between them is the damage
  indicator: a loosened joint, a cracked wick or a fluid slug shows up
  as a frequency move long before anything is visible. A searched band
  that does not bracket the first mode measures nothing at all, so the
  band is checked before the shift is.
- The shift criterion is symmetric in the sense that it is taken on
  magnitude, but the two directions mean different things. A drop is
  the usual softening signature; a rise generally means something is
  now binding that was free before. Both are findings.
- A sine profile is a straight line in log-log space between its
  breakpoints, not in linear space. Interpolating linearly between a
  low-frequency displacement-limited leg and a flat acceleration leg
  produces a level that was never specified, and asking for a level
  outside the tabulated span is an extrapolation, so it is refused.
- Sweep duration is not a free parameter. It follows from the band and
  the sweep rate: the octaves between the ends divided by the rate in
  octaves per minute. A run that quotes a duration inconsistent with
  its rate has one of the two numbers wrong.
- Notching is allowed but floored. A notch that is cut deeper than the
  declared allowance has under-tested the hardware at exactly the
  frequency the structure responds hardest, so the deepest notch across
  the checked frequencies is the number that matters, and an applied
  level above the profile is an overshoot finding in its own right.
- The overall level of a random run is an integral, not a sum of
  breakpoints. Each segment is a straight line in log-log space, so its
  area has a closed form, and the special case of a segment whose slope
  is exactly minus one has a logarithmic form instead of the general
  one. The square root of the summed areas is the overall level.
- A level stage offset moves the whole spectrum together. In density
  terms the offset is applied as a tenth-power of ten; in overall level
  terms as a twentieth-power, because the overall level is a square
  root of the density integral.

## Workflow

1. Validate every supplied table: at least two points, strictly rising
   frequency, positive levels. A table that is out of order is rejected
   rather than sorted.
2. Run the resonance search assessment: confirm the searched band
   brackets the pre-test first mode, then take the percentage shift to
   the post-test first mode and compare its magnitude against the
   declared limit.
3. Confirm the sine profile spans the whole required band, size the
   sweep from the band and the sweep rate, and multiply by the sweep
   count.
4. At each check frequency, interpolate the required and the applied
   level on their log-log segments, convert the ratio to a notch depth
   in decibels, keep the deepest, and report any applied level above the
   profile as an overshoot.
5. Integrate the random breakpoint table segment by segment to the
   overall level, apply the stage offset, and compare the delivered
   level and the run duration against what the run required.
6. Reduce each axis to one verdict, then the campaign to one verdict,
   and list any required axis that was never run.

## Pitfalls

- Reading the resonance search as a pass because nothing broke. The
  search exists to produce two numbers and their difference; a search
  reported without a before-and-after pair has not been performed for
  its purpose.
- Interpolating a sine or random table linearly in frequency. The
  breakpoints define log-log straight lines, and a linear reading of a
  steep leg can be wrong by a large factor in the middle of the
  segment.
- Summing spectral-density breakpoints to get an overall level. The
  units do not admit it, and the answer is not even close: the
  integration has to run over the segments, with the minus-one slope
  handled by its own logarithmic form rather than by a division that
  would be by zero.
- Applying a level offset to the overall level with the density factor.
  Density scales by the tenth-power of ten and the overall level by the
  twentieth-power; mixing them doubles or halves the intended change.
- Letting a notch go as deep as the shaker control loop wants. The
  floor is the whole point of allowing notching, and the deepest notch,
  not the average one, is what has to clear it.
- Comparing a shift, a notch depth, a delivered level or a duration
  against its limit by bare arithmetic. Each comes out of a logarithm
  or a division, so a case sitting exactly on its limit can land a few
  units in the last place on the wrong side; the comparisons absorb
  that representation error while the limits stay untouched.

## Behavior contract (gate 3)

The table validation, band coverage, log-log interpolation, sweep
octaves and duration, notch depth and floor, spectral-density segment
integration and overall level, decibel stage offsets, resonance shift
criterion and the per-axis and campaign verdicts are exercised by the
gate 3 contract test:
scripts/test_e3102_mechanical_tests_resonance_sine_random.py against
scripts/e3102_mechanical_tests_resonance_sine_random_logic.py (stdlib
unittest, offline). Run:
python3 scripts/test_e3102_mechanical_tests_resonance_sine_random.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 →