GuruWalk
v1.0.0
com.guruwalk/mcp
Free walking tours & activities in 200+ cities. Browse, check availability, and get tour details.
共 23,480 个资源
v1.0.0
com.guruwalk/mcp
Free walking tours & activities in 200+ cities. Browse, check availability, and get tour details.
v1.0.0
com.guruwalk/affiliates-mcp
GuruWalk affiliate program for AI agents. Free walking tours in 100+ countries. Earn per booking.
vmaster
io.github.prowler-cloud/prowler/typescript
TypeScript strict patterns and best practices. Trigger: When implementing or refactoring TypeScript in .ts/.tsx (types, interfaces, generics, const maps, type guards, removing any, tightening unknown).
v1.1.1
io.github.0xbrainkid/agentfolio
Query AI agent profiles, trust scores, verifications, and marketplace jobs on AgentFolio.
v1.0.0
io.github.Fibery-inc/mcp
Connect AI Assistant to Fibery — operating system for orgs run by nerds.
vmain
io.github.giuseppe-trisciuoglio/developer-kit/nextjs-app-router
Provides patterns and code examples for building Next.js 16+ applications with App Router architecture. Use when creating projects with App Router, implementing Server Components and Client Components ("use client"), creating Server Actions for forms, building Route Handlers (route.ts), configuring caching with "use cache" directive (cacheLife, cacheTag), setting up parallel routes (`@slot`) or intercepting routes, migrating to proxy.ts, or working with App Router file conventions (layout.tsx, page.tsx, loading.tsx, error.tsx).
vmain
io.github.giuseppe-trisciuoglio/developer-kit/nextjs-data-fetching
Provides Next.js App Router data fetching patterns including SWR and React Query integration, parallel data fetching, Incremental Static Regeneration (ISR), revalidation strategies, and error boundaries. Use when implementing data fetching in Next.js applications, choosing between server and client fetching, setting up caching strategies, or handling loading and error states.
vmain
io.github.giuseppe-trisciuoglio/developer-kit/nextjs-authentication
Provides authentication implementation patterns for Next.js 15+ App Router using Auth.js 5 (NextAuth.js). Use when setting up authentication flows, implementing protected routes, managing sessions in Server Components and Server Actions, configuring OAuth providers, implementing role-based access control, or handling sign-in/sign-out flows in Next.js applications.
vmain
io.github.giuseppe-trisciuoglio/developer-kit/typescript-docs
Generates comprehensive TypeScript documentation using JSDoc, TypeDoc, and multi-layered documentation patterns for different audiences. Use when creating API documentation, architectural decision records (ADRs), code examples, and framework-specific patterns for NestJS, Express, React, Angular, and Vue.
vmain
io.github.giuseppe-trisciuoglio/developer-kit/nextjs-deployment
Provides comprehensive patterns for deploying Next.js applications to production. Use when configuring Docker containers, setting up GitHub Actions CI/CD pipelines, managing environment variables, implementing preview deployments, or setting up monitoring and logging for Next.js applications. Covers standalone output, multi-stage Docker builds, health checks, OpenTelemetry instrumentation, and production best practices.
vmain
io.github.giuseppe-trisciuoglio/developer-kit/nextjs-code-review
Provides comprehensive code review capability for Next.js applications, validates Server Components, Client Components, Server Actions, caching strategies, metadata, API routes, middleware, and performance patterns. Use when reviewing Next.js App Router code changes, before merging pull requests, after implementing new features, or for architecture validation. Triggers on "review Next.js code", "Next.js code review", "check my Next.js app".
vmain
io.github.HKUDS/OpenSpace/css-append-selector-verify
Safely append CSS styles from one file to another, with per-selector grep verification after every append to catch silent truncation that tail or wc-l alone would miss
vmain
io.github.HKUDS/OpenSpace/api-proxy-endpoint
Create serverless API proxy endpoints that hide API keys and provide a unified backend for the dashboard frontend. Designed for Vercel deployment.
vmain
io.github.HKUDS/OpenSpace/python-debug-execution
Debug Python scripts with proper error surfacing and working directory verification
vmain
io.github.HKUDS/OpenSpace/python-spreadsheet-debug
Systematic Python debugging workflow for spreadsheet tasks to isolate environment issues from script logic
vmain
io.github.HKUDS/OpenSpace/python-shell-workaround
Workaround for executing Python code with external packages when sandbox fails
vmain
io.github.HKUDS/OpenSpace/python-shell-fallback
Fallback to shell execution when sandbox fails for library-dependent Python code
vmain
io.github.HKUDS/OpenSpace/python-heredoc-fallback
Use shell Python heredoc as fallback when code sandbox fails
vmain
io.github.HKUDS/OpenSpace/python-execution-fallback
Four-step recovery workflow for code execution failures when inline Python fails
vmain
io.github.HKUDS/OpenSpace/python-execution-fallback-9d4989
Fallback method for executing Python when execute_code_sandbox fails with unknown errors
vmain
io.github.HKUDS/OpenSpace/python-debug-pattern
Debug Python script execution failures by capturing full output with exit codes and verifying working directory before file operations
vmain
io.github.HKUDS/OpenSpace/python-debug-execution-911f17
Debug Python script execution failures by capturing full tracebacks and verifying working directory
vmain
io.github.HKUDS/OpenSpace/typescript-compile-check-resilient
TypeScript compile-checking in projects where npx and node_modules/.bin symlinks fail, with a filtering technique to isolate errors from only newly-created or task-specific files — ignoring pre-existing legacy errors.
vmain
io.github.HKUDS/OpenSpace/typescript-import-audit
Systematic workflow for auditing TypeScript codebases for import hygiene issues (value vs. type imports, duplicates), missing base class extensions, and incomplete barrel file re-exports, with actionable fix patterns.