run-it-all-night

Rank and execute hardware-feasible data collection tasks with a durable runtime ledger.

30|12|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/anthony-chaudhary/fak --skill run-it-all-night
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-it-all-night
Source: https://github.com/anthony-chaudhary/fak/tree/main/.claude/skills/run-it-all-night
Command: npx skills add https://github.com/anthony-chaudhary/fak --skill run-it-all-night

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the challenge of identifying and executing the most valuable data-collection tasks on a specific machine without manual oversight or hardware-incompatible attempts.

Core Features & Use Cases

  • Capability-Aware Planning: Automatically ranks tasks based on the local machine's hardware (GPU, weights, datasets) and novelty.
  • Loop-Closing Ledger: Records all collection outcomes into a durable, gitignored ledger to ensure progress persists across sessions.
  • Use Case: An agent deployed on a high-performance compute node can use this to autonomously run a series of benchmarks overnight, ensuring it only attempts tasks the hardware is capable of performing.

Quick Start

Ask the agent to identify the most important data to collect on this machine and start the overnight collection loop.

Frequently Asked Questions about run-it-all-night

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate unattended data collection and benchmarking overnight?

Unattended data collection is orchestrated by a capability-aware loop that ranks benchmark grids based on local hardware feasibility. This evaluates GPU, weights, and datasets to autonomously execute valuable tasks overnight without manual oversight.

What is capability-aware task ranking for autonomous agents?

Capability-aware task ranking is a mechanism that scores data-collection tasks based on local hardware constraints and novelty. It validates task requirements against your system capabilities to prevent hardware-incompatible execution attempts during autonomous runs.

How do I ensure safe automation execution with a dry-run default?

You ensure safe automation by enforcing a dry-run default that strictly validates task requirements against local system capabilities before execution. This operational safety mechanism prevents hardware-incompatible attempts during unattended benchmarking and data collection loops.

How does a durable runtime ledger track benchmarking progress across sessions?

A durable runtime ledger tracks progress by recording all collection outcomes into a gitignored ledger. This loop-closing ledger ensures that observed outcomes persist across sessions, preventing redundant benchmarking and maintaining data collection continuity.

Can I use autonomous data collection on machines with specific GPU and dataset constraints?

Yes, you can use autonomous data collection on machines with specific constraints because the skill ranks tasks by validating hardware capabilities like GPU availability, model weights, and dataset requirements before attempting any local execution.