Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

milknado

milknado 收录了来自 paulnsorensen 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
5
Stars
0
更新
2026-07-26
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

milknado-config
软件开发工程师

Configure milknado's per-flavor worker execution by interviewing the user and writing milknado.toml — agent_family, [milknado.worker.tools] allowlists, and [milknado.flavor.*] tables for named flavor presets (implement, spec, spike, prototype, research). Use when the user wants to set up or tune how milknado runs workers — phrases like "configure milknado flavors", "set up milknado.toml", "tune the research/spec/spike agent", "which model should milknado use for prototypes", "skip quality gates for spikes", "milknado worker tools", "per-flavor agent config". Interviews for agent family, then per-flavor model/agent, tools, quality gates, and brief prepend; writes the tables and validates them with `milknado agents check` plus a flavor resolution probe. Do NOT use for running graphs (milknado run) or planning (milknado plan).

2026-07-26
pythonic
软件开发工程师

Write, edit, refactor, or review Python with concise declarative contracts, idiomatic control flow, Sliced Bread boundaries, and the Python de-slop rules. Use for Python implementation work in this repository, especially when the user asks for Pythonic, succinct, LLM-optimized, de-slopped, Pydantic, dataclass, pattern-matching, or vertical-slice code.

2026-07-25
harvest
软件开发工程师

Harvest milknado execution state back into the hallouminate-wiki roadmap goal files. Use when the user says "harvest the roadmap", "export results to the wiki", "sync milknado back to the wiki", "update the goal outcomes", "write the outcomes back", or "/harvest". Calls milknado_roadmap_export to rewrite each goal's harvest block plus status/last_synced, leaving human-authored Intent/Acceptance byte-identical; a goal node milknado discovered mid-run gets a fresh goal file created for it, and `hallouminate index` is refreshed best-effort. Do NOT use to import a roadmap into milknado (that is /load-roadmap) or to edit Intent/Acceptance text.

2026-06-10
load-roadmap
软件开发工程师

Import a hallouminate-wiki roadmap into milknado so its goals become executable nodes. Use when the user says "load the roadmap", "import roadmap <slug>", "pull the roadmap into milknado", "seed milknado from the wiki", or "/load-roadmap". Calls milknado_roadmap_import to seed one roadmap node plus one goal node per goal file (deterministic wiki_ref keys, idempotent re-import, no task nodes), then optionally kicks milknado_plan_batches to decompose goals into tasks. Do NOT use to write execution results back to the wiki (that is /harvest) or to author a brand-new roadmap from scratch.

2026-06-10
milknado
软件开发工程师

Mikado-method execution with milknado: dependency graphs, parallel ralph loops in worktrees, and code-review-graph context. Use when planning goals, running autonomous loops, or inspecting graph state.

2026-06-03