Topic: ai-skills
5,410 skills in this topic.
-
writing-plans
Create detailed implementation plans with granular tasks. Use before implementing features or complex changes.
aiskillstore/marketplace 232
-
async-patterns-guide
Guides users on modern async patterns including native async fn in traits, async closures, and avoiding async-trait when possible. Activates when users work with async code.
aiskillstore/marketplace 232
-
async-sync-advisor
Guides users on choosing between async and sync patterns for Lambda functions, including when to use tokio, rayon, and spawn_blocking. Activates when users write Lambda handlers with mixed workloads.
aiskillstore/marketplace 232
-
browser-automation
Enterprise-grade browser automation using WebDriver protocol. Use when the user needs to automate web browsers, perform web scraping, test web applications, fill forms, take screenshots, monitor performance, or execute multi-step browser workflows. Supports Chrome, Firefox, and Edge with connection pooling and health management.
aiskillstore/marketplace 232
-
cold-start-optimizer
Provides guidance on reducing Lambda cold start times through binary optimization, lazy initialization, and deployment strategies. Activates when users discuss cold starts or deployment configuration.
aiskillstore/marketplace 232
-
data-lake-architect
Provides architectural guidance for data lake design including partitioning strategies, storage layout, schema design, and lakehouse patterns. Activates when users discuss data lake architecture, partitioning, or large-scale data organization.
aiskillstore/marketplace 232
-
datafusion-query-advisor
Reviews SQL queries and DataFrame operations for optimization opportunities including predicate pushdown, partition pruning, column projection, and join ordering. Activates when users write DataFusion queries or experience slow query performance.
aiskillstore/marketplace 232
-
domain-layer-expert
Guides users in creating rich domain models with behavior, value objects, and domain logic. Activates when users define domain entities, business rules, or validation logic.
aiskillstore/marketplace 232
-
error-conversion-guide
Guides users on error conversion patterns, From trait implementations, and the ? operator. Activates when users need to convert between error types or handle multiple error types in a function.
aiskillstore/marketplace 232
-
error-handler-advisor
Proactively reviews error handling patterns and suggests improvements using Result types, proper error propagation, and idiomatic patterns. Activates when users write error handling code or use unwrap/expect.
aiskillstore/marketplace 232
-
hexagonal-advisor
Reviews code architecture for hexagonal patterns, checks dependency directions, and suggests improvements for ports and adapters separation. Activates when users work with services, repositories, or architectural patterns.
aiskillstore/marketplace 232
-
lambda-optimization-advisor
Reviews AWS Lambda functions for performance, memory configuration, and cost optimization. Activates when users write Lambda handlers or discuss Lambda performance.
aiskillstore/marketplace 232
-
let-chains-advisor
Identifies deeply nested if-let expressions and suggests let chains for cleaner control flow. Activates when users write nested conditionals with pattern matching.
aiskillstore/marketplace 232
-
mcp-server-best-practices
Production-ready patterns and best practices for MCP servers - architecture, security, performance, and maintenance
aiskillstore/marketplace 232
-
mcp-prompts-guide
Create powerful MCP prompts that guide AI interactions with templates, arguments, and context injection
aiskillstore/marketplace 232
-
mcp-resources-guide
Implement MCP resources that provide data and files to AI assistants - URIs, caching, and streaming
aiskillstore/marketplace 232
-
mcp-tool-creation
Master creating MCP tools with type-safe parameters, automatic schema generation, and best practices
aiskillstore/marketplace 232
-
mcp-transport-guide
Understand MCP transport mechanisms - stdio, SSE, HTTP streaming, and custom transports
aiskillstore/marketplace 232
-
mock-strategy-guide
Guides users on creating mock implementations for testing with traits, providing test doubles, and avoiding tight coupling to test infrastructure. Activates when users need to test code with external dependencies.
aiskillstore/marketplace 232
-
object-store-best-practices
Ensures proper cloud storage operations with retry logic, error handling, streaming, and efficient I/O patterns. Activates when users work with object_store for S3, Azure, or GCS operations.
aiskillstore/marketplace 232
-
parquet-optimization
Proactively analyzes Parquet file operations and suggests optimization improvements for compression, encoding, row group sizing, and statistics. Activates when users are reading or writing Parquet files or discussing Parquet performance.
aiskillstore/marketplace 232
-
port-adapter-designer
Helps design port traits and adapter implementations for external dependencies. Activates when users need to abstract away databases, APIs, or other external systems.
aiskillstore/marketplace 232
-
property-testing-guide
Introduces property-based testing with proptest, helping users find edge cases automatically by testing invariants and properties. Activates when users test algorithms or data structures.
aiskillstore/marketplace 232
-
rmcp-quickstart
Quick start guide for creating MCP servers with the rmcp crate - installation, concepts, and first server
aiskillstore/marketplace 232