Claude is a code editor that supports AI-powered code completion and suggestions.

Using Claude Code to create checks

setup-claude-rules
mkdir -p .claude &&
curl -o .claude/checkly.rules.md https://www.checklyhq.com/docs/ai/checkly.rules.md -L
echo "- examine checkly.rules.md for code generation rules" >> .claude/CLAUDE.md
Exit and restart your Claude Code session to re-read the CLAUDE.md file into Claude Code’s context. You can now ask Claude to install the checkly NPM package and generate code for API Checks, Browser checks, Multistep checks and all other constructs. Make sure to use the checkly.rules.md file as context for your questions.