> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# 并行技能

> 并发运行独立的 Arka 技能。

并发运行独立的 Arka 技能：

```bash theme={null}
arka parallel --job "ci" --job "route audit" --job "security"
```

使用 `--workers` 限制并发数。Arka 会在报告中保留作业顺序，且
只要任一作业失败就会返回失败。仅并行化互相独立的工作；避免
同时运行会编辑相同文件的命令。像"run `ci` and `route audit`
in parallel"这样的自然语言请求，只要每个作业都被引号包围，
就能被正确路由。


## Related topics

- [如何用 Arka 写代码](/cn/guides/code-with-arka.md)
- [教授自定义路由](/cn/guides/route-learn.md)
- [运行模式](/cn/guides/operation-modes.md)
- [AI 智能体指南 — 通过 MCP 使用 Arka](/cn/guides/ai-agents.md)
- [极速开发](/cn/guides/ultra-fast-development.md)
