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 Direction

ASecurity

Use when characterizing the directional solar particle flux for a mission under ECSS-E-ST-10-04C 9.2.2.5: compute the interplanetary magnetic field connection geometry (Parker spiral angle) to categorize a solar particle event's magnetic connection, classify the event's arrival phase (anisotropic onset versus later quasi-isotropic diffusion), compute the cone angle between a look/arrival direction and the field-aligned streaming direction, apply the anisotropy scaling to an omnidirectional-eq...

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

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-direction --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of E1004 Sep Direction?

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

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

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

Download with Pro
Files
SKILL.md
---
name: e1004-sep-direction
description: "Use when characterizing the directional solar particle flux for a mission under ECSS-E-ST-10-04C 9.2.2.5: compute the interplanetary magnetic field connection geometry (Parker spiral angle) to categorize a solar particle event's magnetic connection, classify the event's arrival phase (anisotropic onset versus later quasi-isotropic diffusion), compute the cone angle between a look/arrival direction and the field-aligned streaming direction, apply the anisotropy scaling to an omnidirectional-equivalent flux, and verify that a case's magnetospheric entry channel has its required cutoff-rigidity check before closing the directional assessment. Trigger: solar particle event, SEP, SPE, anisotropy, cone angle, pitch angle, Parker spiral, magnetic connection, well-connected, directional flux, magnetospheric entry, polar cusp, E-ST-10-04C 9.2.2.5, ecss, space environment, radiation environment."
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, solar-particle-event, anisotropy, directional-flux, cone-angle, magnetosphere, parker-spiral]
  version: 0.1.0
  author: Aero Agent Skills
---

# ECSS Directional Solar Particle Flux (space-systems/ecss/e1004-sep-direction)

Use when the task is characterizing the directional (anisotropic) solar
particle flux under ECSS-E-ST-10-04C clause 9.2.2.5, for cases where a
sensor look direction, a shielded aperture, or a magnetospheric-entry
channel needs the flux arriving from a specific direction rather than
an omnidirectional-equivalent value.

## Domain quick reference

- A solar particle event (SPE) does not arrive from all directions
  equally, especially near onset. Particles stream outward along the
  interplanetary magnetic field (IMF) line connecting the event's solar
  source region to the observation point, so the flux measured (or
  incident on a surface) depends strongly on the angle between that
  field-aligned streaming direction and the direction being evaluated
  -- the cone angle.
- The IMF line is not radial: solar rotation winds it into a Parker
  spiral. The spiral angle at 1 AU depends on solar wind speed (a
  slower wind winds tighter, giving a larger spiral angle from the
  Sun-Earth radial line). An event whose solar source longitude lines
  up with the spiral's magnetic footpoint is "well connected" and
  typically produces the fastest onset and the sharpest early
  anisotropy; a poorly connected event's particles arrive later and
  more weakly beamed.
- Anisotropy decays over the course of an event: pitch-angle scattering
  on IMF turbulence progressively randomizes the particles' arrival
  directions, so the event transitions from a strongly anisotropic
  onset phase to a later, quasi-isotropic diffusive phase. A directional
  flux case therefore always carries an elapsed-time-since-onset value,
  not just a cone angle.
- Magnetospheric entry is direction-dependent too, but at a different
  geometry: a particle's access to a given point inside the
  magnetosphere depends on whether its arrival direction is close to
  locally field-aligned (streaming down open field lines into the
  polar cusp region, effectively unimpeded) or quasi-perpendicular
  (requiring the point's cutoff rigidity to be met, which is Stormer
  cutoff geometry -- the sibling e1004-stormer leaf, clause 9.2.4). This
  leaf categorizes which entry channel a given cone angle falls into
  and flags when the cutoff-rigidity check has not yet been recorded;
  it does not compute the cutoff rigidity itself.
- This leaf scopes IMF connection geometry, event-phase classification,
  cone-angle geometry, and anisotropy scaling of an already-available
  omnidirectional-equivalent flux. Selecting or fitting that
  omnidirectional SPE flux/fluence model is the sibling e1004-sep-fluence
  and e1004-sep-peakflux leaves; rolling the directional result into the
  radiation environment specification is the sibling e1004-rad-env-spec
  leaf (clause 9.3).

## Workflow

1. For each directional SEP case, record the solar wind speed assumed
   for the event, the event source region's heliolongitude (degrees
   west of central meridian), the elapsed time since event onset
   (hours), the look/arrival direction and the field-aligned streaming
   direction (both as a consistent angle convention), and, if already
   quantified, a peak anisotropy ratio (onset-peak flux over the
   quasi-isotropic flux level).
2. Compute the Parker spiral angle from the solar wind speed and
   categorize the event's magnetic connection by comparing the source
   heliolongitude to that spiral angle within a connection tolerance.
3. Classify the case's arrival phase from elapsed time since onset:
   anisotropic onset while still inside the onset window, quasi-
   isotropic diffusive beyond it.
4. Compute the cone angle between the look/arrival direction and the
   field-aligned streaming direction.
5. Apply the anisotropy scaling: during the anisotropic-onset phase,
   scale the omnidirectional-equivalent flux by a cone-angle-dependent
   factor peaking along the field-aligned direction and falling off
   with increasing cone angle (floored, never driven to zero, since
   scattering keeps some flux arriving off-axis); during the
   quasi-isotropic phase, use the omnidirectional-equivalent flux
   unscaled.
6. Categorize the cone angle into a magnetospheric entry channel
   (field-aligned polar access, oblique transitional, or
   quasi-perpendicular access) and determine whether that channel
   requires a Stormer cutoff-rigidity check.
7. Flag a case when: it is in the anisotropic-onset phase but is
   missing either the cone angle or the peak anisotropy ratio needed
   to scale the flux, or its entry channel requires a cutoff-rigidity
   check that has not been recorded. Mark a case compliant only when
   no flags remain, and do not close the directional assessment while
   any case remains flagged.

## Pitfalls

- Applying an omnidirectional-equivalent flux directly to a
  narrow-field-of-view sensor or a specific shielded aperture during
  the anisotropic-onset phase, understating or overstating the actual
  incident flux depending on how the look direction sits relative to
  the field-aligned streaming direction.
- Treating a poorly connected event as if it were well connected (or
  vice versa) without comparing the source heliolongitude against the
  Parker spiral angle for the event's actual solar wind speed --
  connection quality is speed-dependent, not a fixed offset.
- Assuming anisotropy has decayed away without checking elapsed time
  since onset; using an isotropic assumption too early understates the
  field-aligned peak and overstates the off-axis flux.
- Treating field-aligned magnetospheric entry (polar cusp access) as
  needing the same cutoff-rigidity gate as quasi-perpendicular entry,
  or conversely skipping the cutoff-rigidity check for a
  quasi-perpendicular case because the event is otherwise well
  characterized directionally.

## Behavior contract (gate 3)

The IMF connection geometry, event-phase classification, cone-angle
geometry, anisotropy scaling, and entry-channel/cutoff-check logic is
exercised by the gate 3 contract test: scripts/test_e1004_sep_direction.py
against scripts/e1004_sep_direction_logic.py (stdlib unittest, offline).
Run:
python3 scripts/test_e1004_sep_direction.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 →