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

Axial Compressor Stage

ASecurity

Use when you must analyze a single axial compressor stage: compute the specific work, the flow coefficient, the work coefficient, the degree of reaction, and the stage pressure ratio from the blade speed, the axial velocity, the absolute flow angles, and the relative flow angles. Produces the velocity-triangle performance parameters in SI units that gate the compressor stage assessment in the FAR-33 engine design context. Trigger: axial compressor, velocity triangle, degree of reaction, flow ...

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

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 axial-compressor-stage --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Axial Compressor Stage?

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

Security grade badge for Axial Compressor Stage
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ashfordeou-axial-compressor-stage/badge)](https://www.skillsdirectory.com/skills/ashfordeou-axial-compressor-stage)

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

Download with Pro
Files
SKILL.md
---
name: axial-compressor-stage
description: "Use when you must analyze a single axial compressor stage: compute the specific work, the flow coefficient, the work coefficient, the degree of reaction, and the stage pressure ratio from the blade speed, the axial velocity, the absolute flow angles, and the relative flow angles. Produces the velocity-triangle performance parameters in SI units that gate the compressor stage assessment in the FAR-33 engine design context. Trigger: axial compressor, velocity triangle, degree of reaction, flow coefficient, work coefficient, blade speed, stage pressure ratio, rotor, stator."
license: Apache-2.0
compliance: STANDARDS-REF
standards:
  - id: far-33
    reference-only: true
gated: false
domain: propulsion
pack: propulsion
compatibility: "agentskills.io SKILL.md; any SKILL.md host (Claude Code, Hermes, OpenClaw)"
metadata:
  domain: propulsion
  subdomain: axial-compressor
  tags: [axial-compressor, velocity-triangle, degree-of-reaction, flow-coefficient, work-coefficient, blade-speed, axial-velocity, compressor-stage]
  version: 0.1.0
  author: Aero Agent Skills
---

# Axial Compressor Stage (propulsion/axial-compressor/axial-compressor-stage)

Use when the task is single axial compressor stage velocity-triangle
analysis: specific work, flow coefficient, work coefficient, degree of
reaction, and stage pressure ratio from the blade speed, axial
velocity, and flow angles.

## Domain quick reference

- Dixon convention: flow angles measured from the axial direction,
  all angles in RADIANS. Absolute angle alpha, relative angle beta.
- tan(beta) = u/ca - tan(alpha) at the same axial station; beta1,
  beta2 are the relative angles at rotor inlet and outlet.
- Specific work w = u*ca*(tan(alpha2) - tan(alpha1)) in J/kg.
  Positive for a compressing stage (alpha2 > alpha1).
- Flow coefficient phi = ca/u, dimensionless.
- Work coefficient psi = w/u**2, dimensionless.
- Degree of reaction r = ca/(2*u)*(tan(beta1) - tan(beta2)),
  dimensionless; 0.5 is a symmetric 50% reaction stage.
- Stage pressure ratio pi = (1 + eta*w/(cp*t01))**(gamma/(gamma-1)),
  dimensionless; t01 stagnation inlet temperature in K.
- Units: u, ca in m/s; angles in rad; w in J/kg; t01 in K; cp in
  J/(kg K); eta, phi, psi, r, pi dimensionless.
- Air-standard defaults: eta = 0.9, cp = 1005 J/(kg K), gamma = 1.4.

## Workflow

1. Fix the design point: blade speed u, axial velocity ca, stagnation
   inlet temperature t01.
2. Set the absolute flow angles alpha1, alpha2; derive beta1, beta2
   from tan(beta) = u/ca - tan(alpha).
3. Compute the specific work with specific_work.
4. Compute the dimensionless loading with flow_coefficient and
   work_coefficient.
5. Compute the degree of reaction with degree_of_reaction.
6. Compute the stage pressure ratio with stage_pressure_ratio.
7. Assemble the full assessment with stage_properties and gate the
   stage design review on it.

## Pitfalls

- Degrees instead of radians: entering 45 for alpha2 instead of
  pi/4 changes the tangent and the work by a large factor; convert
  first.
- Angles from the tangential direction: this convention flips the
  tan terms and the sign of the work; keep angles from axial.
- Confusing alpha with beta: alpha is the absolute flow angle, beta
  the relative one; passing beta into specific_work double-counts
  the blade speed.
- Non-physical inputs: u <= 0, ca <= 0, or t01 <= 0 raise ValueError;
  do not catch and continue, the numbers are meaningless.
- Sign of work: alpha2 < alpha1 extracts work (turbine sense); a
  pressure ratio below 1 means the stage is not compressing.

## Behavior contract (gate 3)

The velocity-triangle logic is exercised by the gate 3 contract test:
scripts/test_axial_compressor_stage.py against
scripts/axial_compressor_stage_logic.py (stdlib unittest, offline).
Run:
python3 scripts/test_axial_compressor_stage.py

## Compliance

- Standards referenced, not reproduced: FAR-33 is US government work
  (public domain) and covers engine type certification, not stage
  analysis methods; the velocity-triangle relations are common
  turbomachinery methodology, summary-only 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 →