Skip to main content

breed

Breed two creatures from your collection (picks via /collection index)

跳到安装

来源信息

仓库
amit221/compi
最近来源活动
2026年4月11日 14:21
检测到的 SKILL.md 语言
英语
星标
19
分支
1

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
breed
description
Breed two creatures from your collection (picks via /collection index)
Parse the arguments. The command supports three shapes: - `/breed` (no args) — show the breed table (all breedable creatures grouped by species) - `/breed N M` (two numbers) — preview mode - `/breed N M --confirm` — execute mode Single-number `/breed N` is no longer supported; users pick two numbers directly from the table. Flow: 1. If no positional numbers were given, call the compi `breed` MCP tool with **no arguments**. 2. If two numbers `N` and `M` were given: - Without `--confirm`: call with `indexA: N`, `indexB: M`. - With `--confirm`: call with `indexA: N`, `indexB: M`, `confirm: true`. 3. If only one positional number was given, call with `indexA: N` (the tool returns a helpful error). The result is displayed in the visual panel above. Respond based on mode: - List mode: "Breed table shown above. Run `/breed N M` to preview a pair." - Preview mode: "Preview shown above. Proceed with `/breed N M --confirm`." - Execute mode: One-line summary of the result. - Error mode: Report the error message as-is. Do NOT output the raw tool response.
在 GitHub 查看