All authors
jeremylongshore avatar

Claude Skills by jeremylongshore

github.com/jeremylongshore
7,405 skillsA× 6,763B× 575C× 49D× 9F× 9337 installs12,625 views
Klingai Batch ProcessingA

'Process multiple video generation requests efficiently with Kling AI.

ai-agentspythongo
0
2,691
Klingai Camera ControlA

'Control camera movements in Kling AI video generation. Use when creating

ai-agentspythongo
0
2,691
Klingai Ci IntegrationA

'Integrate Kling AI video generation into CI/CD pipelines. Use when automating

ai-agentspythongo
0
2,691
Klingai Common ErrorsA

'Diagnose and fix common Kling AI API errors. Use when troubleshooting

ai-agentspythongo
0
2,691
Klingai Compliance ReviewA

'Security and compliance review framework for Kling AI integrations.

ai-agentspythongo
0
2,691
Klingai Content PolicyA

'Implement content policy compliance for Kling AI prompts and outputs.

ai-agentspythongo
0
2,691
Klingai Cost ControlsA

'Implement budget limits, usage alerts, and spending controls for Kling

ai-agentspythongo
0
2,691
Klingai Debug BundleA

'Set up logging and debugging for Kling AI API integrations. Use when

ai-agentspythongo
0
2,691
Klingai Hello WorldA

'Create your first Kling AI video generation with a minimal working example.

ai-agentsjavascriptpython
0
2,691
Klingai Image To VideoA

'Animate static images into video using Kling AI. Use when converting

ai-agentspythonrust
0
2,691
Klingai Install AuthA

'Set up Kling AI API authentication with JWT tokens. Use when starting

ai-agentsjavascriptpython
0
2,691
Klingai Job MonitoringA

'Track and monitor Kling AI video generation task status. Use when building

ai-agentspythongo
0
2,691
Klingai Known PitfallsA

'Avoid common mistakes when using Kling AI API. Use when troubleshooting

ai-agentspythongo
0
2,691
Klingai Model CatalogA

'Explore Kling AI models, versions, and capabilities for video and image

ai-agentspythongo
0
2,691
Klingai Performance TuningA

'Optimize Kling AI for speed, quality, and cost efficiency. Use when

ai-agentspythongo
0
2,691
Klingai Pricing BasicsA

'Understand Kling AI pricing, credits, and cost optimization strategies.

ai-agentspythonbash
0
2,691
Klingai Prod ChecklistA

'Production readiness checklist for Kling AI integrations. Use before

ai-agentspythongo
0
2,691
Klingai Rate LimitsA

'Handle Kling AI API rate limits with backoff and queuing strategies.

ai-agentspythonbash
0
2,691
Klingai Reference ArchitectureA

'Production reference architecture for Kling AI video generation platforms.

ai-agentspythonrust
0
2,691
Klingai Sdk PatternsA

'Production SDK patterns for Kling AI: client wrapper, retry logic, async

ai-agentsjavascriptpython
0
2,691
Klingai Storage IntegrationA

'Download and store Kling AI generated videos in cloud storage (S3, GCS,

ai-agentspythongo
0
2,691
Klingai Style TransferA

'Apply artistic styles and visual effects to Kling AI video generation.

ai-agentspythongo
0
2,691
Klingai Team SetupA

'Configure Kling AI for teams with per-project API keys, usage quotas,

ai-agentspythongo
0
2,691
Klingai Text To VideoA

'Generate videos from text prompts with Kling AI. Use when creating videos

ai-agentspythongo
0
2,691
Klingai Upgrade MigrationA

'Migrate between Kling AI model versions safely. Use when upgrading from

ai-agentspythongo
0
2,691
Klingai Usage AnalyticsA

'Build usage analytics and reporting for Kling AI video generation. Use

ai-agentspythonbash
0
2,691
Klingai Video ExtensionA

'Extend video duration using Kling AI continuation. Use when creating

ai-agentspythongo
0
2,691
Klingai Webhook ConfigA

'Configure webhook callbacks for Kling AI task completion. Use when building

ai-agentsjavascriptpython
0
2,691
Langchain Ci IntegrationA

