minimal-run-and-audit

The minimal-run-and-audit skill executes specific commands for deep learning repository reproduction and generates standardized evidence reports. It creates output files including patch notes and comparability reports to document verification status.

139.8K
Installs
4
Use cases
9/10
Quality

Is minimal-run-and-audit safe to install?

Review before installing

Review before installing: our audit of minimal-run-and-audit's source files found 1 shell command, 0 external URLs, file reads and writes (medium risk). Every command and URL listed appears verbatim in the skill's source. The skill writes files to the repro_outputs/ directory and modifies repository files, which triggers the creation of PATCHES.md and SCIENTIFIC_CHANGELOG.md.

How we audit skills: our security review methodology.

Who is this skill for?

Researchers and developers performing smoke tests or documented inference and evaluation runs on deep learning repositories.

What can you do with it?

  • Capturing execution evidence from documented inference or evaluation commands
  • Normalizing output data into a standard directory structure
  • Generating patch notes when repository files change during execution
  • Creating comparability reports against README or paper baselines

How good is this skill?

Quality score: 9/10. The skill documentation is clear regarding its scope and limitations. It provides specific file paths for internal scripts and expected outputs.

What does the skill file contain?

SKILL.md
# minimal-run-and-audit

Use this as the Rigor Run skill. The installed slug remains
`minimal-run-and-audit` for compatibility.

Use the shared operating principles in
`../../references/agent-operating-principles.md`; this skill should make run
evidence auditable without turning every command into a rigid protocol.

## When to apply

- After a reproduction target and setup plan exist.
- When the main skill needs execution evidence and normalized outputs.
- When a smoke test, documented inference run, documented evaluation run, or other short non-training verification is appropriate.
- When the...

Frequently asked questions

Does this skill perform literature lookups?

No. The skill is restricted to repository execution and evidence reporting.

What files does the skill generate?

It generates repro_outputs/ files, SCIENTIFIC_CHANGELOG.md, COMPARABILITY_REPORT.md, and PATCHES.md.

Can this skill be used for training execution?

No. The skill documentation explicitly prohibits use for training execution, startup, or long-running training state.

Data sourced from lllllllama/ai-paper-reproduction-skill on GitHub. Install counts from skills.sh. The summary and security audit are derived from the skill's source files: every command and URL listed appears verbatim in the source.

Related skills

paper-context-resolver

140.4K

Developers and researchers performing deep learning repository reproduction who encounter specific technical ambiguities in documentation

The paper-context-resolver skill provides targeted information from research papers to resolve specific gaps in deep learning repository reproduction. It focuses on technical details like dataset splits, preprocessing steps, evaluation protocols, checkpoint mappings, and runtime assumptions.

lowresearchreproductionlllllllama

repo-intake-and-plan

139.8K

AI agents performing repository-based research and reproduction tasks

The repo-intake-and-plan skill scans repositories to identify project structure and documented commands. It classifies tasks into inference, evaluation, and training categories to generate a reproduction plan for an orchestrator.

lowrepository-analysisreproductionlllllllama

ai-research-explore

101.9K

Researchers conducting deep learning experiments who have established a task, dataset, benchmark, and evaluation method

The ai-research-explore skill facilitates candidate-only deep learning research exploration. It operates on a durable current_research anchor to manage experiments, rank ideas, and produce auditable outputs while maintaining scientific rigor.

mediumresearchdeep-learninglllllllama

analyze-project

91.3K

Researchers and developers who need to understand the architecture and implementation details of a deep learning repository before modifying code

The analyze-project skill performs read-only audits of deep learning repositories. It maps model structures, identifies training and inference entrypoints, reviews configuration relationships, and flags suspicious implementation patterns.

mediumauditdeep-learninglllllllama