Skip to content

Commit 1a4a6aa

Browse files
committed
docs: move Agent Skill section above the fold
- Add Codex and 35+ agents link - Standardize wording across all CLI repos
1 parent ce788c0 commit 1a4a6aa

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ A command-line interface for the [StrawPoll](https://strawpoll.com/) API v3 - cr
66
[![Go Report Card](https://goreportcard.com/badge/github.com/dedene/strawpoll-cli)](https://goreportcard.com/report/github.com/dedene/strawpoll-cli)
77
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
88

9+
## Agent Skill
10+
11+
This CLI is available as an [open agent skill](https://skills.sh/) for AI assistants including [Claude Code](https://claude.ai/code), [OpenClaw](https://openclaw.ai/), [Codex](https://github.com/openai/codex), Cursor, GitHub Copilot, and [35+ agents](https://github.com/vercel-labs/skills#supported-agents).
12+
13+
```bash
14+
npx skills add dedene/strawpoll-cli
15+
```
16+
917
## Features
1018

1119
- **Create polls** - Multiple-choice polls with 20+ configuration options
@@ -141,14 +149,6 @@ strawpoll completion zsh > "${fpath[1]}/_strawpoll"
141149
strawpoll completion fish > ~/.config/fish/completions/strawpoll.fish
142150
```
143151

144-
## Agent Skill
145-
146-
This CLI is available as an [open agent skill](https://skills.sh/) for AI assistants including [Claude Code](https://claude.ai/code), [OpenClaw](https://openclaw.ai/), Cursor, and GitHub Copilot:
147-
148-
```bash
149-
npx skills add dedene/strawpoll-cli
150-
```
151-
152152
## Environment variables
153153

154154
| Variable | Description |

0 commit comments

Comments
 (0)