pipefy-skill-template

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

[Skill title]

[Skill标题]

[One or two sentences: what this skill does and when an agent should load it.] [Optional: MCP tool count, e.g. N MCP tools.]

[一两句话:此Skill的功能以及Agent应在何时加载它。] [可选:MCP工具数量,例如N个MCP工具。]

When to use

使用场景

  • [User intent / example phrase that should trigger this skill.]
  • [Another trigger.]
Do not use this skill for:
  • [Out of scope — point to another skill or approach when relevant.]
  • [用户意图/应触发此Skill的示例语句。]
  • [另一个触发场景。]
请勿将此Skill用于:
  • [超出范围的场景——相关时请指向其他Skill或方法。]

Prerequisites

前置条件

  • [IDs, roles, or config that must exist first — e.g.
    pipe_id
    , org access.]
  • [Any install path: Hosted MCP, local MCP, CLI — if it matters.]
  • [必须预先存在的ID、角色或配置——例如
    pipe_id
    、组织访问权限。]
  • [任何安装路径:托管MCP、本地MCP、CLI——如果相关的话。]

Tools needed

所需工具

Tool (MCP)CLI equivalentRead-only
[mcp_tool_name]
pipefy [domain] [action]
Yes/No
Replace bracket placeholders with real MCP tool names from the live server (or
docs/parity.md
) and shipped CLI commands only. Unknown names fail CI in this repository.
工具(MCP)CLI等效命令只读
[mcp_tool_name]
pipefy [domain] [action]
是/否
请将括号中的占位符替换为实时服务器(或
docs/parity.md
)中的真实MCP工具名称,且仅使用已发布的CLI命令。未知名称会导致此仓库中的CI失败。

Steps

步骤

  1. [Step name] — [what to do and why.]
    MCP:
    [mcp_tool_name] [arg]=[value]
    CLI:
    bash
    pipefy [domain] [action] --[flag] [value]
  2. [Next step] — ...
  1. [步骤名称] — [操作内容及原因。]
    MCP:
    [mcp_tool_name] [arg]=[value]
    CLI:
    bash
    pipefy [domain] [action] --[flag] [value]
  2. [下一步] — ...

Success criteria

成功标准

  • [Observable outcome the agent or human can verify.]
  • [Agent或人类可验证的可观察结果。]

Failure modes

失败模式

SymptomLikely causeRecovery
[Error or bad state][Cause][Fix or fallback skill]
症状可能原因恢复方法
[错误或异常状态][原因][修复方法或备选Skill]

See also

另请参阅

  • [Related skill path, e.g.
    skills/pipes-and-cards/pipefy-pipes-and-cards/SKILL.md
    ]
  • [相关Skill路径,例如
    skills/pipes-and-cards/pipefy-pipes-and-cards/SKILL.md
    ]