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

E1004 Sep Peakflux

ASecurity

Use when you must compute solar energetic particle (SEP) peak proton fluxes with JPL-type worst-case models for single event effect (SEE) worst-case analyses per ECSS-E-ST-10-04C: confirm the analysis purpose actually needs a peak-flux (not fluence) model, pick the standard proton energy channel that covers the device's SEE sensitivity threshold, compute the worst-case integral peak flux at the chosen confidence level, and check the worst-case window is a short high-intensity period rather th...

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

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 e1004-sep-peakflux --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1004 Sep Peakflux?

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

Security grade badge for E1004 Sep Peakflux
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-e1004-sep-peakflux/badge)](https://www.skillsdirectory.com/skills/ashfordeou-e1004-sep-peakflux)

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

Download with Pro
Files
SKILL.md
---
name: e1004-sep-peakflux
description: "Use when you must compute solar energetic particle (SEP) peak proton fluxes with JPL-type worst-case models for single event effect (SEE) worst-case analyses per ECSS-E-ST-10-04C: confirm the analysis purpose actually needs a peak-flux (not fluence) model, pick the standard proton energy channel that covers the device's SEE sensitivity threshold, compute the worst-case integral peak flux at the chosen confidence level, and check the worst-case window is a short high-intensity period rather than a mission-duration integration. Produces the peak-flux applicability verdict, the selected energy channel, the computed peak flux, and the worst-case window classification. Trigger: sep peak flux, solar particle peak flux, jpl model, see worst case, single event effect worst case, proton peak flux, e-st-10-04c 9.2.2.3."
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-04c, sep, peak-flux, jpl-model, see, radiation-environment]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Solar Particle Peak Flux for SEE Worst Case (space-systems/ecss/e1004-sep-peakflux)

Use when the task is ECSS-E-ST-10-04C clause 9.2.2.3 solar energetic
particle (SEP) peak-flux analysis: computing a JPL-type worst-case
peak proton flux to feed a single event effect (SEE) rate worst-case
analysis, as distinct from the mission-duration fluence analysis of
clause 9.2.2.2.

## Domain quick reference

- ECSS-E-ST-10-04C §9.2.2 splits SEP proton environment analysis into
  two distinct products: §9.2.2.2 computes mission-duration integrated
  fluence with the ESP model (for cumulative degradation and total
  dose), while §9.2.2.3 computes a short-duration worst-case peak flux
  with JPL-type models (for SEE rate worst-case analysis). The two are
  not interchangeable: SEE rates depend on the instantaneous flux
  during the worst part of an event, not the total fluence over the
  mission.
- JPL-type peak-flux models are conventionally expressed as an
  integral flux above a proton energy threshold, at a stated
  confidence level (the probability that the true worst-case peak flux
  will not be exceeded). Higher confidence levels correspond to larger
  (more conservative) peak-flux magnitudes.
- SEE worst-case analyses use standard proton energy channels chosen
  to cover the device's SEE-sensitive energy or LET threshold; the
  channel used must be at least as energetic as the device threshold.
- The peak flux is only meaningful over a short worst-case window (on
  the order of the peak period of a large event, not the whole
  mission). An analysis window stretched out to mission duration
  should instead use the §9.2.2.2 fluence model.

## Workflow

1. Confirm the analysis purpose actually calls for a peak-flux model
   with peak_flux_applicable; if the purpose is cumulative
   degradation or total dose, redirect to the e1004-sep-fluence (ESP)
   leaf instead.
2. Select the standard proton energy channel that covers the device's
   SEE-sensitive energy threshold with select_energy_channel.
3. Compute the worst-case integral peak flux at the project's stated
   confidence level with integral_peak_flux.
4. Classify the worst-case analysis window with
   worst_case_window_check; a window longer than the short-duration
   peak-flux window means the fluence model applies instead.
5. Combine steps 1-4 with peakflux_worst_case_verdict to get the
   overall applicability status, selected channel, and computed peak
   flux before handing the result to the SEE rate calculation.

## Pitfalls

- Using a peak-flux (JPL-type) result where a fluence (ESP) result was
  needed, or vice versa — they answer different questions (SEE rate
  vs. cumulative degradation).
- Selecting an energy channel below the device's actual SEE-sensitive
  threshold, understating the flux relevant to the device.
- Quoting a peak flux at one confidence level while the project's
  worst-case policy specifies another.
- Applying a peak-flux number to a mission-duration window instead of
  the short worst-case period it represents.

## Behavior contract (gate 3)

The applicability, channel-selection, peak-flux, and window-check
logic is exercised by the gate 3 contract test:
scripts/test_e1004_sep_peakflux.py against
scripts/e1004_sep_peakflux_logic.py (stdlib unittest, offline). Run:
python3 scripts/test_e1004_sep_peakflux.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 →