Ppostgresv0.3.1MCP ServerMCP RegistryConnect to your PostgreSQL database to query data and schemas.streamable-httpsseregistry 收录
Nnextjs-turbopackvmainSkillSkillsMPNext.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.source在 SkillsMP 查看
Ssql-correctnessvmainSkillSkillsMPSQL evaluation criteria for Databricks. Load when the trace contains execute_sql tool calls or SQL code in responses. Covers syntax validity, Unity Catalog patterns, and Databricks-specific SQL features.source在 SkillsMP 查看
Aapi-versioningvdevSkillSkillsMPCreate and maintain API version changes. Use when adding breaking changes to API responses/requests, creating version change files, transforming data between versions, or handling backward compatibility.source在 SkillsMP 查看
Pproject-setup-info-localvmainSkillSkillsMPComprehensive setup steps to help the user create complete project structures in a VS Code workspace; this tool is designed for full project initialization and scaffolding, not for creating individual files. When to use this tool: user wants to create a new complete project from scratch; setting up entire project frameworks (TypeScript projects, React apps, Node.js servers, etc.); initializing Model Context Protocol (MCP) servers with full structure; creating VS Code extensions with proper scaffolding; setting up Next.js, Vite, or other framework-based projects; user asks for "new project", "create a workspace", "set up a [framework] project"; need to establish a complete development environment with dependencies, config files, and folder structure. When NOT to use this tool: creating single files or small code snippets; adding individual files to existing projects; making modifications to existing codebases; user asks to "create a file" or "add a component"; simple code examples or demonstrations; debugging source在 SkillsMP 查看
Pproject-setup-info-context7vmainSkillSkillsMPComprehensive setup steps to help the user create complete project structures in a VS Code workspace. This tool is designed for full project initialization and scaffolding, not for creating individual files. When to use this tool: when the user wants to create a new complete project from scratch; when setting up entire project frameworks (TypeScript projects, React apps, Node.js servers, etc.); when initializing Model Context Protocol (MCP) servers with full structure; when creating VS Code extensions with proper scaffolding; when setting up Next.js, Vite, or other framework-based projects; when the user asks for "new project", "create a workspace", or "set up a [framework] project"; when you need to establish a complete development environment with dependencies, config files, and folder structure. When NOT to use this tool: when creating single files or small code snippets; when adding individual files to existing projects; when making modifications to existing codebases; when the user asks to "create a filesource在 SkillsMP 查看
Ssql-expertvmasterSkillSkillsMPExpert system for generating, validating, and optimizing ClickHouse SQL. Use this when the user needs data, queries, or analysis.source在 SkillsMP 查看
Wwriting-playwright-testsvmainSkillSkillsMPUse when writing new Playwright E2E tests or adding test cases. Provides testing philosophy, patterns, and best practices from the Playwright Developer Handbook.source在 SkillsMP 查看
Ddocker-local-buildvmainSkillSkillsMPBuild and test Kurtosis from source on local Docker. Compiles all components (engine, core, files-artifacts-expander), builds Docker images, installs the CLI, and restarts the engine. Use when developing Kurtosis and testing changes locally with Docker.source在 SkillsMP 查看
Ddocker-debugvmainSkillSkillsMPDebug Kurtosis running on local Docker. Inspect engine, API container, and service logs. Diagnose container crashes, port conflicts, and networking issues. Use when kurtosis commands fail or services aren't reachable on Docker.source在 SkillsMP 查看
Nnextjs-performancevmainSkillSkillsMPExpert Next.js performance optimization skill covering Core Web Vitals, image/font optimization, caching strategies, streaming, bundle optimization, and Server Components best practices. Use when optimizing Next.js applications for Core Web Vitals (LCP, INP, CLS), implementing next/image and next/font, configuring caching with unstable_cache and revalidateTag, converting Client Components to Server Components, implementing Suspense streaming, or analyzing and reducing bundle size. Supports Next.js 16 + React 19 patterns.source在 SkillsMP 查看
WworktreevmasterSkillSkillsMPSet up a new git worktree for parallel development. Creates the worktree, copies .env files, installs dependencies, and generates Prisma client. TRIGGER when user asks to set up a worktree, work on a branch in isolation, or needs a separate environment for a branch or PR.source在 SkillsMP 查看
Sswiftui-view-refactorvmainSkillSkillsMPRefactor and review SwiftUI view files with strong defaults for small dedicated subviews, MV-over-MVVM data flow, stable view trees, explicit dependency injection, and correct Observation usage. Use when cleaning up a SwiftUI view, splitting long bodies, removing inline actions or side effects, reducing computed `some View` helpers, or standardizing `@Observable` and view model initialization patterns.source在 SkillsMP 查看
Rreact-component-performancevmainSkillSkillsMPAnalyze and optimize React component performance issues (slow renders, re-render thrash, laggy lists, expensive computations). Use when asked to profile or improve a React component, reduce re-renders, or speed up UI updates in React apps.source在 SkillsMP 查看
SsqlvmainSkillSkillsMPГенерация SQL-кода для создания таблицы истории и триггеров (INSERT, UPDATE, DELETE), которые фиксируют изменения в таблице подготовки к рейсу, включая время, самолет, тип работ и ответственных лиц.source在 SkillsMP 查看
SsqlvmainSkillSkillsMP根据用户定义的数据库表结构(<TOKEN>、apitable_node、apitable_datasheet_meta),生成SQL语句以查询表名、dst_id、数据记录及字段元数据。source在 SkillsMP 查看
Rrefactor-python-loops-to-use-pandarallel-for-parallel-processingvmainSkillSkillsMPConverts sequential Python loops iterating over lists into parallelized operations using the pandarallel library, ensuring correct function scoping for FastAPI or standalone scripts.source在 SkillsMP 查看
Rrefactor-excel-vba-worksheet-code-to-standard-modulevmainSkillSkillsMPGuides the user in moving VBA logic from worksheet modules to a standard module to reuse code across multiple sheets, specifically handling the conversion of Private event handlers to Public subs and resolving scope/reference issues like the 'Me' keyword and 'Target' arguments.source在 SkillsMP 查看
Jjava-refactoring-with-spring-objectutilsvmainSkillSkillsMPRefactor Java code to use org.springframework.util.ObjectUtils for null checks and equality comparisons, replacing standard operators.source在 SkillsMP 查看
Ccss-scalable-icon-architecturevmainSkillSkillsMPGenerates CSS for scalable graphics where the container uses em units and internal elements use percentage dimensions to ensure responsive scaling.source在 SkillsMP 查看
Mmobile-network-qa-concise-sautervmainSkillSkillsMPAnswer technical questions about LTE, WLAN, and mobile networks based on the Sauter reference, strictly adhering to user-specified word count limits.source在 SkillsMP 查看
Ddocker-composenextcloudfrpvmainSkillSkillsMP指导用户使用Docker Compose部署Nextcloud(含MariaDB数据库)及FRP服务端/客户端,配置TOML格式的FRP配置文件,利用Docker内部网络进行服务代理,并解决Nextcloud信任域名及文件权限问题。source在 SkillsMP 查看
Vvercel-react-best-practicesvmainSkillSkillsMPReact and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.source在 SkillsMP 查看
Uunit-test-vue-piniavmainSkillSkillsMPWrite and review unit tests for Vue 3 + TypeScript + Vitest + Pinia codebases. Use when creating or updating tests for components, composables, and stores; mocking Pinia with createTestingPinia; applying Vue Test Utils patterns; and enforcing black-box assertions over implementation details.source在 SkillsMP 查看
Ssemantic-kernelvmainSkillSkillsMPCreate, update, refactor, explain, or review Semantic Kernel solutions using shared guidance plus language-specific references for .NET and Python.source在 SkillsMP 查看
Ssandbox-npm-installvmainSkillSkillsMPInstall npm packages in a Docker sandbox environment. Use this skill whenever you need to install, reinstall, or update node_modules inside a container where the workspace is mounted via virtiofs. Native binaries (esbuild, lightningcss, rollup) crash on virtiofs, so packages must be installed on the local ext4 filesystem and symlinked back.source在 SkillsMP 查看
Aautomation-governance-architectvmasterSkillSkillsMPGovernance-first architect for business automations (n8n-first) who audits value, risk, and maintainability before implementation.source在 SkillsMP 查看
Aautomation-recipevmainSkillSkillsMPZapier Recipe Book. Use when you need zapier recipe capabilities. Triggers on: zapier recipe.source在 SkillsMP 查看
Aautomation-runnervmainSkillSkillsMPExecutes approved shell commands, manages backups, and safely retrieves secrets from Bitwarden.source在 SkillsMP 查看
Ccursor-agentvmainSkillSkillsMPRun Cursor Agent CLI for coding tasks — writing, editing, refactoring, reviewing, or planning code — without spending OpenClaw API credits. Use when the user asks to write/fix/refactor/review code, a coding task would otherwise be done inline with Sonnet/Haiku, the user says "do this in cursor" or "use cursor for this", or any substantial file-editing task in a known repo. NOT for conversational questions about code (answer inline) or tiny one-liners that don't warrant a subprocess.source在 SkillsMP 查看
Wwriting-commit-messagesvmainSkillSkillsMPWrites Git commit messages. Activates when the user asks to write a commit message, draft a commit message, or similar.source在 SkillsMP 查看
Ccreate2-deploymentvmasterSkillSkillsMPDeploy contracts to deterministic addresses using CREATE2 with Nethereum (.NET). Use this skill whenever the user asks about CREATE2, deterministic deployment, counterfactual addresses, predictable contract addresses, cross-chain same-address deployment, deployment proxies, or address prediction in C#/.NET.source在 SkillsMP 查看
Ddeploy-contractvmasterSkillSkillsMPDeploy smart contracts to Ethereum using Nethereum typed deployment handlers (.NET/C#). Use this skill whenever the user asks about deploying a contract, publishing a smart contract, contract deployment, constructor parameters, deployment gas estimation, or getting a contract address after deployment.source在 SkillsMP 查看
Bbackend-patternsvmainSkillSkillsMPBackend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.source在 SkillsMP 查看
Ddocker-opsvmainSkillSkillsMPDockerfile best practices, multi-stage builds, docker-compose, container networking, volume management, and image optimization.source在 SkillsMP 查看
MmcportervmainSkillSkillsMPCall MCP Server tools directly via the mcporter CLI. Use when you need to interact with external APIs (GitHub, weather, etc.) without delegating to a Worker — useful for quick lookups or when you need a result to make a decision.source在 SkillsMP 查看
MmcportervmainSkillSkillsMPCall MCP Server tools directly via the mcporter CLI. Use when you need to interact with external APIs (GitHub, weather, etc.) without delegating to a Worker — useful for quick lookups or when you need a result to make a decision.source在 SkillsMP 查看
Bbackendless-automationvmainSkillSkillsMPAutomate Backendless tasks via Rube MCP (Composio). Always search tools first for current schemas.source在 SkillsMP 查看
Ddocker-hub-automationvmainSkillSkillsMPAutomate Docker Hub tasks via Rube MCP (Composio): repositories, images, tags, and container registry management. Always search tools first for current schemas.source在 SkillsMP 查看
AapifyvmainSkillSkillsMPSocial media scraping, business data, e-commerce via Apify actors — with auto-update workflow for actor catalog. USE WHEN Twitter, Instagram, LinkedIn, TikTok, YouTube, Facebook, Google Maps, Amazon scraping, Apify, update Apify actors, social media scraping, lead generation, web scraper.source在 SkillsMP 查看
AapifyvmainSkillSkillsMPSocial media scraping, business data, e-commerce via Apify actors — with auto-update workflow for actor catalog. USE WHEN Twitter, Instagram, LinkedIn, TikTok, YouTube, Facebook, Google Maps, Amazon scraping, Apify, update Apify actors, social media scraping, lead generation, web scraper.source在 SkillsMP 查看
Ffrontend-designvmainSkillSkillsMPCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications. Generates creative, polished code that avoids generic AI aesthetics. Do NOT use for design review or audit (use web-design-guidelines or web-quality-audit).source在 SkillsMP 查看
Ssqlite-adonetvmainSkillSkillsMPImplementation details for the Microsoft.Data.Sqlite ADO.NET provider. Use when changing files under `src/Microsoft.Data.Sqlite.Core/`.source在 SkillsMP 查看
Bbright-data-best-practicesvmainSkillSkillsMPBuild production-ready Bright Data integrations with best practices baked in. Reference documentation for developers using coding assistants (Claude Code, Cursor, etc.) to implement web scraping, search, browser automation, and structured data extraction. Covers Web Unlocker API, SERP API, Web Scraper API, and Browser API (Scraping Browser).source在 SkillsMP 查看
Ddesign-mirrorvmainSkillSkillsMPReplicate the visual style of any website and apply it to your existing codebase. Use this skill whenever the user wants to match a site's design, mirror a UI aesthetic, make their app look like another site, or replicate a specific visual style from a URL. Trigger on phrases like 'make it look like', 'match the design of', 'copy the style from', 'I want my app to look like X', 'mirror this design', 'inspired by [url]', or any time the user points at a website and says they want their frontend to match it.source在 SkillsMP 查看
Rreviewing-codevmainSkillSkillsMPReview code for quality, maintainability, and correctness. Use when reviewing pull requests, evaluating code changes, or providing feedback on implementations. Focuses on API design, patterns, and actionable feedback.source在 SkillsMP 查看
Ttypescript-magicianvmainSkillSkillsMPDesigns complex generic types, refactors `any` types to strict alternatives, creates type guards and utility types, and resolves TypeScript compiler errors. Use when the user asks about TypeScript (TS) types, generics, type inference, type guards, removing `any` types, strict typing, type errors, `infer`, `extends`, conditional types, mapped types, template literal types, branded/opaque types, or utility types like `Partial`, `Record`, `ReturnType`, and `Awaited`.source在 SkillsMP 查看
Rreact-admin-i18nvmasterSkillSkillsMPGuidelines for internationalizing a react-admin or shadcn admin kit application. Use when adding i18n support, creating translation files, translating hardcoded English strings in JSX, or reviewing i18n PRs in a react-admin project. Covers namespace conventions, interpolation, pluralization, locale-aware formatting, and the full workflow for converting an English-only app to multi-language. Trigger this skill whenever the user mentions i18n, internationalization, translation, localization, locale switching, or multi-language in a react-admin or shadcn admin kit context — even if they just say "translate this component" or "add French support".source在 SkillsMP 查看