pace-help

A Chinese-language help guide for devpace, a development workflow tool. It routes requests to instructions for commands, quick starts, frequently asked questions, or specific devpace features.

In plain words
What is it for?
It helps list commands, explain a command, guide a first setup, and answer common usage questions.
Why use it?
It gives users a consistent way to find how to use devpace without loading unrelated instructions.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/arch-team/devpace/pace-help
Any agent
npx skills add arch-team/devpace --skill pace-help
Clone the repo
git clone --depth 1 https://github.com/arch-team/devpace

Made for: Claude Code, Codex.

Per session 106 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 730 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00106 $0.00730
Opus 5 $0.00053 $0.00365
Sonnet 5 $0.00021 $0.00146
Haiku 4.5 $0.00011 $0.00073

Measured yesterday against content hash 86d8b5b1514d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pace-help scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/pace-help/SKILL.md · 57 lines

What it actually says

/pace-help — 使用帮助

devpace 使用帮助的统一入口。回答"怎么用"(HOW)——命令列表、命令用法、入门引导、常见问题。

与现有机制的关系

维度 Skill 核心问题
HOW 怎么用 /pace-help(本 Skill) "有哪些命令" "pace-dev 怎么用" "怎么入门"
WHY 为什么 /pace-theory "CR 是什么" "为什么要门禁" "BizDevOps 理论"
WHAT 做什么 /pace-next "下一步做什么" "该先做哪个"

输入

$ARGUMENTS 支持 4 类子命令:

  • commands → 所有命令的分层列表
  • <command-name> (如 devreviewbiz) → 特定命令用法详解
  • quickstart → 快速入门引导
  • faq → 常见操作问题
  • (空) → 上下文感知帮助概览

执行路由

重要:根据 $ARGUMENTS 匹配子命令,仅读取对应行指定的文件,不加载其他 procedures

子命令 加载 procedure 数据源
(空) skills/pace-help/help-procedures-overview.md .devpace/state.md(如存在)
commands skills/pace-help/help-procedures-commands.md 动态读 skills/pace-*/SKILL.md
<command-name> skills/pace-help/help-procedures-detail.md 动态读 skills/pace-<cmd>/SKILL.md
quickstart skills/pace-help/help-procedures-quickstart.md .devpace/(如存在)
faq skills/pace-help/help-procedures-faq.md knowledge/_guides/help-faq.md

子命令识别规则commands/quickstart/faq 精确匹配优先;其余参数视为命令名,进入 detail 路由。

流程

Step 1:识别子命令

按上方路由表匹配 $ARGUMENTS,加载对应 procedures 文件。

Step 2:执行

按 procedures 中的步骤执行。所有子命令均为只读操作。

输出

自然语言为主,简洁实用。每个子命令输出末尾附 1 行导航提示,引导到相关 Skill 或子命令。

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 57 lines · 106 tokens per session scan A 86d8b5b1514d

Subscribe to this mod's changes

pace-help is a skill published in the GitHub repository arch-team/devpace (73 stars, last pushed 4mo ago), licensed MIT. It adds 106 tokens to every session and 730 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.