langchain-webhooks-events

Implement LangChain callback and event handling for webhooks.

Content Preview
---
name: langchain-webhooks-events
description: |
  Implement LangChain callback and event handling for webhooks.
  Use when integrating with external systems, implementing streaming,
  or building event-driven LangChain applications.
  Trigger with phrases like "langchain callbacks", "langchain webhooks",
  "langchain events", "langchain streaming", "callback handler".
allowed-tools: Read, Write, Edit
version: 1.0.0
license: MIT
author: Jeremy Longshore <[email protected]>
compatible-w
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/langchain-webhooks-events.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/langchain-pack/skills/langchain-webhooks-events/SKILL.md

Skill 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-skills

Then reference at plugins/saas-packs/langchain-pack/skills/langchain-webhooks-events/SKILL.md

Related Skills