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

E1012 Bg Basis

ASecurity

Use when define the sensor-background assessment basis for a space instrument under ECSS-E-ST-10-12C §10.1–10.3: identify the relevant natural radiation environments for the target orbit (trapped electrons and protons, galactic cosmic rays, solar energetic particles, albedo neutrons), map the instrument to a sensor-technology family from the standard's Table 10-1 taxonomy (silicon semiconductor, scintillator, proportional counter, solid-state germanium, CdTe/CdZnTe, neutron detector, microcha...

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

Works with

claude codemcp

Security Analysis

A100/100

Scanned 9/27/2026

Install to Claude Code

$npx -y skills add ashfordeOU/aero-agent-skills --skill e1012-bg-basis --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1012 Bg Basis?

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

Security grade badge for E1012 Bg Basis
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1012-bg-basis/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1012-bg-basis)

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

Download with Pro
Files
SKILL.md
---
name: e1012-bg-basis
description: "Use when define the sensor-background assessment basis for a space instrument under ECSS-E-ST-10-12C §10.1–10.3: identify the relevant natural radiation environments for the target orbit (trapped electrons and protons, galactic cosmic rays, solar energetic particles, albedo neutrons), map the instrument to a sensor-technology family from the standard's Table 10-1 taxonomy (silicon semiconductor, scintillator, proportional counter, solid-state germanium, CdTe/CdZnTe, neutron detector, microchannel plate), and confirm both inputs are on record before proceeding to quantitative background calculations. This leaf sets the mandatory prerequisite inputs for all downstream §10 background-flux and response calculations. Trigger: ecss, e-st-10-system-scope, background, sensor-background, radiation-environment, instrument-technology, space-instrument, background-basis."
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-10-system-scope, background, sensor-background, radiation-environment, instrument-technology, space-instrument, background-basis]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Space Environment — Sensor Background Assessment Basis (space-systems/ecss/e1012-bg-basis)

Use when the task is to define and confirm the sensor-background assessment
basis under ECSS-E-ST-10-12C §10.1–10.3 — selecting the relevant radiation
environments for a target orbit and mapping the instrument to a sensor-technology
family before any background-flux calculation proceeds.

## Domain quick reference

- §10.1 defines "sensor background" as the signal generated in the detector by
  the ambient space radiation environment, distinct from the scientific-target
  signal. Every instrument sensitive to electromagnetic or particle radiation
  carries a background contribution that must be characterized before the
  observation programme is planned.
- §10.2 lists the relevant environments that contribute to sensor background:
  trapped electrons and trapped protons from the Earth's radiation belts (inner
  and outer zones), galactic cosmic rays (GCR), solar energetic particles (SEP)
  during active-sun periods, and albedo neutrons (relevant for LEO instruments
  with downward-facing detectors). The applicable subset is orbit-dependent:
  LEO draws from all five sources; GEO is dominated by outer-belt electrons plus
  SEP and GCR; deep-space orbits see only GCR.
- §10.3 and Table 10-1 group instrument technologies into seven sensor families,
  each with a characteristic background-response mechanism: silicon semiconductor
  (photodiode, CCD, CMOS APS) — charge deposition by ionizing particles;
  scintillator (NaI, CsI, BGO, LaBr₃) — scintillation light from particle
  interactions; proportional counter (Xe, Ar, P10 fill) — gas ionization;
  solid-state germanium (HPGe, LEGe) — direct ionization with high spectral
  resolution; CdTe/CdZnTe — direct ionization in compound semiconductor; neutron
  detector (He-3 tube, Li-glass, BF₃) — nuclear reactions; microchannel plate
  (MCP) — direct particle hits and secondary emission. Selecting the wrong family
  misdirects the downstream response model.

## Workflow

1. Confirm the target orbit type from the mission profile (LEO, MEO, HEO, GEO,
   INTERPLANETARY, DEEP_SPACE). Reject an orbit label not on the §10.2 list
   and request a corrected value before proceeding.
2. Retrieve the relevant-environment list for that orbit type from the §10.2
   mapping. Record every environment on the list; none may be silently dropped.
3. Confirm the instrument technology from the instrument data sheet or ICD. Map
   it to one of the seven Table 10-1 sensor families. Reject a technology label
   with no match in the taxonomy before proceeding.
4. Record the sensor-family key alongside its background-response mechanism and
   applicable energy range. These become the input parameters for downstream §10
   background-flux calculations.
5. Verify that the assessment-basis record is complete: orbit type, environment
   list (at least one entry), sensor-family key, and response mechanism — all
   four fields present. A record missing any field is incomplete and must not
   proceed to the quantitative calculation stage.
6. Log the completed basis record. The record anchors every downstream
   background-flux and dose calculation for this instrument; if orbit or
   technology changes during the programme, repeat steps 1–5.

## Pitfalls

- Carrying forward an orbit-type label from an earlier mission phase without
  rechecking: a delta-V manoeuvre or mission redesign can shift the orbit from
  LEO to MEO, adding inner-belt protons to the environment list. Re-verify the
  orbit type at every phase boundary.
- Treating the sensor-family selection as advisory: using the wrong family key
  (e.g., mapping a scintillator to silicon-semiconductor) propagates a wrong
  response model through all downstream calculations. The technology-mapping step
  must be explicit and on record.
- Accepting "generic" or "TBD" as an orbit type: the standard requires a specific
  orbit label to select the correct environment subset. A generic label produces
  an underdetermined environment list and makes the basis record non-assessable.
- Omitting albedo neutrons for a downward-facing LEO detector: §10.2 includes
  albedo neutrons as a relevant LEO environment; instruments with geometrical
  sensitivity toward nadir must include this source.

## Behavior contract (gate 3)

The orbit-lookup, technology-mapping, and basis-completeness logic is exercised
by the gate 3 contract test: scripts/test_e1012_bg_basis.py against
scripts/e1012_bg_basis_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e1012_bg_basis.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 →