Content Preview
--- name: creating-webhook-handlers description: | Create webhook endpoints with signature verification, retry logic, and payload validation. Use when receiving and processing webhook events. Trigger with phrases like "create webhook", "handle webhook events", or "setup webhook handler". allowed-tools: Read, Write, Edit, Grep, Glob, Bash(api:webhook-*) version: 1.0.0 author: Jeremy Longshore <[email protected]> license: MIT compatible-with: claude-code, codex, openclaw --- # Cre
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/creating-webhook-handlers.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/api-development/webhook-handler-creator/skills/creating-webhook-handlers/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at plugins/api-development/webhook-handler-creator/skills/creating-webhook-handlers/SKILL.md
Related Skills
Creating Alerting Rules
This skill enables Claude to create intelligent alerting rules for proactive performance monitoring. It is triggered when the user requests to "create alerts", "define monitoring rules", or "set up alerting". The skill helps define thresholds, routing, and escalation policies, and offers options for
skill-adaptercreating alerting rules
by jeremylongshore · plugins-plus-skills
Creating Ansible Playbooks
This skill creates Ansible playbooks for automating configuration management tasks. It generates production-ready, multi-platform playbooks based on user-defined requirements, incorporating best practices and a security-first approach. Use this skill when you need to automate server configurations,
skill-adaptercreating ansible playbooks
by jeremylongshore · plugins-plus-skills
Creating APM Dashboards
This skill enables Claude to create Application Performance Monitoring (APM) dashboards. It is triggered when the user requests the creation of a new APM dashboard, monitoring dashboard, or a dashboard for application performance. The skill helps define key metrics and visualizations for monitoring
skill-adaptercreating apm dashboards
by jeremylongshore · plugins-plus-skills
Creating Data Visualizations
This skill enables Claude to generate data visualizations, plots, charts, and graphs from provided data. It analyzes the data, selects the most appropriate visualization type, and creates a visually appealing and informative graphic. Use this skill when the user requests a visualization, plot, chart
skill-adaptercreating data visualizations
by jeremylongshore · plugins-plus-skills