AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Pace Help

skill-arch-team-devpace-pace-help · by arch-team

Use when user says "帮助", "help", "怎么用", "使用说明", "用法", "有哪些命令", "能做什么", "命令列表", "怎么入门", "quickstart", "FAQ", "常见问题", "pace-help", or wants help with how to use devpace commands and features. NOT for concept deep dive or methodology (use /pace-theory). NOT for next-step recommendation (use /pace-next). NOT for code implementation (use /pace-dev).

No reviews yet
0 installs
50 views
0.0% view→install

Install

$ agentstack add skill-arch-team-devpace-pace-help

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-arch-team-devpace-pace-help)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Pace Help? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

/pace-help — 使用帮助

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

与现有机制的关系

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

输入

$ARGUMENTS 支持 4 类子命令:

  • commands → 所有命令的分层列表
  • ` (如 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 | | ` | skills/pace-help/help-procedures-detail.md | 动态读 skills/pace-\/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 或子命令。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.