Toolverse
All skills

langchain-common-errors

by jeremylongshore

Diagnose and fix common LangChain errors and exceptions.\nUse when encountering LangChain errors, debugging failures,\nor troubleshooting integration issues.\nTrigger with phrases like \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Testing
Views
9

About this skill

Diagnose and fix common LangChain errors and exceptions.\nUse when encountering LangChain errors, debugging failures,\nor troubleshooting integration issues.\nTrigger with phrases like \

How to use

  1. Zainstaluj umiejętność w swoim środowisku Claude Code, Codex lub OpenClaw — dodaj ją do zestawu dostępnych narzędzi debugowania.

  2. Gdy napotkasz błąd LangChain, wyzwól umiejętność jednym z fraz kluczowych: "langchain error", "debug langchain" lub "langchain not working".

  3. Dla błędów importu (np. "Cannot find module '@langchain/openai'") umiejętność pokaże ci dokładną komendę instalacji pakietu — np. npm install @langchain/openai dla Node.js lub odpowiednią ścieżkę importu dla Pythona.

  4. W przypadku błędów autentykacji sprawdź, czy klucz API jest załadowany przed importami (użyj import "dotenv/config" na początku) i czy ma prawidłowy format (sk-... dla OpenAI, sk-ant-... dla Anthropic).

  5. Dla konfliktów wersji uruchom npm ls @langchain/core i zaktualizuj wszystkie pakiety @langchain/* do tej samej wersji minor — umiejętność pokaże ci dokładną komendę.

  6. Umiejętność ma dostęp do narzędzi Read, Write, Edit i Grep — może przeszukać twój kod, zaproponować poprawki i pomóc w weryfikacji rozwiązania.

Related skills

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510

ppt-creator

by daymade

Create professional slide decks from topics or documents. Generates structured content with data-driven charts, speaker notes, and complete PPTX files. Applies persuasive storytelling principles (Pyramid Principle, assertion-evidence). Supports multiple formats (Marp,

Testing
2739

python-testing-patterns

by wshobson

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

Testing
46146

vitest

by antfu

Vitest fast unit testing framework powered by Vite with Jest-compatible API. Use when writing tests, mocking, configuring coverage, or working with test filtering and fixtures.

Testing
1236

playwright-browser-automation

by lackeyjb

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test

Testing
13130

textual

by KyleKing

Expert guidance for building TUI (Text User Interface) applications with the Textual framework. Invoke when user asks about Textual development, TUI apps, widgets, screens, CSS styling, reactive programming, or testing Textual applications.

Testing
69192