Back to tags
Tag

Agent Skills with tag: performance-optimization

24 skills match this tag. Use tags to discover related Agent Skills and explore similar workflows.

makepad-rust

Rust patterns and best practices specific to Makepad UI development. Covers widget ownership (WidgetRef, WidgetSet), lifetime management, derive macros (Live, Widget), state management, async architecture with tokio integration (why UI/async separation is needed, global runtime pattern, request channels, response mechanisms like SignalToUI and Cx::post_action), platform-specific code, Unicode/grapheme handling for CJK and emoji text, and performance optimization. Use when writing Rust code for Makepad applications.

rustmakepadui-componentsasync-await
ZhangHanDong
ZhangHanDong
11118

sqlite-best-practices

SQLite best practices including WAL checkpoint timing for multiprocessing, stateful batch connections for atomicity, and performance configuration. Use when working with SQLite in Python projects requiring concurrent access, multi-table atomicity, or multiprocessing.

sqlitepythonmultiprocessingatomicity
randalmurphal
randalmurphal
0

python-performance-optimization

Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.

pythonprofilingmemory-profilingperformance-optimization
prof-ramos
prof-ramos
0

async-python-patterns

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

asyncioconcurrent-programmingasync-awaitpython
prof-ramos
prof-ramos
0

aiwf:frontend-dev-guidelines

Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.

frontendreacttypescriptperformance-optimization
moonklabs
moonklabs
1

database-design-patterns

Database schema design patterns and optimization strategies for relational and NoSQL databases. Use when designing database schemas, optimizing query performance, or implementing data persistence layers at scale.

database-designdatabase-schemanosqlrelational-database
NickCrew
NickCrew
52

backend-development

Build robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJS, FastAPI, Django), databases (PostgreSQL, MongoDB, Redis), APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, scalability patterns (microservices, caching, sharding), DevOps practices (Docker, Kubernetes, CI/CD), and monitoring. Use when designing APIs, implementing authentication, optimizing database queries, setting up CI/CD pipelines, handling security vulnerabilities, building microservices, or developing production-ready backend systems. | Sử dụng khi xây dựng API, server, backend, máy chủ, xử lý dữ liệu, endpoint, microservices.

nodejspythongorust
wollfoo
wollfoo
0

frontend-dev-guidelines

Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code.

reacttypescriptfrontendperformance-optimization
wollfoo
wollfoo
0

compiler-explorer

Optimize functions by generating and analyzing compiler assembly output. Use when asked to optimize a function, analyze generated assembly, or improve performance by examining what the compiler produces.

compilerassemblyperformance-optimizationcode-analysis
rockorager
rockorager
21

react

Modern React 18+ patterns with TypeScript, hooks, state management, and performance optimization. This skill should be used when building React components, debugging frontend issues, or reviewing React code. (user)

reacttypescripthooksstate-management
tenlisboa
tenlisboa
2

fullstack-security

Security and performance - hardening, optimization, auditing

hardeningperformance-optimizationsecurity-auditingfullstack
pluginagentmarketplace
pluginagentmarketplace
1

react-performance

Master React performance optimization with memoization, code splitting, profiling, and Web Vitals monitoring

reactperformance-optimizationmemoizationcode-splitting
pluginagentmarketplace
pluginagentmarketplace
0

performance-optimizer

Activates when user needs help with performance optimization, profiling, or improving code efficiency. Triggers on "optimize performance", "make this faster", "reduce memory", "profile this", "performance issues", "slow code", "improve speed", or efficiency-related questions.

performance-optimizationprofilingcode-efficiencyperformance-issues
always-further
always-further
1

swiftui-patterns

SwiftUI開発パターン・ベストプラクティス。状態管理、ナビゲーション、レイアウト、アニメーション、パフォーマンス最適化など、モダンなSwiftUIアプリケーション開発の実践的なガイド。

swiftuistate-managementnavigationlayout
Gaku52
Gaku52
1

react-development

React開発の詳細ガイド。Hooks、コンポーネント設計、パフォーマンス最適化、テストなど、Reactアプリケーション開発のベストプラクティス。

reacthookscomponent-designperformance-optimization
Gaku52
Gaku52
1

python-development

Python開発ガイド。FastAPI、Django、Flask、型ヒント、非同期処理、データ処理、パフォーマンス最適化など、Pythonアプリケーション開発のベストプラクティス。

pythonFastAPIDjangoFlask
Gaku52
Gaku52
1

senior-frontend

Comprehensive frontend development skill for building modern, performant web applications using ReactJS, NextJS, TypeScript, Tailwind CSS. Includes component scaffolding, performance optimization, bundle analysis, and UI best practices. Use when developing frontend features, optimizing performance, implementing UI/UX designs, managing state, or reviewing frontend code.

reacttypescriptnextjstailwind-css
atalovesyou
atalovesyou
1

Slint GUI Expert

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.

slintrustdesktop-appcross-platform
StrayDragon
StrayDragon
11

python-polars

This skill should be used when the user asks to "work with polars", "create a dataframe", "use lazy evaluation", "migrate from pandas", "optimize data pipelines", "read parquet files", "group by operations", or needs guidance on Polars DataFrame operations, expression API, performance optimization, or data transformation workflows.

dataframelazy-evaluationperformance-optimizationdata-transformation
tbhb
tbhb
1

data-structures

Master selection and implementation of data structures. Learn when to use arrays, lists, trees, graphs, heaps, and hash tables for optimal performance.

data-structuresalgorithmsperformance-optimizationimplementation
pluginagentmarketplace
pluginagentmarketplace
1

go-performance

Go performance optimization - profiling, benchmarks, memory management

goprofilingbenchmarksmemory-management
pluginagentmarketplace
pluginagentmarketplace
1

caching-strategies

Production-grade caching strategies skill for Redis patterns, CDN configuration, cache invalidation, and performance optimization

caching-strategiesrediscdncache-invalidation
pluginagentmarketplace
pluginagentmarketplace
1

decomposition-reconstruction

Use when dealing with complex systems that need simplification, identifying bottlenecks or critical failure points, redesigning architecture or processes for better performance, breaking down problems that feel overwhelming, analyzing dependencies to understand ripple effects, user mentions "this is too complex", "where's the bottleneck", "how do we redesign this", "what are the key components", or when optimization requires understanding how parts interact.

task-decompositiondependency-analysissystems-analysisprocess-improvement
lyndonkl
lyndonkl
0

go-development

Production-grade Go development patterns for building resilient services. Use when developing Go applications, implementing job schedulers, Docker integrations, LDAP clients, or needing patterns for resilience, testing, and performance optimization. By Netresearch.

goresilience-patternsperformance-optimizationdocker-integration
netresearch
netresearch
20