-
Notifications
You must be signed in to change notification settings - Fork 21
feat: add README documentation for monitoring agent skill #1212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3ff3f4f
49dcda2
c977693
1f1c874
6c63cb2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| # Checkly CLI Monitoring Agent Skill | ||
|
|
||
| This directory contains the agent skill for creating and managing end-to-end testing, monitoring, & observability with an AI-native workflow using Checkly. | ||
|
|
||
| ## Structure | ||
|
|
||
| ``` | ||
| skills/ | ||
| └── monitoring/ | ||
| ├── README.md # Documentation about the skill | ||
| └── SKILL.md # Main skill instructions | ||
| ``` | ||
|
|
||
| ## What is an Agent Skill? | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Interesting we need that much to prompt agents to look into the skills. I guess that's the way right now since it's largely an Anthropic thing?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This isn't for agents at all. This is actually for humans. :D For agents, it's pretty much just the So it's more or less GH UX and/or marketing. :D |
||
|
|
||
| Agent Skills are a standardized format for giving AI agents specialized knowledge and workflows. This skill teaches agents how to: | ||
|
|
||
| - Create and manage API checks, Browser Checks, URL monitors, and other monitors | ||
| - Set up Playwright-based Browser and Multistep checks and Playwright Check Suites | ||
| - Configure Heartbeat Monitors for cron jobs and scheduled tasks | ||
| - Define alert channels (email, Slack, phone, webhooks, etc.) | ||
| - Build dashboards and status pages | ||
| - Follow monitoring-as-code best practices with the Checkly CLI | ||
|
|
||
| ## Using This Skill | ||
|
|
||
| AI agents can load this skill to gain expertise in Checkly monitoring. The skill follows the [Agent Skills specification](https://agentskills.io) with: | ||
|
|
||
| - **SKILL.md**: Core instructions loaded when the skill is activated | ||
|
|
||
| ## Progressive Disclosure | ||
|
|
||
| The skill is structured for efficient context usage: | ||
|
|
||
| 1. **Metadata** (~80 tokens): Name and description in frontmatter | ||
| 2. **Core Instructions** (~4.5K tokens): Main SKILL.md content with construct examples | ||
|
|
||
| Agents load what they need for each task. | ||
|
|
||
| ## Learn More | ||
|
|
||
| - [Checkly CLI Documentation](https://www.checklyhq.com/docs/cli/overview/) | ||
| - [Checkly Constructs Reference](https://www.checklyhq.com/docs/constructs/overview/) | ||
| - [Agent Skills Specification](https://agentskills.io/specification.md) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| # Checkly CLI Monitoring Agent Skill | ||
|
|
||
| This directory contains the agent skill for creating and managing end-to-end testing, monitoring, & observability with an AI-native workflow using Checkly. | ||
|
|
||
| ## Structure | ||
|
|
||
| ``` | ||
| skills/ | ||
| └── monitoring/ | ||
|
stefanjudis marked this conversation as resolved.
|
||
| ├── README.md # Documentation about the skill | ||
| └── SKILL.md # Main skill instructions | ||
| ``` | ||
|
|
||
| ## What is an Agent Skill? | ||
|
|
||
| Agent Skills are a standardized format for giving AI agents specialized knowledge and workflows. This skill teaches agents how to: | ||
|
|
||
| - Create and manage API checks, Browser Checks, URL monitors, and other monitors | ||
| - Set up Playwright-based Browser and Multistep checks and Playwright Check Suites | ||
| - Configure Heartbeat Monitors for cron jobs and scheduled tasks | ||
| - Define alert channels (email, Slack, phone, webhooks, etc.) | ||
| - Build dashboards and status pages | ||
| - Follow monitoring-as-code best practices with the Checkly CLI | ||
|
|
||
| ## Using This Skill | ||
|
|
||
| AI agents can load this skill to gain expertise in Checkly monitoring. The skill follows the [Agent Skills specification](https://agentskills.io) with: | ||
|
|
||
| - **SKILL.md**: Core instructions loaded when the skill is activated | ||
|
|
||
| ## Progressive Disclosure | ||
|
|
||
| The skill is structured for efficient context usage: | ||
|
|
||
| 1. **Metadata** (~80 tokens): Name and description in frontmatter | ||
| 2. **Core Instructions** (~4.5K tokens): Main SKILL.md content with construct examples | ||
|
|
||
| Agents load what they need for each task. | ||
|
|
||
| ## Learn More | ||
|
|
||
| - [Checkly CLI Documentation](https://www.checklyhq.com/docs/cli/overview/) | ||
| - [Checkly Constructs Reference](https://www.checklyhq.com/docs/constructs/overview/) | ||
| - [Agent Skills Specification](https://agentskills.io/specification.md) | ||
Uh oh!
There was an error while loading. Please reload this page.