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

# Hackathon discovery and planning

> Find relevant hackathons and create bounded, reviewable build plans.

Find events related to a topic:

```bash theme={null}
arka hackathon find "edge AI" --limit 10
arka hackathon give "climate data" --json
```

Create a participation plan with a fixed time budget:

```bash theme={null}
arka hackathon plan "robotics safety" --event "Selected event" --hours 24
```

Arka returns a demo-first idea, milestones, acceptance-oriented scope, and
guardrails. It does not register, submit, contact organizers, or publish code
without explicit approval. Search results should be checked against the event's
official rules, deadline, eligibility, and judging criteria.


## Related topics

- [Workspace discovery](/guides/workspace.md)
- [Hackathons and ML competitions search](/guides/competitions.md)
- [How to code with Arka](/guides/code-with-arka.md)
- [Skills catalog: 70+ built-in Arka commands](/guides/skills.md)
- [Running the autonomous goal agent](/guides/goal-agent.md)
