PromptMinder Skills
可审查、可复用的 Agent Skills
同步自公开来源。
nx-workspace-patterns
内容可用Configure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing build caching, or implementing affected commands.
incident-runbook-templates
仅索引暂无描述
shopify-dev
仅索引暂无描述
vue-debug-guides
仅索引暂无描述
workflow-patterns
内容可用Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.
hybrid-search-implementation
内容可用Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.
vue-router-best-practices
内容可用Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.
similarity-search-patterns
内容可用Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.
multi-cloud-architecture
内容可用Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, GCP, and OCI. Use when building multi-cloud systems, avoiding vendor lock-in, or leveraging best-of-breed services from multiple providers.
vector-index-tuning
内容可用Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector search infrastructure.
python-resource-management
仅索引暂无描述
code-review
仅索引暂无描述
distributed-tracing
仅索引暂无描述
create-adaptable-composable
内容可用Create a library-grade Vue composable that accepts maybe-reactive inputs (MaybeRef / MaybeRefOrGetter) so callers can pass a plain value, ref, or getter. Normalize inputs with toValue()/toRef() inside reactive effects (watch/watchEffect) to keep behavior predictable and reactive. Use this skill when user asks for creating adaptable or reusable composables.
framer-motion-animator
内容可用Creates smooth animations and micro-interactions using Framer Motion including page transitions, gestures, scroll-based animations, and orchestrated sequences. Use when users request "add animation", "framer motion", "page transition", "animate component", or "micro-interactions".
verified-agent-identity
仅索引暂无描述
saga-orchestration
仅索引暂无描述
clerk-billing
仅索引暂无描述
spark-optimization
内容可用Optimize Apache Spark jobs with partitioning, caching, shuffle optimization, and memory tuning. Use when improving Spark performance, debugging slow jobs, or scaling data processing pipelines.
binary-analysis-patterns
内容可用Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing static analysis on binaries.