性能
性能分析与优化
laravel-data-chunking-large-datasets
noartem
Process large datasets efficiently using chunk(), chunkById(), lazy(), and cursor() to reduce memory consumption and improve performance
literature-review
u9401066
系統性文獻搜尋、篩選、下載、整理。觸發:文獻回顧、找論文、搜尋文獻、systematic review、literature search、PubMed、找文章、搜paper、review、reference、citation、引用、參考文獻、背景調查、background。
vercel-react-best-practices
ZhanlinCui
React 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.
web-performance-seo
ZhanlinCui
Fix PageSpeed Insights/Lighthouse accessibility "!" errors caused by contrast audit failures (CSS filters, OKLCH/OKLAB, low opacity, gradient text, image backgrounds). Use for accessibility-driven SEO/performance debugging and remediation.
implementing-io-pipelines
christian289
"Implements high-performance streaming using System.IO.Pipelines in .NET. Use when building network protocols, parsing binary data, or processing large streams efficiently."
better-all
Casper-Studios
Use the better-all library for Promise.all with automatic DAG-based dependency optimization and full type inference. Use when parallelizing async operations with complex dependencies.
creating-wpf-brushes
christian289
"Creates WPF Brush patterns including SolidColorBrush, LinearGradientBrush, RadialGradientBrush, ImageBrush, and VisualBrush. Use when filling shapes with colors, gradients, images, or tile patterns."
make-wpf-behavior
christian289
"Generates WPF Behavior<T> classes using Microsoft.Xaml.Behaviors.Wpf. Usage: /wpf-dev-pack:make-wpf-behavior <BehaviorName> <TargetType>"
audio-trimmer
dkyazzentwatwa
Cut, trim, and edit audio segments with fade effects, speed control, concatenation, and basic audio manipulations.
code-profiler
dkyazzentwatwa
Use when asked to profile Python code performance, identify bottlenecks, measure execution time, or analyze function call statistics.
neo4j-cypher-guide
tomasonjo
Comprehensive guide for writing modern Neo4j Cypher read queries. Essential for text2cypher MCP tools and LLMs generating Cypher queries. Covers removed/deprecated syntax, modern replacements, CALL subqueries for reads, COLLECT patterns, sorting best practices, and Quantified Path Patterns (QPP) for efficient graph traversal.
app-localization
tddworks
iOS/macOS app localization management for Tuist-based projects with .strings files. Use when: (1) Adding new translation keys to modules, (2) Validating .strings files for missing/duplicate keys, (3) Syncing translations across languages, (4) AI-powered translation from English to other locales, (5) Checking placeholder consistency (%@, %d), (6) Generating localization reports, (7) Updating Swift code to use localized strings instead of hardcoded text.
advanced-memory-skill-creator
sandraschi
Use when planning, scaffolding, validating, or packaging Claude skills inside Advanced Memory MCP.
swift-coding-standards
williamzujkowski
Master Swift coding standards with Apple's guidelines, protocol-oriented design, and modern concurrency patterns
go-performance
blacktop
Analyze and optimize Go program performance. Use when asked to profile Go code, find performance bottlenecks, analyze memory allocations, detect memory leaks, write benchmarks, or optimize CPU/memory usage.
rust-coding-standards
williamzujkowski
Master Rust's ownership system, type safety, and zero-cost abstractions for building safe, concurrent, and performant systems. Covers borrowing, lifetimes, traits, error handling, async/await, and testing patterns.
swift-composable-architecture
nonameplum
The Composable Architecture (TCA) - A library for building Swift applications with state management, composition, and testability
monitoring
williamzujkowski
Monitoring standards for monitoring in Devops environments. Covers best
ai-debate-dominator
sandraschi
Master AI debate techniques with comprehensive counter-arguments against slop criticism, safety concerns, philosophical objections, and political rhetoric
patterns
williamzujkowski
Patterns standards for patterns in Microservices environments. Covers
patterns
williamzujkowski
Patterns standards for patterns in Architecture environments. Covers
swift-concurrency
nonameplum
'Expert guidance on Swift Concurrency best practices, patterns, and implementation. Use when developers mention: (1) Swift Concurrency, async/await, actors, or tasks, (2) "use Swift Concurrency" or "modern concurrency patterns", (3) migrating to Swift 6, (4) data races or thread safety issues, (5) refactoring closures to async/await, (6) @MainActor, Sendable, or actor isolation, (7) concurrent code architecture or performance optimization, (8) concurrency-related linter warnings (SwiftLint or similar; e.g. async_without_await, Sendable/actor isolation/MainActor lint).'
infrastructure
williamzujkowski
Infrastructure standards for infrastructure in Devops environments. Covers
skill-loader
williamzujkowski
Skill-Loader standards and best practices for Skill Loader. Includes implementation guidelines, common patterns, and testing strategies.