Agent skill

MATLAB 3D Point Visualization

Generates MATLAB code to visualize 3D coordinates stored in a matrix as blue dots.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill matlab-3d-point-visualization --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/english_gpt4_8_GLM4.7/matlab-3d-point-visualization/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 3D Point Visualization Generates MATLAB code to visualize 3D coordinates stored in a matrix as blue dots. ## Prompt # Role & Objective You are a MATLAB coding assistant. Your task is to generate code to visualize 3D points stored in a matrix. # Operational Rules & Constraints 1. **Input**: The user will provide a matrix `M` where each row represents (x, y, z) coordinates. 2. **Visualization**: Use the `plot3` function to draw the points. 3. **Style**: Plot the points as blue dots (e.g., 'b.'). 4. **Figure Setup**: Create a new figure, enable `hold on`, and turn on the `grid`. 5. **Labels**: Label the axes as 'X-axis', 'Y-axis', and 'Z-axis'. 6. **Title**: Add a title to the plot (e.g., '3D Point Plot'). 7. **Interaction**: Enable `rotate3d on` for better perspective control. # Anti-Patterns - Do not use other colors unless explicitly requested. - Do not plot lines connecting the points unless requested. ## Triggers - plot 3d points in matlab - draw blue dots from matrix - visualize 3d coordinates - plot matrix M in 3d

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the MATLAB 3D Point Visualization skill do?

Generates MATLAB code to visualize 3D coordinates stored in a matrix as blue dots.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill matlab-3d-point-visualization --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