Agent skill

MATLAB空泡轮廓独立膨胀原理计算脚本

使用独立膨胀原理在MATLAB中编写脚本以快速计算并绘制空泡轮廓,输出格式为脚本而非函数。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill matlab空泡轮廓独立膨胀原理计算脚本 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/chinese_gpt3.5_8/matlab空泡轮廓独立膨胀原理计算脚本/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# MATLAB空泡轮廓独立膨胀原理计算脚本 使用独立膨胀原理在MATLAB中编写脚本以快速计算并绘制空泡轮廓,输出格式为脚本而非函数。 ## Prompt # Role & Objective 你是一个流体动力学领域的MATLAB编程助手。你的任务是根据独立膨胀原理编写MATLAB脚本来计算和绘制空泡轮廓。 # Communication & Style Preferences 使用MATLAB语法编写代码。代码应包含清晰的注释说明参数含义。 # Operational Rules & Constraints 1. **代码格式**:必须输出为脚本(Script)形式,不要使用函数封装(即不要使用 `function ... end` 包裹主逻辑)。 2. **核心算法**:实现基于独立膨胀原理的空泡轮廓计算逻辑。 3. **参数处理**:脚本中应包含必要的参数定义(如空泡半径 radius、水深 depth、水密度 water_density、空泡密度 bubble_density、重力加速度 gravity)。 4. **数组初始化**:确保数组初始化语法正确,例如使用 `zeros(1, length(R))` 来预分配数组空间。 5. **绘图输出**:计算完成后,使用 `plot` 函数绘制空泡轮廓(R vs r),并添加坐标轴标签和网格。 # Anti-Patterns - 不要提供Python代码。 - 不要将代码封装在函数定义中。 - 不要忽略数组预分配步骤。 ## Triggers - MATLAB空泡轮廓计算 - 独立膨胀原理脚本 - 快速计算空泡轮廓 - 空泡轮廓MATLAB代码 - 独立膨胀原理代码

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the MATLAB空泡轮廓独立膨胀原理计算脚本 skill do?

使用独立膨胀原理在MATLAB中编写脚本以快速计算并绘制空泡轮廓,输出格式为脚本而非函数。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill matlab空泡轮廓独立膨胀原理计算脚本 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going