Skip to main content

Skills dans ce dépôt

jeremylongshore/claude-code-plugins-plus-skills - Page 40

SkillsMP a collecté 3 426 skills depuis jeremylongshore/claude-code-plugins-plus-skills. Ouvrez un skill pour examiner sa source et ses détails.

jeremylongshore/claude-code-plugins-plus-skills

Affichage de 40 skills collectés sur 3 426.

métier
Développeurs de logiciels
description

Tune LangChain 1.0 / LangGraph 1.0 Python chains and agents for throughput, latency, and cost — streaming modes, explicit batch concurrency, semantic plus exact caches, persistent message history, and async-safe retriever patterns. Use when p95 latency…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Manage LangChain 1.0 prompts like code — LangSmith prompt hub versioning, XML-tag conventions for Claude, few-shot example selection, discriminated-union extraction schemas, and A/B test wiring. Use when taking ad-hoc prompts into version control, migrating…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Rate-limit LangChain 1.0 calls correctly across multi-worker deployments — Redis-backed limiters, asyncio.Semaphore, narrow exception whitelists, and provider-specific throttle handling. Use when hitting 429s in production, scaling workers horizontally, or…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

A reference layered architecture for production LangChain 1.0 / LangGraph 1.0 services — LLM factory with version-safe defaults, chain/graph registry, retriever and tool DI, Pydantic-validated config, per-request tenant scoping, middleware ordering,…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Compose LangChain 1.0 Python runnables with the production defaults the docs do not warn about: parallel batching, narrow fallbacks, and brace-safe prompts. Use when building an LCEL chain with RunnableSequence / RunnableParallel, adding resilience via…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Harden a LangChain 1.0 chain or LangGraph agent against prompt injection, tool abuse, PII leakage in traces, and secrets exfiltration — wrap user content in XML tags, enforce the tool allowlist via provider-native tool calling, redact PII in middleware…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Migrate a LangChain 0.3.x Python codebase to LangChain 1.0 / LangGraph 1.0 without breaking production — named breaking changes, codemod patterns, and a phased rollout. Use when upgrading LangChain or LangGraph from 0.2 or 0.3 to 1.0, when hitting ImportError…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Dispatch LangChain 1.0 chain/agent events to external systems — webhooks, Kafka, Redis Streams, SNS — via async fire-and-forget callbacks, subgraph-aware wiring, and HMAC-signed delivery with idempotency keys. Use when firing webhooks on tool calls, pushing…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Configure Langfuse CI/CD integration with GitHub Actions and automated testing. Use when setting up automated testing, configuring CI pipelines, or integrating Langfuse tests into your build process. Trigger with phrases like "langfuse CI", "langfuse GitHub…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Diagnose and fix common Langfuse errors and exceptions. Use when encountering Langfuse errors, debugging missing traces, or troubleshooting integration issues. Trigger with phrases like "langfuse error", "fix langfuse", "langfuse not working", "debug…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Execute Langfuse primary workflow: Tracing LLM calls and spans. Use when implementing LLM tracing, building traced AI features, or adding observability to existing LLM applications. Trigger with phrases like "langfuse tracing", "trace LLM calls", "add…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Execute Langfuse secondary workflow: Evaluation, scoring, and datasets. Use when implementing LLM evaluation, adding user feedback, or setting up automated quality scoring and experiment datasets. Trigger with phrases like "langfuse evaluation", "langfuse…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Monitor and optimize LLM costs using Langfuse analytics and dashboards. Use when tracking LLM spending, identifying cost anomalies, or implementing cost controls for AI applications. Trigger with phrases like "langfuse costs", "LLM spending", "track AI…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Manage Langfuse data export, retention, and compliance requirements. Use when exporting trace data, configuring retention policies, or implementing data compliance for LLM observability. Trigger with phrases like "langfuse data export", "langfuse retention",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Collect Langfuse debug evidence for support tickets and troubleshooting. Use when encountering persistent issues, preparing support tickets, or collecting diagnostic information for Langfuse problems. Trigger with phrases like "langfuse debug", "langfuse…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Deploy Langfuse with your application across different platforms. Use when deploying Langfuse to Vercel, AWS, GCP, or Docker, or integrating Langfuse into your deployment pipeline. Trigger with phrases like "deploy langfuse", "langfuse Vercel", "langfuse…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Configure Langfuse enterprise organization management and access control. Use when implementing team access controls, configuring organization settings, or setting up role-based permissions for Langfuse projects. Trigger with phrases like "langfuse RBAC",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Create a minimal working Langfuse trace example. Use when starting a new Langfuse integration, testing your setup, or learning basic Langfuse tracing patterns. Trigger with phrases like "langfuse hello world", "langfuse example", "langfuse quick start",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Troubleshoot and respond to Langfuse-related incidents and outages. Use when experiencing Langfuse outages, debugging production issues, or responding to LLM observability incidents. Trigger with phrases like "langfuse incident", "langfuse outage", "langfuse…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Install and configure Langfuse SDK authentication for LLM observability. Use when setting up a new Langfuse integration, configuring API keys, or initializing Langfuse tracing in your project. Trigger with phrases like "install langfuse", "setup langfuse",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Set up Langfuse local development workflow with hot reload and debugging. Use when developing LLM applications locally, debugging traces, or setting up a fast iteration loop with Langfuse. Trigger with phrases like "langfuse local dev", "langfuse…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Execute complex Langfuse migrations including data migration and platform changes. Use when migrating from other observability platforms, moving between Langfuse instances, or performing major infrastructure migrations. Trigger with phrases like "langfuse…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Configure Langfuse across development, staging, and production environments. Use when setting up multi-environment deployments, configuring per-environment keys, or implementing environment-specific Langfuse configurations. Trigger with phrases like "langfuse…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Set up comprehensive observability for Langfuse with metrics, dashboards, and alerts. Use when implementing monitoring for LLM operations, setting up dashboards, or configuring alerting for Langfuse integration health. Trigger with phrases like "langfuse…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Optimize Langfuse tracing performance for high-throughput applications. Use when experiencing latency issues, optimizing trace overhead, or scaling Langfuse for production workloads. Trigger with phrases like "langfuse performance", "optimize langfuse",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Langfuse production readiness checklist and verification. Use when preparing to deploy Langfuse to production, validating production configuration, or auditing existing setup. Trigger with phrases like "langfuse production", "langfuse prod ready", "deploy…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Implement Langfuse rate limiting, batching, and backoff patterns. Use when handling rate limit errors, optimizing trace ingestion, or managing high-volume LLM observability workloads. Trigger with phrases like "langfuse rate limit", "langfuse throttling",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Production-grade Langfuse architecture patterns and best practices. Use when designing LLM observability infrastructure, planning Langfuse deployment, or implementing enterprise-grade tracing architecture. Trigger with phrases like "langfuse architecture",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Langfuse SDK best practices, patterns, and idiomatic usage. Use when learning Langfuse SDK patterns, implementing proper tracing, or following best practices for LLM observability. Trigger with phrases like "langfuse patterns", "langfuse best practices",…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Implement Langfuse security best practices for API keys and data privacy. Use when securing Langfuse integration, protecting API keys, or implementing data privacy controls for LLM observability. Trigger with phrases like "langfuse security", "langfuse API…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Upgrade Langfuse SDK versions and migrate between API changes. Use when upgrading Langfuse SDK, handling breaking changes, or migrating between Langfuse versions. Trigger with phrases like "upgrade langfuse", "langfuse migration", "update langfuse SDK",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Configure Langfuse webhooks for prompt change notifications and event-driven workflows. Use when setting up prompt change notifications, triggering CI/CD on prompt updates, or integrating Langfuse events with Slack and external systems. Trigger with phrases…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Configure CI/CD pipelines for testing Lindy AI agent integrations. Use when setting up automated testing, configuring GitHub Actions for webhook receiver tests, or validating agent connectivity in CI. Trigger with phrases like "lindy CI", "lindy GitHub…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Troubleshoot common Lindy AI agent errors and workflow failures. Use when encountering errors, debugging agent failures, or resolving integration problems. Trigger with phrases like "lindy error", "lindy not working", "debug lindy", "lindy troubleshoot",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Build and configure multi-step Lindy AI agent workflows. Use when creating agents with triggers, actions, conditions, knowledge bases, or agent steps. Trigger with phrases like "create lindy agent", "build lindy agent", "lindy agent workflow", "configure…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Configure Lindy triggers, scheduling, multi-agent delegation, and automation. Use when setting up trigger-based workflows, scheduling agents, building multi-agent societies, or configuring agent delegation. Trigger with phrases like "lindy automation",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Optimize Lindy AI costs through credit management, model selection, and agent consolidation. Use when reducing spend, analyzing credit usage patterns, or optimizing budget allocation across agents. Trigger with phrases like "lindy cost", "lindy billing",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Data handling best practices for Lindy AI agents. Use when managing sensitive data in agent workflows, implementing data privacy controls, or ensuring compliance. Trigger with phrases like "lindy data", "lindy privacy", "lindy PII", "lindy data handling",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Comprehensive debugging toolkit for Lindy AI agents. Use when investigating complex agent failures, collecting diagnostics, or preparing support tickets for Lindy support. Trigger with phrases like "lindy debug", "lindy diagnostics", "lindy support bundle",…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Deploy applications that integrate with Lindy AI agents. Use when deploying webhook receivers, callback handlers, or applications connected to Lindy agents. Trigger with phrases like "deploy lindy", "lindy deployment", "lindy production deploy", "release…

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 3 426.