بنقرة واحدة
vr-make-figures
Analyzes experiment results and generates publication-quality figures for papers using matplotlib.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Analyzes experiment results and generates publication-quality figures for papers using matplotlib.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Analyzes existing experiment results and designs/executes ablation experiments to verify the contribution of each component.
Skill for writing English text that reads as naturally human-authored, and for reviewing existing English text to detect and fix AI writing tells. Use this skill whenever the user asks to "write naturally", "remove AI tone", "make it sound human", "avoid AI tells", "de-AI", "humanize", "anti-AI writing", "sound less like ChatGPT", or any variation implying they want text free of detectable AI patterns. Also trigger when the user asks to review or edit text for AI-sounding patterns, or when they paste text and ask "does this sound like AI?" Even if the user simply says "write me a blog post" or "write an essay" without explicitly mentioning AI — if this skill is available, apply its principles by default to produce more natural prose.
Brainstorm research ideas and formulate research hypotheses. When a user presents a research topic or area of interest, explore related ideas.
Create a detailed experiment plan for a selected research idea. Define experiment variables, metrics, baselines, and datasets.
Deep literature review with multi-stage search, citation graph traversal, and full-text analysis. Uses Semantic Scholar API, arXiv HTML reading, and snowball search to produce comprehensive research landscape analysis.
Critically reviews a written paper from the perspective of a top-venue reviewer, providing strengths/weaknesses analysis and improvement suggestions.
| name | vr-make-figures |
| description | Analyzes experiment results and generates publication-quality figures for papers using matplotlib. |
| user-invocable | true |
| argument-hint | ["experiment-directory"] |
Analyzes experiment results and generates publication-quality figures.
$ARGUMENTS - Experiment directory path (result files must exist under results/)
$ARGUMENTS/results/raw_results.json$ARGUMENTS/results/summary_stats.json$ARGUMENTS/config.yaml$ARGUMENTS/plan.mdSelect appropriate visualization types for the experiment results:
Create $ARGUMENTS/analysis.py.
Figure style rules (see @scripts/plot_style.py):
python $ARGUMENTS/analysis.py
$ARGUMENTS/
├── results/
│ ├── raw_results.json
│ ├── summary_stats.json
│ └── statistical_tests.json # Statistical test results
├── analysis.py # Analysis and visualization code
└── figures/
├── fig1_main_results.pdf # Main results
├── fig1_main_results.png
├── fig2_*.pdf # Additional figures
├── fig2_*.png
├── table1_results.tex # LaTeX table
└── figure_descriptions.md # Captions/descriptions for each figure
# Figure Descriptions
## Figure 1: [Title]
- **File**: fig1_main_results.pdf
- **Type**: [bar chart / line plot / ...]
- **Description**: [What this figure shows]
- **Key Findings**: [Summary of key results]
- **Caption Draft**: [Caption for use in the paper]
## Table 1: [Title]
- **File**: table1_results.tex
- **Description**: [Contents of the table]
- **Caption Draft**: [Caption for use in the paper]
/vr-write-paper $ARGUMENTS