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
Flashduty CLI ships with 9 agent skills that teach AI coding agents how to operate Flashduty from your terminal. Compatible with 41+ agents including Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, and more.
46
+
47
+
```bash
48
+
npx skills add flashcatcloud/flashduty-cli -y -g
49
+
```
50
+
51
+
The installer auto-detects which agents you have and installs skills to all of them.
52
+
53
+
### Available Skills
54
+
55
+
| Skill | Scope |
56
+
|-------|-------|
57
+
|`flashduty-shared`| Foundation: authentication, 3-layer model, global flags, safety rules |
Flashduty CLI ships with 9 [Claude Code agent skills](https://docs.anthropic.com/en/docs/claude-code) that teach AI agents how to operate Flashduty through the CLI. Install them globally to enable AI-assisted incident management:
248
-
249
-
```bash
250
-
npx skills add flashcatcloud/flashduty-cli -y -g
251
-
```
252
-
253
-
After installation, Claude Code will automatically discover and invoke the appropriate skill based on your requests.
254
-
255
-
### Available Skills
256
-
257
-
| Skill | Scope |
258
-
|-------|-------|
259
-
|`flashduty-shared`| Foundation: authentication, 3-layer model, global flags, safety rules |
0 commit comments