Run Train
技能 活跃用于深度学习研究代码库的可信通道训练执行技能。在文档化或选定的训练命令应被保守运行时使用,以进行启动验证、短时运行验证、全面启动或恢复,并将状态、检查点和指标捕获写入标准化的 `train_outputs/`。请勿用于环境设置、探索性扫描、投机性想法实现或端到端编排。
提供一种可信且可审计的方式来保守运行深度学习训练命令,确保验证和结构化捕获结果。
功能
- 保守训练命令执行
- 结构化状态、检查点和指标捕获
- 处理启动验证、短时运行验证、全面启动和恢复
- 将证据输出到 `train_outputs/`
- 错误和超时处理
使用场景
- 在研究代码库中验证训练命令的启动
- 运行短时训练以供验证
- 启动或恢复具有受监控证据的完整训练运行
- 从训练过程中捕获结构化日志和检查点
非目标
- 环境设置或资产下载
- 探索性扫描或投机性想法实现
- 研究目标的端到端编排
- 自主选择训练命令
Versioning
- warning:Release Management脚本本身没有版本号,代码库安装说明主要引用从 main 安装(`npx skills add ... --all` 或 `... --skill ...`),因此难以固定此脚本的特定版本。
安装
npx skills add lllllllama/ai-paper-reproduction-skill通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
类似扩展
Azure Monitor Query Py
100Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics. Triggers: "azure-monitor-query", "LogsQueryClient", "MetricsQueryClient", "Log Analytics", "Kusto queries", "Azure metrics".
Pytorch Lightning
99High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.
PyTorch Lightning
100Deep learning framework (PyTorch Lightning). Organize PyTorch code into LightningModules, configure Trainers for multi-GPU/TPU, implement data pipelines, callbacks, logging (W&B, TensorBoard), distributed training (DDP, FSDP, DeepSpeed), for scalable neural network training.
Monitor Data Integrity
100Design and operate a data integrity monitoring programme based on ALCOA+ principles. Covers detective controls, audit trail review schedules, anomaly detection patterns (off-hours activity, sequential modifications, bulk changes), metrics dashboards, investigation triggers, and escalation matrix definition. Use when establishing a data integrity monitoring programme for GxP systems, preparing for inspections where data integrity is a focus area, after a data integrity incident requiring enhanced monitoring, or when implementing MHRA, WHO, or PIC/S guidance.
Query Netdata Cloud
100Query Netdata Cloud via its REST API -- metrics, logs (systemd-journal / windows-events / otel-logs), topology graphs (topology:snmp), network flows (flows:netflow), alerts, dynamic configuration (DynCfg), and generic Functions on a node. Use when the user asks about querying Netdata Cloud, fetching metrics from the cloud, querying logs / topology / netflow / sflow / ipfix through Cloud, listing or modifying configurations via DynCfg, calling agent Functions through Cloud, listing spaces/rooms/nodes, or building a curl command against `app.netdata.cloud`. Pairs with the `query-netdata-agents` skill when direct-agent access is needed.
Meta Observer
100Track skill performance and emerging patterns