mcp-development
vmain
io.github.rohitg00/awesome-claude-code-toolkit/mcp-development
MCP server development including tool design, resource endpoints, prompt templates, and transport configuration
“Prompt” 共 75 个结果
vmain
io.github.rohitg00/awesome-claude-code-toolkit/mcp-development
MCP server development including tool design, resource endpoints, prompt templates, and transport configuration
vmain
io.github.cisco-ai-defense/mcp-scanner/security-scan
Scans MCP servers, tools, prompts, and resources for security vulnerabilities using YARA rules, LLM analysis, and Cisco AI Defense API. Use this skill when the user wants to check MCP servers for security issues, detect prompt injection, tool poisoning, or analyze MCP configurations for threats.
vmain
io.github.wsimmonds/claude-nextjs-skills/nextjs-server-client-components
Guide for choosing between Server Components and Client Components in Next.js App Router. CRITICAL for useSearchParams (requires Suspense + 'use client'), navigation (Link, redirect, useRouter), cookies/headers access, and 'use client' directive. Activates when prompt mentions useSearchParams, Suspense, navigation, routing, Link component, redirect, pathname, searchParams, cookies, headers, async components, or 'use client'. Essential for avoiding mixing server/client APIs.