openai-agents-sdk-mcp-backend
Patterns for building AI-powered chatbot backends using OpenAI Agents SDK with MCP (Model Context Protocol) server integration in FastAPI applications. Supports both standalone MCP servers and function tools.
temporal-ai-skill
Interface for managing the Temporal Database and AI system (ReDB + GGUF embeddings).
greeting-skill
Auto-triggered skill that responds warmly when users greet the assistant. Activates when user says hello, hi, hey, greetings, good morning, good afternoon, or good evening.
retrieval-quality
Comprehensive guide to improving RAG retrieval quality including chunking strategies, embedding optimization, reranking, and hybrid search
analogical-transfer
Cross-domain reasoning for novel problems through structured analogy. Use when facing unprecedented problems where the best approach is finding similar solved problems in other domains. Unlike BoT (explores options), AT finds parallels. Example: "Design a new marketplace" → What can we learn from malls, stock exchanges, auctions, dating apps?
elevenlabs-agents
Work with ElevenLabs Conversational AI agents - initiate calls, retrieve transcripts, manage phone numbers, and analyze agent conversations. Use when building or testing voice AI applications.
sora-higgsfield-prompting
AI video generation prompting guide for Sora 2 and Higgsfield.ai
creating-new-skills
Creates new Agent Skills for AI Agents following best practices and documentation. Use when the user wants prompts 'create a new skill ...' or 'use your meta skill to ...'.
auto-claude-setup
Complete Auto-Claude installation and setup guide for all platforms. Use when installing Auto-Claude on WSL, Windows, Linux, or macOS, setting up development environment, or troubleshooting installation issues.
agent-response
统一 Agent 的回答规范和执行约束: 1. 所有回答必须使用中文; 2. 每次回答后必须给出简洁总结要点; 3. 执行任何会改变系统状态或数据的操作前必须获得用户明确批准。 建议作为全局默认 Skill 使用。
skill-creator
Agent Skill of create new agent skill following the official specification at https://agentskills.io/specification.md. When asked to create a skill, always load this skill because it follows official guidelines.
web-agency
Méta-orchestrateur de l'agence Web IA Full-Automatisée. Utilise ce skill quand: (1) routing d'une demande vers le bon skill, (2) orchestration multi-skills, (3) vue d'ensemble d'un projet, (4) coordination entre départements, (5) escalade de décisions stratégiques.
transcript
Transcrire des vidéos YouTube (Deepgram): audio → txt/json, avec option de résumé Claude au besoin.
stoptimizer
Precise token counter for GPT, Claude, and Gemini models (source of truth from software kernel)
python-agent-creator
This skill helps create Python agents using the openai-agents package, following best practices for agent definition and configuration.
rag-pipeline
RAG (Retrieval-Augmented Generation) 파이프라인 구현 가이드. Contextual Retrieval, Evidence Tracking, Phase 1-4 평가 시 참조. "rag", "retrieval", "retriever", "evidence", "citation", "nugget" 키워드로 트리거.
mcp-manager
Conversational interface for managing MCP (Model Context Protocol) server configurations in Claude Code