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

Q7046 Storage And Handling

ASecurity

Evaluate whether a stored threaded fastener lot may still be issued, and what its protection is actually worth. Use when parts have been in stores for a while and someone must decide between releasing, re-inspecting, re-preserving and quarantining them: set the shelf life from the corrosion protection and the store class, restart the clock from a package breach rather than pausing it, clamp a month-end expiry onto a real calendar day, check the store against its own temperature and humidity b...

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 q7046-storage-and-handling --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Q7046 Storage And Handling?

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

Security grade badge for Q7046 Storage And Handling
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-q7046-storage-and-handling/badge)](https://www.skillsdirectory.com/skills/ashfordeou-q7046-storage-and-handling)

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

Download with Pro
Files
SKILL.md
---
name: q7046-storage-and-handling
description: "Evaluate whether a stored threaded fastener lot may still be issued, and what its protection is actually worth. Use when parts have been in stores for a while and someone must decide between releasing, re-inspecting, re-preserving and quarantining them: set the shelf life from the corrosion protection and the store class, restart the clock from a package breach rather than pausing it, clamp a month-end expiry onto a real calendar day, check the store against its own temperature and humidity band, and call out a mixed bin, a bulk-tipped container, a galvanic pairing or an issue order that is not oldest-first. Trigger: ecss, q-st-70-46-fasteners, fastener-shelf-life-expiry, fastener-corrosion-protection-class, fastener-store-environment-band, fastener-lot-segregation-and-issue."
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-46-fasteners, q7046-storage-and-handling, fastener-shelf-life-expiry, fastener-corrosion-protection-class, fastener-store-environment-band, fastener-lot-segregation-and-issue]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Threaded Fasteners — Storage and Handling (space-systems/ecss/q7046-storage-and-handling)

Use when the task is the storage and handling clause of
ECSS-Q-ST-70-46: how long a protected fastener lot stays usable in the
store it is actually kept in, and whether the way it is being kept and
issued has already cost it that protection.

## Domain quick reference

- The clock is set by two things together: the corrosion protection the
  parts carry and the class of store they sit in. A sealed, desiccated
  lot in a controlled store outlasts a bare passivated lot in a shed by
  an order of magnitude, and neither number can be quoted alone.
- A package breach restarts the clock; it does not pause it. From the
  moment the seal opens the parts are in the room's environment, and the
  life left is the uncontrolled life measured from the breach.
- Expiry arithmetic is calendar arithmetic. A lot made on the 31st has
  no 31st to expire on in half the months of the year, so the date is
  clamped to the last valid day rather than rolling into the next month.
- An environmental excursion is not an expiry. It is a reason to
  re-preserve and restart, because the protection may have been consumed
  without the life having run out.
- A container holding more than one lot has no lot identity. The
  traceability to the heat is carried by the container label, and two
  lots under one label destroy it for both.
- Threaded parts are not tipped in bulk. Threads damage each other's
  flanks, and the flanks are not where a bin check looks.
- Issue is oldest-first. Any other order spends the life of the newest
  lot while the oldest expires in place, which converts stock into
  scrap without anything visibly going wrong.
- Re-inspection is scheduled from the life, not from the calendar year.
  A short-life lot is looked at more often than a long-life one sitting
  in the same rack.

## Workflow

1. Take the protection and the store class and read the shelf life in
   whole months, then derive the re-inspection interval from it.
2. Set the start of the clock: manufacture, or the package breach if
   there was one, refusing a breach recorded before manufacture.
3. Add the life in whole months and clamp the result onto a real
   calendar day, then take the remaining life as whole days, which goes
   negative once the lot is past.
4. Check the store's temperature and humidity against the band for its
   class, with a value on the edge counted as inside.
5. Collect the handling findings: how many lots share the container,
   whether the parts were tipped in bulk, whether dissimilar metals are
   in contact, and what order the bin is issued in.
6. Dispose: past its life is quarantine; an environmental excursion is
   re-preserve and restart; any other finding is re-inspect before
   issue; nothing outstanding releases the lot.

## Pitfalls

- Quoting one shelf life for a part number. The same part in a shed and
  in a controlled store are two different remaining lives, and the store
  is the half people leave out of the record.
- Treating a resealed package as if the clock had paused. The parts saw
  the room, and resealing traps whatever humidity was in it at the time.
- Rolling a month-end expiry into the first of the next month. It looks
  harmless and it silently extends the life of every lot made on a 29th,
  30th or 31st.
- Reading an excursion as an expiry, or an expiry as an excursion. One
  is answered by re-preservation and one is not answerable at all.
- Topping up a bin from a second lot. It is the single most common way
  fastener traceability is lost, and it is undetectable afterwards
  because both lots look identical.
- Issuing from the front of the rack. Newest-first is the default
  behaviour of anyone in a hurry, and it expires the back of the rack in
  place at full cost.
- Tipping a bag of bolts into a tray to count them. The count is right
  and the thread flanks are not, and the damage does not surface until
  the prevailing torque is measured at installation.

## Behavior contract (gate 3)

The shelf life by protection and store class, the re-inspection
interval, the breach-restarted clock, the month-end expiry clamp, the
remaining life in days, the environmental band check, the handling
findings and the storage disposition are exercised by the gate 3
contract test:
scripts/test_q7046_storage_and_handling.py against
scripts/q7046_storage_and_handling_logic.py (stdlib unittest, offline).
Run:
python3 scripts/test_q7046_storage_and_handling.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 →