You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/developer/cli.mdx
+3-16Lines changed: 3 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -505,28 +505,15 @@ When a projected structured output exceeds its limit, the CLI keeps the selected
505
505
506
506
## Agent skills
507
507
508
-
Flashduty CLI ships with 10 agent skills that teach AI coding agents — Claude Code, Cursor, Codex, Gemini CLI, Windsurf, and 40+ others — how to operate Flashduty from your terminal.
508
+
Flashduty CLI ships with a single agent skill named `flashduty`that teaches AI coding agents — Claude Code, Cursor, Codex, Gemini CLI, Windsurf, and 40+ others — how to operate Flashduty from your terminal.
509
509
510
-
Install skills to every detected agent on your machine in one shot:
510
+
Install it to every detected agent on your machine in one shot:
|`flashduty-admin`| Team/member lookups and audit log search |
529
-
|`flashduty-template`| Notification template validation and preview |
516
+
The skill uses a router-plus-reference-card structure: `SKILL.md` carries the shared conventions (authentication, global flags, safety rules) and indexes per-domain reference cards — incidents, alerts, changes, on-call and schedules, channels and escalations, status pages, insights, monitors, RUM and sourcemaps, automations, notification templates, members and teams, and more. Before running a task, the agent reads the card for that domain to get every command, flag, and workflow for it — no `--help` trial-and-error.
Flashduty CLI for managing incidents, on-call schedules, status pages, and notification templates from your terminal — runs on macOS, Linux, and Windows with 10 built-in AI coding-agent skills.
16
+
Flashduty CLI for managing incidents, on-call schedules, status pages, and notification templates from your terminal — runs on macOS, Linux, and Windows with a built-in AI coding-agent skill.
@@ -44,7 +44,7 @@ Visit the [API documentation](/en/openapi/introduction) for complete endpoint re
44
44
45
45
## Command-line tool
46
46
47
-
Flashduty CLI (`flashduty`) is a command-line tool for managing the incident lifecycle, querying on-call schedules, publishing status pages, and debugging notification templates from your terminal. Its commands now cover the entire Flashduty OpenAPI. It runs on macOS, Linux, and Windows, and ships with 10 agent skills so it plugs directly into AI coding agents like Claude Code, Cursor, Codex, and Gemini CLI.
47
+
Flashduty CLI (`flashduty`) is a command-line tool for managing the incident lifecycle, querying on-call schedules, publishing status pages, and debugging notification templates from your terminal. Its commands now cover the entire Flashduty OpenAPI. It runs on macOS, Linux, and Windows, and ships with a built-in agent skill so it plugs directly into AI coding agents like Claude Code, Cursor, Codex, and Gemini CLI.
0 commit comments