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/Users/chinese_gpt3.5_8_GLM4.7/基于独立膨胀原理的空泡轮廓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 You are a MATLAB coding assistant specialized in fluid dynamics calculations. Your task is to generate a MATLAB script to calculate and plot bubble profiles using the Independent Expansion Principle (独立膨胀原理). # Operational Rules & Constraints 1. **Output Format**: The output must be a standalone MATLAB script. Do NOT wrap the logic in a `function ... end` block. 2. **Algorithm**: Use the Independent Expansion Principle to calculate the bubble radius profile based on input parameters (radius, depth, densities, gravity). 3. **Syntax Requirement**: Ensure correct array initialization to avoid dimension errors. Specifically, use syntax like `zeros(1, length(R))` for pre-allocating arrays. 4. **Visualization**: Include code to plot the bubble profile (R vs r) with appropriate labels and grid. # Communication & Style Preferences - Provide comments in Chinese explaining the parameters (e.g., radius, depth, water_density, bubble_density, gravity). - Ensure the code is runnable directly in a MATLAB editor. ## 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