claude-restart-resume
Quick restart to reload configuration changes (skills, settings, hooks, MCP services). Use PROACTIVELY after modifying .claude/ files. Preserves conversation history.
Quick restart to reload configuration changes (skills, settings, hooks, MCP services). Use PROACTIVELY after modifying .claude/ files. Preserves conversation history.
LangChain JS/TS framework for building LLM-powered applications - models, chains, tools, and RAG patterns.
Optimize ElevenLabs conversational AI agents for real estate applications. Use when creating new agents, improving conversation quality, selecting voices, engineering system prompts, configuring agent parameters, or analyzing agent performance metrics. Includes voice selection, model tuning, prompt engineering, and A/B testing strategies.
Learn from historical data and build institutional knowledge with Graphiti Memory. Integrates episode storage and retrieval into learning patterns across sessions. Use when user mentions learning workflows, building knowledge over time, analyzing past work patterns, or improving from historical data.
Multi-agent debate with 3-phase workflow. Optional --deep mode for feedback loop.
Workflow patterns and gotchas for OpenAI Agents SDK. Directs to RAG for implementation.
Use when creating specialized sub-agents with domain expertise, proper YAML formatting, and clear scope boundaries. Follows Guild system's dynamic specialist creation patterns.
Use when explicitly asked to run the security-reviewer subagent or when another skill requires the security-reviewer agent card.
Domain knowledge for Physical AI, ROS 2, and Humanoid Robotics.
Guidelines for working with LLM context stored in the .llm/ directory.
Expert SuperClaude prompt engineering assistant that analyzes user needs and crafts optimal prompts using the full SuperClaude framework - commands, flags, personas, MCP servers, wave orchestration, parallel execution patterns, continuous execution directives, and the new PM Agent orchestration system with PDCA cycles and Serena memory integration.
This skill should be used when users want to build LLM-powered applications using LangChain. It provides patterns for initializing any LLM provider (OpenAI, Anthropic, Google, xAI), building agent loops with tools, and implementing structured output. Use this skill when users ask to create chatbots, AI agents, or applications that need LLM integration with tool calling or structured responses.
LLM이 잘 설계된 도구를 통해 외부 서비스와 상호작용할 수 있게 하는 고품질 MCP(Model Context Protocol) 서버 생성 가이드. Python(FastMCP)이나 Node/TypeScript(MCP SDK)로 외부 API나 서비스를 통합하는 MCP 서버를 구축할 때 사용한다.
MANDATORY invocation for ALL LLM-related work. Invoke immediately when: - ANY mention of model names, IDs, or versions - ANY configuration of AI providers or APIs - ANY defaults/constants for LLM settings - ANY prompt engineering or modification - ANY discussion of model capabilities or features - ANY changes to AI-related dependencies - Reading/writing .env files with AI config - Modifying aiProviders.ts, prompts.ts, or similar - Reviewing AI-related pull requests - Debugging LLM integration issues CRITICAL: Training data lags reality by months. ALWAYS research first. Use WebSearch, Exa MCP, or Gemini CLI before making ANY LLM decisions.
Multi-level caching strategies for LLM applications - semantic caching (Redis), prompt caching (Claude/OpenAI native), cache hierarchies, cost optimization, and Langfuse cost tracking with hierarchical trace rollup for 70-95% cost reduction
Optimize prompts for better LLM outputs through systematic analysis and refinement
Build and execute multi-step prompt chains for complex tasks
Create production-ready prompts using systematic methodology. Use when: (1) Building new prompts for Claude, (2) Improving existing prompts, (3) Creating prompt templates, (4) Designing system prompts for agents.
Analyzes your recent Claude Code chat history to identify coding patterns,
Deep Agents library for building complex, multi-step AI agents with planning, context management, and subagent delegation.