advocates · git:20260626.8645007 · 2026-06-26 · sha256 b9ae8966dd0e4c4a

advocates git:20260626.8645007A

Immutable. This exact content is served forever at /api/v1/blob/b9ae8966dd0e4c4a.

---
name: advocates
description: Shortlists 10 members that can represent SICTIC at an event; ranging from pitch marathons, panel discussions to podium presentations. Based on event description and required skills provided by the user.
---

## Usage

Via the slash-command harness:

```bash
conda run -n sictic-env python -m skills.harness /advocates "<EVENT_NAME>" --description "<EVENT_DESCRIPTION>"
```

Via the direct Typer entrypoint:

```bash
conda run -n sictic-env python -m skills.advocates --event "<EVENT_NAME>" --description "<EVENT_DESCRIPTION>"
```