Skip to content

Commit 1afa7fe

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 f4544bd commit 1afa7fe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
[![Go Report Card](https://goreportcard.com/badge/github.com/dedene/frontapp-cli)](https://goreportcard.com/report/github.com/dedene/frontapp-cli)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
77

8+
## Agent Skill
9+
10+
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).
11+
12+
```bash
13+
npx skills add dedene/frontapp-cli
14+
```
15+
816
Fast, script-friendly CLI for [Front](https://frontapp.com). Manage conversations, messages,
917
contacts, tags, and more from the command line. JSON output, multiple accounts, and secure
1018
credential storage built in.
@@ -520,14 +528,6 @@ make build
520528
- Access tokens are kept in memory only and refreshed automatically
521529
- Never commit credentials to version control
522530

523-
## Agent Skill
524-
525-
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:
526-
527-
```bash
528-
npx skills add dedene/frontapp-cli
529-
```
530-
531531
## Links
532532

533533
- [Front API Documentation](https://dev.frontapp.com/reference/introduction)

0 commit comments

Comments
 (0)