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

Q7001 Mechanism And Bearing Control

ASecurity

Assess whether the particle population implied by a product cleanliness level threatens a mechanism, a bearing or a slip ring. Use when a moving assembly carries a cleanliness requirement and the argument has to run from the declared level to the largest particle expected over the real wetted area, then to the running-clearance margin, the contact-gap bridging outcome, the drag torque contamination adds to the actuator budget and the distance lubricant creeps toward a sensitive surface. Trigg...

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 q7001-mechanism-and-bearing-control --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7001 Mechanism And Bearing Control?

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

Security grade badge for Q7001 Mechanism And Bearing Control
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7001-mechanism-and-bearing-control/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7001-mechanism-and-bearing-control)

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

Download with Pro
Files
SKILL.md
---
name: q7001-mechanism-and-bearing-control
description: "Assess whether the particle population implied by a product cleanliness level threatens a mechanism, a bearing or a slip ring. Use when a moving assembly carries a cleanliness requirement and the argument has to run from the declared level to the largest particle expected over the real wetted area, then to the running-clearance margin, the contact-gap bridging outcome, the drag torque contamination adds to the actuator budget and the distance lubricant creeps toward a sensitive surface. Trigger: ecss, q-st-70-01c, product-cleanliness-level-population, bearing-running-clearance-particle, slip-ring-gap-bridging, mechanism-contamination-drag-torque, lubricant-creep-barrier-margin, largest-expected-particle-size."
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, q-st-70-cleanliness-scope, q7001-mechanism-and-bearing-control, product-cleanliness-level-population, bearing-running-clearance-particle, slip-ring-gap-bridging, mechanism-contamination-drag-torque, lubricant-creep-barrier-margin]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Cleanliness — Mechanisms, Bearings and Slip Rings (space-systems/ecss/q7001-mechanism-and-bearing-control)

Use when the task is the sensitive-hardware branch of ECSS-Q-ST-70-01C that
applies to moving assemblies: showing that a declared product cleanliness
level, over the real wetted area of a bearing, joint or slip ring, leaves
enough running clearance, enough torque margin and enough distance between
the lubricant and whatever it must not reach.

## Domain quick reference

- A cleanliness level is a particle population, not a single size. The count
  above a size follows a squared-logarithm law referred to a reference area,
  so at the level itself exactly one particle is expected over that reference
  area, and the count climbs steeply towards smaller sizes.
- The size that matters to a mechanism is therefore an area question. The
  largest particle statistically expected over a square centimetre of raceway
  is much smaller than over a tenth of a square metre at the same level, and
  quoting the level as though it were the worst-case particle mis-sizes the
  clearance argument in either direction.
- A particle against a gap has three outcomes, and they are grouped, not
  continuous: well below the gap it adds drag, around half the gap and up it
  is marginal, and at or above the gap it bridges. On a slip ring, bridging
  is an electrical event — a short, or contact noise — not a torque one.
- The population also acts collectively. Many particles far below the
  clearance still add drag, and that drag belongs inside the actuator torque
  margin rather than in a separate cleanliness statement nobody reconciles
  with it.
- Transport runs outward too. Lubricant creeping out of a bearing over a
  multi-year mission is itself a molecular source, so the barrier distance to
  the nearest sensitive surface is part of the same assessment as the
  particles coming in.

## Workflow

1. Validate the mechanism: cleanliness level, wetted area, running clearance,
   available and base resisting torque, mission duration, and optionally the
   slip-ring contact gap, lubricant creep rate and barrier distance.
2. Convert the level into the largest particle statistically expected once
   over the wetted area. Report an honest zero where not even a one-micrometre
   particle is expected, rather than inventing a floor.
3. Compare that particle with the running clearance and report the fraction of
   the clearance it leaves free, against the required clearance margin.
4. Group the same particle against the slip-ring or contact gap as clear,
   marginal or bridging, and treat anything but clear as a finding.
5. Convert the population above the drag-relevant size into an added resisting
   torque, add it to the base drag, and recompute the actuator torque margin
   against its requirement.
6. Project the lubricant creep over the mission duration and compare the reach
   with the barrier distance.
7. Report every margin with its limit, absorbing boundary representation error
   with a named tolerance rather than by relaxing a limit.

## Pitfalls

- Reading the cleanliness level as the largest particle present. The level is
  the size expected once over a reference area; over a smaller wetted area the
  expected worst particle is smaller, and over a larger one it is bigger.
- Checking only the biggest particle. A population of particles each a small
  fraction of the clearance adds drag that can consume the torque margin long
  before anything jams.
- Treating a slip ring like a bearing. Its failure mode is electrical, its
  relevant dimension is the contact gap rather than the running clearance, and
  a conductive particle that merely touches both sides is already a problem.
- Arguing cleanliness and torque in separate documents. Contamination drag
  only means something inside the actuator margin, and a level chosen without
  that reconciliation is a number with no acceptance criterion behind it.
- Forgetting outward transport. A bearing that meets every inbound particle
  requirement can still fail the mission by creeping lubricant onto an optic,
  and the barrier is sized by mission duration, not by the level.

## Behavior contract (gate 3)

The population law, area scaling, largest-expected-particle inversion,
clearance margin, gap grouping, contamination drag torque, actuator torque
margin, lubricant creep projection and every boundary comparison are exercised
by the gate 3 contract test:
scripts/test_q7001_mechanism_and_bearing_control.py against
scripts/q7001_mechanism_and_bearing_control_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_q7001_mechanism_and_bearing_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 →