mill

Use this skill whenever you are writing or reviewing a mill-based orchestration program (including pi-mill extension flows).

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mill" with this command: npx skills add laulauland/mill/laulauland-mill-mill

mill

Use this skill whenever you are writing or reviewing a mill-based orchestration program (including pi-mill extension flows).

Core rules

  • Keep systemPrompt (WHO/how) separate from prompt (WHAT/task).

  • Use await for sequential steps and Promise.all for independent parallel work.

  • Always pass an explicit model in provider/model-id format.

  • Check exitCode , stopReason , and errorMessage before trusting results.

  • Use mill.observe.log(...) for progress and diagnostics.

Available patterns

  • General orchestration patterns: ./references/patterns.md

  • Iterative Ralph Loop pattern: ./references/ralph-loop.md

  • Worktree-isolated parallel development: ./references/worktree.md

Prefer these patterns before inventing new orchestration scaffolding.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

jj-hunk

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

Seerr server manager

CLI for the Seerr media request management API. Search movies and TV shows, create and manage media requests, manage users, track issues, and administer a se...

Registry SourceRecently Updated
Coding

Skills

Autonomous novel writing CLI agent - use for creative fiction writing, novel generation, style imitation, chapter continuation/import, EPUB export, and AIGC...

Registry SourceRecently Updated
Coding

Cli Tool Generator

Generate production-ready CLI tool skeletons in Bash or Python with argument parsing, help docs, error handling, and shell completions in seconds.

Registry SourceRecently Updated