code-exec-skills

7 code execution skills. Trigger: running code, interactive notebooks, Jupyter, Colab, sandboxed execution. Design: execution environment guides with setup instructions and best practices.

191 stars

Best use case

code-exec-skills is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

7 code execution skills. Trigger: running code, interactive notebooks, Jupyter, Colab, sandboxed execution. Design: execution environment guides with setup instructions and best practices.

Teams using code-exec-skills should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/code-exec/SKILL.md --create-dirs "https://raw.githubusercontent.com/wentorai/research-plugins/main/skills/tools/code-exec/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/code-exec/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How code-exec-skills Compares

Feature / Agentcode-exec-skillsStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

7 code execution skills. Trigger: running code, interactive notebooks, Jupyter, Colab, sandboxed execution. Design: execution environment guides with setup instructions and best practices.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Code Execution — 7 Skills

Select the skill matching the user's need, then `read` its SKILL.md.

| Skill | Description |
|-------|-------------|
| [google-colab-guide](./google-colab-guide/SKILL.md) | Run and manage Google Colab notebooks for Python and ML research |
| [jupyter-notebook-guide](./jupyter-notebook-guide/SKILL.md) | Best practices for computational research notebooks with reproducible workflows |
| [kaggle-api-guide](./kaggle-api-guide/SKILL.md) | Download datasets, manage competitions and notebooks via Kaggle API |
| [overleaf-cli-guide](./overleaf-cli-guide/SKILL.md) | Sync and manage Overleaf LaTeX projects from the command line |
| [python-reproducibility-guide](./python-reproducibility-guide/SKILL.md) | Reproducible Python environments, notebooks, and literate programming |
| [r-reproducibility-guide](./r-reproducibility-guide/SKILL.md) | Create reproducible research workflows with R and RMarkdown/Quarto |
| [sandbox-execution-guide](./sandbox-execution-guide/SKILL.md) | Secure sandboxed code execution environments for reproducible research computing |

Related Skills

polish-skills

191
from wentorai/research-plugins

9 editing & proofreading skills. Trigger: polishing drafts, academic tone, proofreading, translation. Design: style checkers and editing workflows for clear, concise academic English.

latex-skills

191
from wentorai/research-plugins

11 latex skills. Trigger: LaTeX typesetting, formatting papers, mathematical notation, Beamer. Design: template-based guides with package recommendations and compilation tips.

composition-skills

191
from wentorai/research-plugins

9 academic writing skills. Trigger: writing paper sections, structuring arguments, academic prose. Design: section-by-section guides (abstract, intro, methods, discussion) with templates.

citation-skills

191
from wentorai/research-plugins

22 citation management skills. Trigger: managing references, formatting citations, BibTeX, bibliographies. Design: reference manager integrations and citation style guides (APA, IEEE, etc.).

scraping-skills

191
from wentorai/research-plugins

6 web scraping & data collection skills. Trigger: collecting web data, finding datasets, API access for research. Design: ethical scraping methods with rate limiting and data quality checks.

ocr-translate-skills

191
from wentorai/research-plugins

7 ocr & translation skills. Trigger: scanning documents, recognizing formulas, translating academic papers. Design: specialized OCR (LaTeX, handwriting) and translation for scholarly content.

knowledge-graph-skills

191
from wentorai/research-plugins

9 knowledge graphs skills. Trigger: building knowledge graphs, connecting concepts, ontology design. Design: graph construction, traversal, and visualization for research knowledge.

document-skills

191
from wentorai/research-plugins

10 document processing skills. Trigger: extracting text from PDFs, parsing references, document Q&A. Design: parsing pipelines (GROBID, marker) and structured extraction tools.

diagram-skills

191
from wentorai/research-plugins

9 diagrams & visuals skills. Trigger: creating diagrams, flowcharts, architecture visuals, LaTeX drawings. Design: tool-specific guides (Mermaid, Excalidraw, TikZ) with academic conventions.

sandbox-execution-guide

191
from wentorai/research-plugins

Secure sandboxed code execution environments for reproducible research computing

paper-review-skills

191
from wentorai/research-plugins

8 peer review skills. Trigger: reviewing manuscripts, comparing papers, quality assessment. Design: systematic review criteria, evaluation rubrics, and automated review tools.

methodology-skills

191
from wentorai/research-plugins

12 research methodology skills. Trigger: study design, methodology selection, scientific reasoning, mentoring. Design: rigorous methods frameworks covering qualitative, quantitative, and mixed approaches.