> ## 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 स्किल्स को समानांतर (concurrently) चलाएँ:

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

Concurrency सीमित करने के लिए `--workers` का उपयोग करें। Arka report में job क्रम को बनाए रखता है और यदि कोई भी job विफल हो तो failure लौटाता है। केवल स्वतंत्र काम को समानांतर करें; एक ही समय पर एक ही फ़ाइल्स को edit करने वाले commands को एक साथ चलाने से बचें। प्राकृतिक भाषा में request जैसे “run `ci` and `route audit` in parallel” तब रूट होते हैं जब हर job quote में हो।


## Related topics

- [AI agent guide — MCP पर Arka उपयोग करें](/hi/guides/ai-agents.md)
- [Agent Teams](/hi/guides/agent-teams.md)
- [Supermemory sync के साथ दीर्घकालिक मेमोरी](/hi/guides/memory.md)
- [Skills catalog: 70+ built-in Arka commands](/hi/guides/skills.md)
- [Coding TUI](/hi/guides/coding-tui.md)
