> ## 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).
> Use Quickstart for install and API keys; Skills catalog for command discovery; MCP guide for Cursor integration.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# Parallel skills

> Run independent Arka skills concurrently.

Run independent Arka skills concurrently:

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

Use `--workers` to bound concurrency. Arka preserves job order in the report
and returns a failure if any job fails. Only parallelize independent work;
avoid running commands that edit the same files at the same time. Natural
language requests such as “run `ci` and `route audit` in parallel” are routed
when each job is quoted.


## Related topics

- [Arka — AI terminal agent documentation](/index.md)
- [Operation modes](/guides/operation-modes.md)
- [Agent Teams](/guides/agent-teams.md)
- [Channel sessions and sub-agent delegation](/guides/hermes-features.md)
- [Integrations](/guides/integrations.md)
