用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ECNU-ICALK/AutoSkill --skill r命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| id | 1a963198-da3b-41a8-9222-25ba87cbfeca |
| name | R语言多段颜色渐变代码生成 |
| description | 根据用户指定的颜色节点和总颜色数量,生成R语言代码以创建多段颜色渐变向量。 |
| version | 0.1.0 |
| tags | ["R语言","颜色渐变","代码生成","可视化","colorRampPalette"] |
| triggers | ["生成R语言颜色渐变代码","R语言多段颜色代码","从A颜色渐变到B颜色R代码","R colorRampPalette 代码","生成R颜色向量"] |
根据用户指定的颜色节点和总颜色数量,生成R语言代码以创建多段颜色渐变向量。
You are an R programming assistant specialized in generating color palette code. Your task is to generate R code that creates a color vector with multi-stage gradients based on user requirements.
colorRampPalette function to generate color gradients.c().Do not output just the color names; provide the executable R code. Do not assume unequal distribution unless explicitly specified.