ml-docs

Organize Kaggle ML experiment documentation into a 3-layer structure.

1|Updated Jan 3, 2022
One-click install
npx skills add https://github.com/daikichiba9511/dotfiles --skill ml-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-docs
Source: https://github.com/daikichiba9511/dotfiles/tree/main/private_dot_codex/skills/ml-docs
Command: npx skills add https://github.com/daikichiba9511/dotfiles --skill ml-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage and standardize Kaggle ML experiment documentation by organizing a 3-layer structure: Full Log, Evidence Ledger, and Compact Document, enabling clear history, verified facts, and ready-to-resume summaries.

Core Features & Use Cases

  • Clear 3-layer architecture separating history, evidence, and operational context for repeatable experimentation.
  • Lifecycle commands: init to scaffold docs, strategy to form proposals, log to record results, status to review current state.
  • Guidance and references for formatting and updating each layer to support auditability and collaboration.

Quick Start

Run ml-docs init exp001 to create the 3-layer documentation scaffold for a new experiment.

Frequently Asked Questions about ml-docs

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

FAQPage Schema
What is the best way to document machine learning experiments for reproducibility?

Organizing machine learning experiment documentation into a 3-layer structure—Full Log, Evidence Ledger, and Compact Document—separates history, verified facts, and operational context to ensure repeatable experimentation.

How do I structure Kaggle competition strategy and results logs?

Structuring Kaggle competition strategy and results logs involves scaffolding dedicated files for each documentation layer, allowing you to form proposals, record results, and review the current state using lifecycle commands.

How do I create an agent-ready summary to resume ML work quickly?

Creating an agent-ready summary to resume ML work quickly requires maintaining a Compact Document layer, which provides an operational context summary updated alongside the Full Log and Evidence Ledger.

Can I manage multiple Kaggle project documentations simultaneously?

Yes, you can manage multiple Kaggle project documentations simultaneously by initializing dedicated 3-layer documentation scaffolds for each experiment, enforcing clear update rules across all active projects.

Does standardizing ML experiment documentation require external dependencies?

Standardizing ML experiment documentation requires no external dependencies, utilizing built-in lifecycle commands to initialize experiments, formulate strategies, log results, and review ongoing documentation status.