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

consult-llm

consult-llm 收录了来自 raine 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
12
Stars
125
更新
2026-07-12
Forks
21
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

implement
软件开发工程师

Explicit preset-driven implementation workflow. Use only when the user invokes `/implement` or another skill explicitly delegates to it. Do not trigger for ordinary coding requests, straightforward follow-up edits, fixes with an established design, or requests to amend an existing commit.

2026-07-12
phased-implement
软件开发工程师

Coordinator workflow for multi-phase implementation across workmux worktrees. Generates or loads a master plan, dispatches phase agents using presets, verifies sentinels, merges serially, and performs integration verification.

2026-07-12
collab
软件开发工程师

Multiple LLMs collaboratively brainstorm solutions, building on each other's ideas across rounds. Agent synthesizes the best ideas into a plan.

2026-06-08
consult-llm
软件开发工程师

How to invoke the consult-llm CLI. Canonical reference for the invocation contract, flags, stdin/stdout format, and multi-turn. Load this before calling consult-llm from any workflow skill (/consult, /collab, /debate, /collab-vs, /debate-vs).

2026-06-08
debate
软件开发工程师

LLMs propose and critique approaches, agent moderates the debate and synthesizes the best solution, then implements.

2026-06-08
review-panel
软件质量保证分析师与测试员

Standalone multi-model code review of an existing diff. Multiple LLMs review in parallel; agent deduplicates, prioritizes by severity/confidence, and optionally applies localized fixes.

2026-06-08
workshop
软件开发工程师

Interactive design session — agent facilitates a clarifying dialogue with the user, fans out to multiple LLMs in parallel for divergent approach generation, lets the user pick one, then co-designs the chosen approach with optional multi-LLM critique before saving.

2026-06-08
collab-vs
软件开发工程师

The agent brainstorms with a partner LLM in alternating turns, building on each other's ideas. Synthesizes the best ideas into a plan.

2026-05-01
consult
软件开发工程师

Consult an external LLM with the user's query.

2026-05-01
debate-vs
软件开发工程师

The agent debates an opponent LLM through a multi-turn conversation, then synthesizes the best approach and implements.

2026-05-01
panel
软件开发工程师

Role-specialized LLM panel analyzes a task from asymmetric expert lenses (architect, security, maintainability, test-strategist by default). Agent synthesizes a trade-off resolution.

2026-05-01
review
软件开发工程师

Collect critical feedback from all registered LLMs on an artifact (architecture doc, implementation, plan). Intellectual debate with push-back — no sycophancy. Reports findings and unresolved disagreements.

2026-04-27