# Pace Help

> 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).

- **Type:** Skill
- **Install:** `agentstack add skill-arch-team-devpace-pace-help`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [arch-team](https://agentstack.voostack.com/s/arch-team)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [arch-team](https://github.com/arch-team)
- **Source:** https://github.com/arch-team/devpace/tree/main/skills/pace-help

## Install

```sh
agentstack add skill-arch-team-devpace-pace-help
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# /pace-help — 使用帮助

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

## 与现有机制的关系

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

## 输入

$ARGUMENTS 支持 4 类子命令：

- `commands` → 所有命令的分层列表
- `` (如 `dev`、`review`、`biz`) → 特定命令用法详解
- `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.

- **Author:** [arch-team](https://github.com/arch-team)
- **Source:** [arch-team/devpace](https://github.com/arch-team/devpace)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-arch-team-devpace-pace-help
- Seller: https://agentstack.voostack.com/s/arch-team
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