"Wire LangChain 1.0 / LangGraph 1.0 tests into a GitHub Actions pipeline\

ai-agentspythongo
0
2,691
Langchain Common ErrorsA

"Paste-match catalog of 14 real LangChain 1.0 / LangGraph 1.0 exceptions\

ai-agentspythongo
0
2,691
Langchain Content BlocksA

"Works correctly with LangChain 1.0's typed content blocks on AIMessage.content\n\

ai-agentspythongo
0
2,691
Langchain Core WorkflowA

"Compose LangChain 1.0 chains with RunnableParallel, RunnableBranch,\n\

ai-agentspythongo
0
2,691
Langchain Cost TuningA

'Control LangChain 1.0 AI spend with accurate streaming token accounting,

ai-agentspythongo
0
2,691
Langchain Data HandlingA

"Load and chunk documents for LangChain 1.0 RAG pipelines correctly \u2014\

ai-agentspythongo
0
2,691
Langchain Debug BundleA

"Produce a reproducible, sanitized diagnostic bundle for a LangChain\

ai-agentspythongo
0
2,691
Langchain Deep AgentsA

"Build a LangGraph 1.0 Deep Agent \u2014 planner + subagents + virtual\

ai-agentspythongo
0
2,691
Langchain Deploy IntegrationB

Deploy a LangChain 1.0 / LangGraph 1.0 app to Cloud Run, Vercel, or LangServe correctly — with timeouts sized for chain length, cold-start mitigation, SSE anti-buffering headers, and Secret Manager over .env. Use when prepping a first production deploy, debugging a stream that hangs behind a proxy, or diagnosing p99 latency spikes. Trigger with "langchain deploy", "langchain cloud run", "langchain vercel python", "langchain langserve", or "langchain docker".

ai-agentsjavascriptpython
0
2,691
Langchain Embeddings SearchA

'Build and query vector stores with LangChain 1.0 without getting burned

ai-agentspythonrust
0
2,691
Langchain Enterprise RbacB

"Enforce tenant isolation and role-based access across LangChain 1.0\

ai-agentspythonrust
0
2,691
Langchain Eval HarnessA

"Build reproducible evaluation pipelines for LangChain 1.0 chains and\

ai-agentspythongo
0
2,691
Langchain Incident RunbookA

"Triage LangChain 1.0 / LangGraph 1.0 production incidents \u2014 LLM-specific\

ai-agentspythongo
0
2,691
Langchain Langgraph AgentsA

Build a correct LangGraph 1.0 ReAct agent with create_react_agent — typed tools, error propagation, recursion caps, and stop conditions that actually stop. Use when writing a first tool-calling agent, migrating from AgentExecutor or initialize_agent, or diagnosing an agent that loops on vague prompts. Trigger with "langgraph agent", "create_react_agent", "langgraph tool calling", "AgentExecutor migration", or "agent loop cost".

ai-agentspythongo
0
2,691
Langchain Langgraph BasicsA

"Build a correct LangGraph 1.0 StateGraph \u2014 typed TypedDict state\

ai-agentspythongo
0
2,691
Langchain Langgraph CheckpointingA

"Persist LangGraph agent state correctly with MemorySaver and PostgresSaver\

ai-agentspythongo
0
2,691
Langchain Langgraph Human In LoopA

"Build LangGraph 1.0 human-in-the-loop approval flows with interrupt_before\

ai-agentspythongo
0
2,691
Langchain Langgraph StreamingA

'Pick the correct LangGraph 1.0 stream_mode ("messages" vs "updates"

ai-agentspythongo
0
2,691
Langchain Langgraph SubgraphsA

"Compose LangGraph 1.0 subgraphs correctly \u2014 shared state key propagation,\n\

ai-agentspythongo
0
2,691
Langchain Local Dev LoopA

"Build a fast, deterministic local test loop for LangChain 1.0 / LangGraph\

ai-agentspythongo
0
2,691
Langchain Middleware PatternsC

"Build composable middleware for LangChain 1.0 chains and LangGraph 1.0\

ai-agentspythongo
0
2,691
Langchain Model InferenceA

'Invoke Claude, GPT-4o, and Gemini through LangChain 1.0 without tripping

ai-agentspythongo
0
2,691