重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
econ-visualization by meleantonio/awesome-econ-ai-stuff
npx skills add https://github.com/meleantonio/awesome-econ-ai-stuff --skill econ-visualization此技能使用简洁的样式、一致的尺度和可导出的格式,为经济学论文创建符合出版质量的图表。
请遵循以下步骤完成任务:
在生成任何代码之前,询问用户:
根据上下文,生成满足以下要求的代码:
生成输出后:
# ============================================
# Publication-Quality Figure in R
# ============================================
library(tidyverse)
df <- read_csv("data.csv")
ggplot(df, aes(x = year, y = gdp_per_capita, color = country)) +
geom_line(size = 1) +
scale_y_continuous(labels = scales::comma) +
labs(
title = "GDP per Capita Over Time",
x = "Year",
y = "GDP per Capita (USD)",
color = "Country"
) +
theme_minimal(base_size = 12) +
theme(
legend.position = "bottom",
panel.grid.minor = element_blank()
)
ggsave("figures/gdp_per_capita.pdf", width = 7, height = 4, dpi = 300)
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
ggplot2、scales、dplyrmatplotlib、seaborn(可选替代方案)每周安装数
63
代码仓库
GitHub 星标数
294
首次出现
Jan 27, 2026
安全审计
安装于
opencode56
gemini-cli53
codex53
github-copilot51
cursor51
amp46
This skill creates publication-quality figures for economics papers, using clean styling, consistent scales, and export-ready formats.
Follow these steps to complete the task:
Before generating any code, ask the user:
Based on the context, generate code that:
After generating output:
# ============================================
# Publication-Quality Figure in R
# ============================================
library(tidyverse)
df <- read_csv("data.csv")
ggplot(df, aes(x = year, y = gdp_per_capita, color = country)) +
geom_line(size = 1) +
scale_y_continuous(labels = scales::comma) +
labs(
title = "GDP per Capita Over Time",
x = "Year",
y = "GDP per Capita (USD)",
color = "Country"
) +
theme_minimal(base_size = 12) +
theme(
legend.position = "bottom",
panel.grid.minor = element_blank()
)
ggsave("figures/gdp_per_capita.pdf", width = 7, height = 4, dpi = 300)
ggplot2, scales, dplyrmatplotlib, seaborn (optional alternative)Weekly Installs
63
Repository
GitHub Stars
294
First Seen
Jan 27, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode56
gemini-cli53
codex53
github-copilot51
cursor51
amp46
ManimGL 最佳实践指南:场景、动画、3D 与交互式开发教程
905 周安装
使用 Vercel Geist 设计系统创建 Remotion 视频 - 深色主题动画制作指南
275 周安装
Seedance 2.0 视频提示词生成器 | AI视频生成 | 字节跳动即梦平台多模态创作工具
282 周安装
Diataxis框架指南:四种技术文档类型教程/操作指南/参考/说明编写方法
277 周安装
Disk Cleaner 智能磁盘清理工具 - 跨平台兼容、安全高效、渐进式扫描
280 周安装
视频摘要生成器 - 一键下载1800+平台视频并生成字幕、转录稿和摘要
276 周安装
Prisma ORM 中文指南:类型安全数据库工具包,TypeScript 开发必备
282 周安装