一键导入
darkrun
darkrun 收录了来自 darkrun-ai 的 19 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Start a new darkrun Run — describe what you want to accomplish and the factory manager scaffolds a right-sized lifecycle for it
Create a composite Run combining stations from multiple factories with sync points
Configure darkrun for this project — auto-detect VCS, hosting, CI/CD, and default branch, confirm with the user, and write .darkrun/settings.yml
Parking lot for ideas not yet ready to become a Run — add, list, review, or promote a backlog item into a Run
Review and decide a Station's Checkpoint — approve to advance the Run, or request changes to route rework as drift
Run a Run lights-out in dark mode — pre-elaborate the work up front, then advance Station to Station without stopping for review, pausing only on external/await gates and ambiguity
List available darkrun factories and their Stations
Display a darkrun Run's state — Stations, Units, completion criteria, and Checkpoint status
Migrate legacy lifecycle state into darkrun's .darkrun/ StateStore — always dry-run first, get explicit approval, then apply one Run at a time
Advance a darkrun Run — the factory manager returns the next concrete action across Stations, Workers, and Checkpoints
Zero-ceremony single-Unit execution — run one task straight through a Station's Worker loop with no Run, no decomposition, and no state written under .darkrun/
Admin recovery for wedged Runs — preview the manager cursor, force a Station complete, set engine-managed fields, reset drift, or patch a feedback record. Every mutation requires explicit user confirmation.
Wipe one Station of a Run (its Units, outputs, artifacts, decomposition, feedback, and branch) so the manager re-enters it from scratch — or reset/archive the whole Run. Other Stations stay untouched.
Show the darkrun changelog / release notes, optionally for a specific version
Pre-Checkpoint code review with a multi-agent fix loop — compute the diff, dispatch Reviewers, and process findings before the Checkpoint locks
Submit feedback or a bug report about darkrun itself — synthesize the user's experience into a structured, actionable report
Scaffold custom darkrun artifacts — Factories, Stations, Workers, and Reviewers — as editable templates under .darkrun/
Install, remove, or preview the darkrun Claude Code status line — a one-line station/phase indicator for the active Run
Show the running darkrun engine version, plugin version, build kind (compiled bundle vs dev source), runtime, and entry point — for triaging behavior that doesn't match the docs