# Agent skill

The `when2meet-cli` Agent Skill teaches compatible coding agents to install and use `w2m`. It tells agents to confirm before creating a poll because poll creation changes external state. It also explains that date ranges include weekends.


# Install from a checkout

Install the documentation dependencies and copy the skill into Codex:

``` bash
uv run --group docs great-docs skill install --agent codex
```

Great Docs can also detect other supported agents or install to a custom path.

The authored skill remains in `skills/when2meet-cli/SKILL.md`. Great Docs also includes it in local documentation builds.


# Skill coverage

- Installing `w2m` with `uv`
- Creating polls with selected dates or inclusive ranges
- Listing selected weekdays with an explicit date list
- Selecting an IANA time zone
- Returning the resulting When2Meet URL
- Leaving participant availability for each person to enter on When2Meet
