性能

性能分析与优化

显示 2089-2112 / 共 2714 个技能
Coowoolf

Builder Operating Model

Coowoolf

Shift from rigid roles (PM, Designer, Engineer) towards a model where individuals use AI to bridge skill gaps, enabling smaller and flatter teams. Use in early-stage startups or innovation units where speed is critical.

代码评审 2 7个月前
yoitaoai

yoitao-jimeng-sessionid

yoitaoai

当需要获取或刷新即梦(jimeng.jianying.com)登录态中的 sessionid cookie 时使用。自动打开即梦网站检查登录状态,并在已登录时返回 sessionid 值给调用方。

数据处理 2 6个月前
AlexanderStephenThompson

web-performance

AlexanderStephenThompson

Performance patterns for Apollo caching, Redis, and CloudFront optimization

缓存 2 6个月前
mcart13

rust-performance-best-practices

mcart13

Expert-level Rust performance optimization guidelines for build profiles, allocation, synchronization, async/await, and I/O. This skill should be used when writing, reviewing, or optimizing Rust code for performance. Triggers on tasks involving slow Rust code, large binary size, long compile times, LTO configuration, release profile tuning, allocation reduction, clone avoidance, lock contention, BufReader/BufWriter, flamegraph analysis, async runtime issues, Tokio performance, spawn_blocking, parking_lot vs std sync, or any Rust performance investigation.

代码评审 2 7个月前
starwreckntx

behavioral-profile-calibration

starwreckntx

Calibrate behavioral profiles for consistent agent operation.

智能体 2 9个月前
Coowoolf

Hierarchy of Engagement

Coowoolf

A three-level framework to gauge growth quality. Level 1: Core Action completion. Level 2: Retention via accruing benefits and mounting loss. Level 3: Self-perpetuating loops. Don't optimize for MAU—optimize for engaged users.

代码生成 2 7个月前
liuchiawei

mobile-design

liuchiawei

Mobile-first design and engineering doctrine for iOS and Android apps. Covers touch interaction, performance, platform conventions, offline behavior, and mobile-specific decision-making. Teaches principles and constraints, not fixed layouts. Use for React Native, Flutter, or native mobile apps.

性能 2 6个月前
jovermier

nextjs-performance

jovermier

Next.js performance optimizations including next/image, next/font, dynamic imports, caching strategies, and bundle optimization. Use when optimizing Next.js apps for speed or Core Web Vitals.

Docker 2 8个月前
jorgealves

python-performance-profiler

jorgealves

Identify CPU and memory bottlenecks in Python code using cProfile or memory_profiler. Use to optimize mission-critical Python services.

性能 2 7个月前
StrayDragon

lib-slint-expert

StrayDragon

Comprehensive Slint GUI development expert based on official source code. Covers Rust integration, component design, layouts, styling, animations, cross-platform deployment, and performance optimization. Use when working with Slint UI toolkit, building native GUI applications, or when mentioning Slint, GUI development, or Rust user interfaces. Built with official documentation and examples.

代码生成 2 7个月前
Krosebrook

nft-standards

Krosebrook

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

数据处理 2 9个月前
fefogarcia

memory-systems

fefogarcia

Design and implement memory architectures for agent systems. Use when building agents that need to persist state across sessions, maintain entity consistency, or reason over structured knowledge.

向量嵌入 2 6个月前
kieutrongthien

plan-agile-planning

kieutrongthien

Create epics, user stories, and estimate points for predictable delivery.

代码生成 2 7个月前
willkelly

deno-debugger

willkelly

Interactive debugger for Deno/TypeScript applications using the V8 Inspector Protocol. This skill should be used when investigating issues in Deno applications, including memory leaks, performance bottlenecks, race conditions, crashes, or any runtime behavior that requires step-by-step debugging, heap analysis, or CPU profiling. Provides CDP client tools, heap/CPU analyzers, and investigation tracking.

分析 2 10个月前
Coowoolf

Hierarchy of Marketplaces

Coowoolf

A roadmap for marketplace domination. Level 1: Focus on a "thimble" to maximize Happy GMV. Level 2: Tip the market via growth loops. Level 3: Dominate to capture economic rents. Not all GMV is equal.

代码生成 2 7个月前
wollfoo

threejs

wollfoo

Build immersive 3D web experiences with Three.js - WebGL/WebGPU library for scenes, cameras, geometries, materials, lights, animations, loaders, post-processing, shaders (including node-based TSL), compute, physics, VR/XR, and advanced rendering. Use when creating 3D visualizations, games, interactive graphics, data viz, product configurators, architectural walkthroughs, or WebGL/WebGPU applications. Covers OrbitControls, GLTF/FBX loading, PBR materials, shadow mapping, post-processing effects (bloom, SSAO, SSR), custom shaders, instancing, LOD, animation systems, and WebXR. Sử dụng khi: đồ họa 3D, hoạt hình 3D, WebGL, game, visualization.

代码生成 2 9个月前
wollfoo

mobile-development

wollfoo

Build modern mobile applications with React Native, Flutter, Swift/SwiftUI, and Kotlin/Jetpack Compose. Covers mobile-first design principles, performance optimization (battery, memory, network), offline-first architecture, platform-specific guidelines (iOS HIG, Material Design), testing strategies, security best practices, accessibility, app store deployment, and mobile development mindset. Use when building mobile apps, implementing mobile UX patterns, optimizing for mobile constraints, or making native vs cross-platform decisions. Sử dụng khi: ứng dụng di động, React Native, Flutter, iOS, Android.

无障碍 2 9个月前
jovermier

go-performance

jovermier

Go performance optimizations including memory allocation reduction, efficient string building, I/O operations, and resource pooling. Use when optimizing Go code for speed or memory efficiency.

代码生成 2 8个月前
liuchiawei

code-reviewer

liuchiawei

Elite code review expert specializing in modern AI-powered code

代码评审 2 6个月前
liuchiawei

marketing-ideas

liuchiawei

Provide proven marketing strategies and growth ideas for SaaS and software products, prioritized using a marketing feasibility scoring system.

性能 2 6个月前
Coowoolf

gamification-triad

Coowoolf

Use when designing retention mechanisms, habit loops, or auditing why users drop off despite engaging with core features, to structure gamification beyond superficial badges

代码评审 2 7个月前
AlexanderStephenThompson

data-python

AlexanderStephenThompson

Python patterns for data processing - pandas, polars, pyspark

数据处理 2 7个月前
guardzcom

session-checkpoint

guardzcom

This skill should be used when the user says "save checkpoint", "checkpoint", "continue", "resume", "resume work", "save my progress", "clear checkpoint", or "clear all checkpoints". Saves and resumes named session checkpoints to preserve progress across Claude Code sessions. Tracks accomplishments, failed approaches, and modified files. IMPORTANT: When the user says bare "continue" or "resume" at session start and MEMORY.md lists active checkpoints, always invoke this skill.

文件操作 2 6个月前
mcart13

go-performance-best-practices

mcart13

Go performance optimization guidelines for profiling, allocation, GC tuning, concurrency, PGO, and I/O. This skill should be used when writing, reviewing, or optimizing Go code for performance. Triggers on tasks involving slow services, high latency, high memory usage, memory leaks, goroutine leaks, GC pressure, CPU profiling, pprof analysis, allocation reduction, sync.Pool, mutex contention, HTTP client tuning, Profile-Guided Optimization, GOMEMLIMIT tuning, Go 1.24 features, Swiss Tables, or any Go performance investigation.

API 开发 2 7个月前