来源信息
- 仓库
- brycewang-stanford/Auto-Empirical-Research-Skills
- 最近来源活动
- 2026年4月3日 02:07
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 3,291
- 分支
- 432
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
菜单
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills --skill latex-drawing-collection命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Route empirical-research requests through the Auto-Empirical Research Skills catalog when this whole repository is installed as one skill in Codex, CodeBuddy, Claude Code, or another IDE. Use to choose and load the right vendored AERS skill for causal inference, econometrics, replication, data acquisition, manuscript writing, peer review and referee responses, citation checking, de-AIGC editing, or full empirical-paper workflows without reading the entire repository at once.
中英双语学术降 AIGC / bilingual academic de-AIGC skill. Removes AI-generated writing signatures from empirical papers in economics, management, and the social sciences — in both English and Chinese. Covers Turnitin AI, GPTZero, Originality.ai on the English side and 知网 AMLC, 万方, 维普 on the Chinese side. Uses a six-step loop (intake → audit → claim-evidence check → differentiated rewrite → five-dimension self-score → cold-reader recheck) with two pattern libraries (22 English + 17 Chinese patterns), section-by-section strategies for empirical papers, and hard protections that keep every number, coefficient, and citation intact.
Use when a research task needs reproducible Kaggle discovery, metadata inspection, bounded public-data downloads, competition or kernel discovery, model discovery, or an explicitly approved Kaggle write/delete operation through the official CLI.
基于 SOC 职业分类
正在显示 SKILL.md
| name | latex-drawing-collection |
| description | LaTeX drawing examples for Bayesian networks, tensors, and diagrams |
| version | 1.0.0 |
| author | wentor-community |
| source | https://github.com/xinychen/awesome-latex-drawing |
| metadata | {"openclaw":{"category":"writing","subcategory":"latex","emoji":"🎨","keywords":["latex-drawing","tikz","bayesian-networks","tensor-diagrams","scientific-figures","pgfplots"]}} |
A skill providing ready-to-use LaTeX drawing examples and guidance for creating publication-quality scientific figures using TikZ, PGFPlots, and related packages. Based on awesome-latex-drawing (2K stars), this skill covers Bayesian networks, tensor decompositions, neural architectures, time series visualizations, and more.
High-quality figures are essential for effective scientific communication. While external tools like Matplotlib or Inkscape can produce figures, native LaTeX drawings offer superior integration with the document, consistent typography, vector-quality output at any resolution, and automatic style matching with the surrounding text.
This skill equips the agent with knowledge of 30+ LaTeX drawing patterns commonly used in academic publications. Each pattern includes the required packages, a description of the drawing approach, and guidance on customization for specific research contexts.
The following LaTeX packages form the foundation for scientific drawing:
TikZ (tikz)
\usepackage{tikz} and relevant libraries via \usetikzlibrary{...}PGFPlots (pgfplots)
\usepackage{pgfplots} and \pgfplotsset{compat=1.18}TikZ Libraries
arrows.meta - customizable arrowhead stylespositioning - relative node placement (above=of, right=of)fit - bounding boxes around groups of nodesmatrix - grid-based node layoutsdecorations.pathreplacing - braces, zigzag, snake decorationscalc - coordinate arithmeticbackgrounds - layered drawing with background regionsBayesian networks are among the most common diagrams in probabilistic modeling papers:
Node Styles
Construction Approach
Common Patterns
For linear algebra and tensor decomposition papers:
Tensor Representations
Decomposition Visualizations
For deep learning and machine learning papers:
Layer Representations
Architecture Patterns
For data analysis and forecasting papers:
Time Series Elements
Spatiotemporal Grids
When adapting templates for specific publications:
This skill supports the Research-Claw writing workflow:
\footnotesize or \scriptsize for labels inside dense diagrams\includegraphics