Checkly skills, agents, and commands for AI coding agents packaged as a single plugin that targets Codex, Claude Code, Cursor, and generic agent SDKs.
.codex-plugin/ Codex plugin manifest
.claude-plugin/ Claude Code marketplace + plugin manifest
.cursor-plugin/ Cursor plugin manifest
.plugin/ Generic agent plugin manifest
skills/ Skills (one directory per skill)
scripts/sync.ts Pulls externally-authored skills from their source repos
skills.config.ts Declares where each externally-authored skill comes from
codex plugin marketplace add checkly/checkly-plugin
codexThen open Codex and enable the Checkly plugin via /plugins.
/plugins
npx plugins add checkly/checkly-plugin
/plugin marketplace add checkly/checkly-plugin
/plugin install checkly@checkly
Point Cursor at this repo to install the plugin.
| Skill | Source |
|---|---|
| checkly | checkly/checkly-cli — synced on release |
- Externally-authored (lives in another repo, synced here): add an entry to
skills.config.tsand runnpm run sync. - Plugin-native (authored here directly): drop a
skills/<name>/SKILL.mdinto theskills/directory.
See CONTRIBUTING.md for details.