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

Static Stability Flight Test

ASecurity

Use when the task is static stability flight testing, trim curve reduction, neutral point location, or static margin estimation. Evaluate the static stability flight test results: fit the trim curve to the elevator angle versus speed points, derive the trim curve slope, locate the stick fixed neutral point from the slope, estimate the static margin, and assess the elevator angle per g from the incremental elevator angle per load factor step. Produces the trim curve fit, the slope, the stick f...

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

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 static-stability-flight-test --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Static Stability Flight Test?

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

Security grade badge for Static Stability Flight Test
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-static-stability-flight-test/badge)](https://www.skillsdirectory.com/skills/ashfordeou-static-stability-flight-test)

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

Download with Pro
Files
SKILL.md
---
name: static-stability-flight-test
description: "Use when the task is static stability flight testing, trim curve reduction, neutral point location, or static margin estimation. Evaluate the static stability flight test results: fit the trim curve to the elevator angle versus speed points, derive the trim curve slope, locate the stick fixed neutral point from the slope, estimate the static margin, and assess the elevator angle per g from the incremental elevator angle per load factor step. Produces the trim curve fit, the slope, the stick fixed neutral point, the static margin, and the stability verdict that gate the static stability demonstration. Trigger: static stability, trim curve, elevator angle, stick fixed, neutral point, static margin, elevator angle per g."
license: Apache-2.0
compliance: STANDARDS-REF
standards:
  - id: far-25
    reference-only: true
  - id: cs-25
    reference-only: true
gated: false
domain: flight-test-operations
pack: flight-test-operations
compatibility: "agentskills.io SKILL.md; any SKILL.md host (Claude Code, Hermes, OpenClaw)"
metadata:
  domain: flight-test-operations
  subdomain: stability
  tags: [static-stability, trim-curve, elevator-angle, neutral-point, static-margin, stick-fixed, stick-free, elevator-angle-per-g, flight-test]
  version: 0.1.0
  author: Aero Agent Skills
---

# Static Stability Flight Test (flight-test-operations/stability/static-stability-flight-test)

Use when the task is a static stability flight test: trim curve
reduction from pitch control position versus speed, neutral point
location, and static margin assessment.

## Domain quick reference

- The trim curve is the elevator angle (pitch control position)
  needed to hold steady level trim at each test speed. Each speed V
  converts to a lift coefficient CL = 2 W / (rho V^2 S), so the test
  points become elevator angle versus CL.
- The trim curve slope b = d(delta_e)/dCL comes from a least squares
  fit delta_e = a + b CL. A negative slope is the signature of a
  statically stable aircraft: less up elevator is needed as speed
  increases.
- Stick fixed neutral point from the slope, the cg position h, and
  the elevator control power Cm_delta_e (per radian):
  h_n = h + b Cm_delta_e (pi/180), with static margin SM = h_n - h. A
  positive margin is stable, a negative margin is unstable (flag),
  and zero is neutral.
- Stick free neutral point shifts forward of the stick fixed value by
  (Cm_delta_e Ch_alpha) / (CL_alpha Ch_delta_e) from the free
  elevator hinge model (Ch_alpha and Ch_delta_e are the hinge moment
  derivatives, CL_alpha the lift curve slope, all per radian).
- Elevator angle per g: d(delta_e)/dn = (180/pi) CL SM / Cm_delta_e
  in degrees per g. A stable aircraft shows trailing-edge-up elevator
  movement with increasing load factor (negative value), reported as
  its magnitude.

## Workflow

1. Collect the trimmed elevator angle at each steady level speed.
2. Convert the speeds to lift coefficients with lift_coefficients.
3. Fit the trim curve with trim_curve_fit (slope, intercept, R^2).
4. Locate the stick fixed neutral point and static margin with
   stick_fixed_neutral_point; flag an unstable slope.
5. With hinge moment data, find the stick free neutral point with
   stick_free_neutral_point.
6. Assess the elevator angle per g with elevator_angle_per_g.
7. Chain everything with static_stability_report for the final
   stability verdict.

## Pitfalls

- Fitting elevator angle versus speed directly and reading the sign:
  convert to lift coefficient first; the slope convention
  b = d(delta_e)/dCL only holds after the conversion.
- Mixing units: Cm_delta_e and the hinge derivatives are per radian
  while the measured elevator angle is in degrees; the module
  converts with (pi/180).
- Forgetting the stick free shift: the free elevator neutral point is
  forward of the stick fixed value, so the stick free static margin
  is smaller.
- Treating the practice bands as regulation text: the numbers here
  are typical flight test practice; the certification criteria in the
  cited standards take precedence.

## Behavior contract (gate 3)

The static stability logic is exercised by the gate 3 contract test:
scripts/test_static_stability_flight_test.py against
scripts/static_stability_flight_test_logic.py (stdlib unittest,
offline). Run:
python3 scripts/test_static_stability_flight_test.py

## Compliance

- The trim curve reduction, the neutral point relations, and the
  elevator angle per g are common flight test methodology,
  paraphrased here. FAR-25 and CS-25 are cited as reference only for
  the stability demonstration context; no proprietary or copyrighted
  text is reproduced.
- 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 →