Top Rated

The most starred skills loved by the community. Quality guaranteed!

Showing 50329-50352 of 50477 skills
djankies

implementing-parallel-routes

by djankies

Teach parallel routes and slot patterns in Next.js 16. Use when implementing parallel routes, working with @slot syntax, or encountering missing default.tsx errors.

Analytics 0 6mo ago
djankies

migrating-middleware-to-proxy

by djankies

Teach middleware.ts to proxy.ts migration in Next.js 16. Use when migrating middleware, encountering middleware errors, or implementing request proxying.

Auth 0 6mo ago
djankies

optimizing-with-react-compiler

by djankies

Teaches what React Compiler handles automatically in React 19, reducing need for manual memoization. Use when optimizing performance or deciding when to use useMemo/useCallback.

Monitoring 0 6mo ago
djankies

reviewing-performance-patterns

by djankies

Review React 19 performance patterns including memoization, re-renders, and bundle size. Use when reviewing performance or optimization.

Code Review 0 6mo ago
djankies

composing-components

by djankies

Teaches component composition patterns in React 19 including children prop, compound components, and render props. Use when designing component APIs, creating reusable components, or avoiding prop drilling.

API Dev 0 6mo ago
djankies

managing-local-vs-global-state

by djankies

Teaches when to use local state vs global state (Context) in React 19. Use when deciding state management strategy, avoiding prop drilling, or architecting component state.

Auth 0 6mo ago
djankies

following-the-rules-of-hooks

by djankies

Fix React Rules of Hooks violations - conditional calls, hooks in loops/callbacks/classes

Debugging 0 6mo ago
djankies

managing-server-vs-client-boundaries

by djankies

Teaches when to use Server Components vs Client Components in React 19, including the 'use client' directive and boundary patterns. Use when architecting components, choosing component types, or working with Server Components.

Processing 0 6mo ago
djankies

supporting-custom-elements

by djankies

Teaches Web Components (Custom Elements) support in React 19, including property vs attribute handling and custom events. Use when integrating Web Components or working with custom HTML elements.

Code Gen 0 6mo ago
Zazzles2908

zai-mcp-manager

by Zazzles2908

Comprehensive management capabilities for Z.AI MCP servers, including quota tracking, health monitoring, configuration validation, and usage analytics for the Z.AI Lite Plan. Manages web-search-prime and web-reader MCP servers with intelligent monitoring and optimization.

API Dev 0 6mo ago
djankies

implementing-query-pagination

by djankies

Implement cursor-based or offset pagination for Prisma queries. Use for datasets 100k+, APIs with page navigation, or infinite scroll/pagination mentions.

Processing 0 6mo ago
djankies

optimizing-query-performance

by djankies

Optimize queries with indexes, batching, and efficient Prisma operations for production performance.

Automation 0 6mo ago
djankies

optimizing-query-selection

by djankies

Optimize queries by selecting only required fields and avoiding N+1 problems. Use when writing queries with relations or large result sets.

Database 0 6mo ago
djankies

deploying-production-migrations

by djankies

Deploy migrations to production safely using migrate deploy in CI/CD. Use when setting up production deployment pipelines.

CI/CD 0 6mo ago
djankies

managing-dev-migrations

by djankies

Use migrate dev for versioned migrations; db push for rapid prototyping. Use when developing schema changes locally.

CLI Tools 0 6mo ago
djankies

configuring-connection-pools

by djankies

Configure connection pool sizing for optimal performance. Use when configuring DATABASE_URL or deploying to production.

Database 0 6mo ago
Zazzles2908

algorithmic-art

by Zazzles2908

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

Code Gen 0 6mo ago
Zazzles2908

internal-comms

by Zazzles2908

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. MiniMax-M2 should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).

File Ops 0 6mo ago
Zazzles2908

artifacts-builder

by Zazzles2908

Suite of tools for creating elaborate, multi-component minimax.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

CLI Tools 0 6mo ago
Zazzles2908

skill-creator

by Zazzles2908

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends MiniMax-M2's capabilities with specialized knowledge, workflows, or tool integrations.

CLI Tools 0 6mo ago
Zazzles2908

canvas-design

by Zazzles2908

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

Code Gen 0 6mo ago
Zazzles2908

template-skill

by Zazzles2908

Replace with description of the skill and when MiniMax-M2 should use it.

Code Gen 0 6mo ago
djankies

configuring-transaction-isolation

by djankies

Configure transaction isolation levels to prevent race conditions and handle concurrent access. Use when dealing with concurrent updates, financial operations, inventory management, or when users mention race conditions, dirty reads, phantom reads, or concurrent modifications.

Processing 0 6mo ago
djankies

reviewing-prisma-patterns

by djankies

Review Prisma code for common violations, security issues, and performance anti-patterns found in AI coding agent stress testing. Use when reviewing Prisma Client usage, database operations, or performing code reviews on projects using Prisma ORM.

Code Review 0 6mo ago