diff --git a/packages/cli/src/ai-context/skill.md b/packages/cli/src/ai-context/skill.md index 138231e1..bc51032b 100644 --- a/packages/cli/src/ai-context/skill.md +++ b/packages/cli/src/ai-context/skill.md @@ -1,7 +1,7 @@ --- name: checkly description: Set up, create, test and manage monitoring checks using the Checkly CLI. Use when working with API Checks, Browser Checks, URL Monitors, ICMP Monitors, Playwright Check Suites, Heartbeat Monitors, Alert Channels, Dashboards, or Status Pages. Access Checkly account plan, entitlements, feature limits, members, and pending invites. Includes generic API pass-through (`checkly api`) for endpoints without dedicated commands. -allowed-tools: Bash(npx:checkly:*) Bash(npm:install:*) +allowed-tools: Bash(npx checkly:*), Bash(npm install:*) metadata: author: checkly --- diff --git a/skills/checkly/SKILL.md b/skills/checkly/SKILL.md index 90e192af..c9fe2596 100644 --- a/skills/checkly/SKILL.md +++ b/skills/checkly/SKILL.md @@ -1,7 +1,7 @@ --- name: checkly description: Set up, create, test and manage monitoring checks using the Checkly CLI. Use when working with API Checks, Browser Checks, URL Monitors, ICMP Monitors, Playwright Check Suites, Heartbeat Monitors, Alert Channels, Dashboards, or Status Pages. Access Checkly account plan, entitlements, feature limits, members, and pending invites. Includes generic API pass-through (`checkly api`) for endpoints without dedicated commands. -allowed-tools: Bash(npx:checkly:*) Bash(npm:install:*) +allowed-tools: Bash(npx checkly:*), Bash(npm install:*) metadata: author: checkly ---