| 7.6 | skills.sh | mysql-best-practices mysql-best-practices covers schema design, indexing strategies, query optimization, and operational maintenance. includes concrete sql examples for storage engines, data types, index patterns, and transaction handling. |
| 7.4 | skills.sh | nextauth-authentication nextauth-authentication covers Auth.js v5 implementation patterns for Next.js, including session strategies (jwt vs database), oauth and credentials providers, role-based access control, and security hardening with code examples throughout. |
| 7.3 | skills.sh | less-best-practices less-best-practices establishes file organization patterns, variable naming conventions, mixin architecture, and nesting rules for maintainable less stylesheets. covers bem, loops, guards, and property ordering with concrete code examples throughout. |
| 7.3 | skills.sh | cypress cypress covers test structure, element selection strategies, command chaining, custom command creation, async handling via intercept, and test isolation patterns. identifies anti-patterns to avoid. |
| 7.3 | skills.sh | cheerio-parsing cheerio-parsing covers dom traversal, css selector patterns, and data extraction techniques for node.js web scraping, with worked examples for tables, lists, and pagination. includes performance optimization and safe extraction helpers but limited guidance on failure recovery. |
| 7.3 | skills.sh | motion motion covers performant vanilla javascript animations using gpu-accelerated transforms, timelines, scroll binding, and viewport triggers, with accessibility patterns for reduced motion. |
| 7.2 | skills.sh | selenium-automation selenium-automation covers webdriver setup, page object model patterns, element location strategies, explicit waits, and test organization with practical code examples for cross-browser automation. |
| 7.2 | skills.sh | jest jest covers test structure, mocking strategies, assertion patterns, and async testing for javascript and typescript. includes concrete examples but lacks specific trigger phrases for invoking guidance. |
| 7.2 | skills.sh | trpc trpc covers end-to-end typesafe api development in next.js using trpc v11, with patterns for router organization, middleware, validation, and client integration via react query. |
| 7.2 | skills.sh | sass-best-practices sass-best-practices covers file organization, variables, mixins, functions, and naming conventions for maintainable sass stylesheets using the indented syntax. includes responsive design patterns, accessibility utilities, and performance guidance. |
| 6.9 | skills.sh | scikit-learn-best-practices scikit-learn-best-practices covers workflow fundamentals like data splitting, feature scaling, pipelines, cross-validation, and model evaluation with working code examples. lacks operational guidance on failure modes, deployment specifics, and when to deviate from defaults. |
| 6.8 | skills.sh | fastify-typescript fastify-typescript provides structural patterns for building typed apis with fastify, covering route organization, prisma integration, schema validation via typebox, and jest testing. lacks concrete trigger scenarios and minimal edge case guidance. |
| 6.8 | skills.sh | vercel-development vercel-development covers next.js app router patterns, server components, edge functions, ai sdk integration, and performance optimization via code examples. lacks explicit decision trees and failure recovery paths. |
| 6.7 | skills.sh | pnpm pnpm covers package manager fundamentals, workspace setup with glob patterns, monorepo filtering, peer dependency handling, and docker optimization. lacks explicit decision trees and failure recovery paths. |
| 6.6 | skills.sh | auth0-authentication auth0-authentication covers implementation patterns for auth0 flows including spa and server-side apps, token management, actions, mfa, and security hardening, with code examples but limited trigger clarity for cross-vendor skill graph integration. |
| 6.5 | skills.sh | stripe stripe covers payment intent creation, subscription lifecycle, webhook event handling, and customer management for next.js applications with code examples. lacks explicit failure recovery paths and rate limit guidance. |
| 6.4 | skills.sh | bash-scripting bash-scripting covers portable shell automation with emphasis on security, error handling, and devops patterns. provides guidelines for naming, input validation, modularity, and cleanup practices. |
| 6.3 | skills.sh | sanity sanity covers schema design, groq query patterns, typescript integration, and project layout for headless cms work. lacks trigger phrases, decision trees, and failure recovery guidance. |
| 6.2 | skills.sh | github-workflow github-workflow covers pull request discipline, code review practices, github actions configuration, issue templating, and repository security controls. guides workflow structure and automation patterns. |
| 6.2 | skills.sh | git-workflow git-workflow documents conventional commits, branch naming, and collaboration practices but reads as reference material rather than actionable skill procedures with clear decision logic and outcome signals. |
| 6.2 | skills.sh | redis-best-practices redis-best-practices catalogs redis commands and patterns across data structures, caching, persistence, and clustering. lacks actionable decision trees and assumes reader can synthesize guidance into implementation strategy. |
| 6.2 | skills.sh | elasticsearch-best-practices elasticsearch-best-practices covers index design, query optimization, bulk indexing, and cluster maintenance with configuration examples, but lacks executable procedures and decision frameworks for real-world troubleshooting scenarios. |
| 6.2 | skills.sh | koa-typescript koa-typescript covers middleware patterns, routing, error handling, validation, and authentication for building typed apis. strong on structure and examples, weak on actionable decision flows and failure recovery. |
| 6.1 | skills.sh | go-backend-microservices go-backend-microservices covers clean architecture patterns, observability via opentelemetry, structured error handling, and concurrency safety for go microservices. lacks specific implementation procedures and concrete decision points. |
| 5.9 | skills.sh | chrome-extension-development chrome-extension-development provides manifest v3 guidelines covering service workers, content scripts, security patterns, and api integration. incomplete procedural content limits actionability. |
| 5.9 | skills.sh | hono-typescript hono-typescript covers framework setup, routing patterns, middleware composition, and request validation for edge-first apis across cloudflare workers, deno, bun, and node.js runtimes. lacks operational guidance on deployment, monitoring, and failure recovery. |
| 5.8 | skills.sh | internationalization-i18n internationalization-i18n covers translation setup, locale-aware formatting, and rtl support across react, vue, and react native using standard libraries like i18next and intl apis. provides code patterns and file organization guidance but lacks concrete decision workflows. |
| 5.8 | skills.sh | bitbucket-workflow bitbucket-workflow covers pull request discipline, pipeline configuration templates, jira integration patterns, and gitflow branching. lacks actionable decision trees and failure recovery paths. |
| 5.8 | skills.sh | gcp-development gcp-development collects architectural patterns and code snippets across gcp services (cloud functions, cloud run, firestore, bigquery) but lacks actionable procedures for specific workflows. mostly reference material without decision trees or failure recovery. |
| 5.4 | skills.sh | prisma-development prisma-development collects typescript and prisma orm conventions covering schema design, migrations, client usage, and error handling, but lacks executable procedures and concrete decision trees needed for cross-vendor skill orchestration. |
| 5.4 | skills.sh | java-quarkus-development java-quarkus-development outlines foundational patterns for quarkus cloud-native apps, covering configuration, di, rest apis, data access, testing, and native builds, but lacks concrete decision flows and failure recovery guidance. |
| 5.4 | skills.sh | css css covers layout techniques, naming conventions, design tokens, and stylesheet architecture. emphasizes semantic html, flexbox and grid, bem methodology, responsive design, and modern features like custom properties and logical properties. |
| 5.4 | skills.sh | django-rest-api-development django-rest-api-development outlines architectural patterns and conventions for building django rest framework apis, covering project layout, serialization, authentication, and caching. lacks procedural depth and concrete failure handling. |
| 5.3 | skills.sh | turborepo turborepo covers monorepo structure, workspace configuration, task dependency management, and caching strategies. lacks operational depth on failure modes, remote cache setup specifics, and troubleshooting. |
| 5.3 | skills.sh | turbopack-bundler turbopack-bundler covers configuration, project structure, code organization patterns, and performance practices for next.js incremental bundling. lacks actionable workflows and explicit failure recovery. |
| 5.3 | skills.sh | technical-writing technical-writing provides style guidelines for developer-to-developer documentation that prioritizes direct explanation of implementation mechanics over marketing language, but lacks actionable procedural scaffolding. |
| 5.2 | skills.sh | robocorp-cursor-rules robocorp-cursor-rules documents python coding conventions and rpa patterns including functional style, pydantic validation, async operations, and error handling for robocorp automation. lacks concrete task examples and specific trigger scenarios. |
| 5.2 | skills.sh | nx nx covers monorepo structure, workspace configuration, code generation with Nx generators, module boundary enforcement, and caching strategies. lacks concrete recovery paths for common failure modes. |
| 5.2 | skills.sh | pandas-best-practices pandas-best-practices enumerates coding conventions and method choices for dataframe operations, covering i/o, selection, cleaning, and aggregation patterns. lacks executable workflows and concrete failure scenarios. |
| 5.2 | skills.sh | playwright playwright covers test design fundamentals, fixture setup, and basic structuring patterns for typescript-based end-to-end testing. incomplete coverage of locators, assertions, and failure scenarios. |
| 5.2 | skills.sh | rest-api-django rest-api-django outlines django rest framework conventions, project layout, and best practices for building apis, but lacks concrete procedural steps and specific trigger scenarios needed for actionable skill execution. |
| 5.2 | skills.sh | ruby ruby covers idioms, syntax conventions, testing patterns with rspec, and design principles for 3.x development. lacks procedural guidance for actual implementation tasks. |
| 5.2 | skills.sh | monitoring-guidelines monitoring-guidelines catalogs observability best practices across metrics collection, alerting strategies, and slo-based monitoring, but lacks actionable procedures and vendor-specific implementation details. |
| 5.2 | skills.sh | kotlin-development kotlin-development documents naming conventions, function design patterns, and data handling principles. covers code organization and testing patterns but lacks executable procedures and concrete recovery strategies. |
| 5.2 | skills.sh | postgresql-best-practices postgresql-best-practices covers schema design with native types, indexing strategies, query optimization via explain analyze, connection pooling, and operational security. incomplete procedural depth and sparse failure-mode coverage limit utility. |
| 5.2 | skills.sh | storybook storybook covers component library documentation patterns, file organization, story structure, and testing approaches. lacks concrete decision criteria and outcome signals for when practices are applied successfully. |
| 5.2 | skills.sh | expo-react-native-typescript expo-react-native-typescript documents coding standards and architectural preferences for mobile development with expo, react native, and typescript, covering component patterns, state management, and testing practices. |
| 5.2 | skills.sh | clean-architecture clean-architecture documents layering principles and project structure for flutter and go, covering domain separation, state management patterns, and testing strategy. lacks actionable procedures and concrete trigger scenarios. |
| 5.2 | skills.sh | electron-development electron-development provides security-focused guidance on structuring cross-platform desktop apps with proper process isolation and ipc patterns, but lacks actionable procedures and concrete failure recovery steps. |
| 5.1 | skills.sh | go go covers backend development fundamentals (apis, microservices, clean architecture) but lacks concrete procedures. reads as principles-heavy ideology without actionable workflows or decision trees for common scenarios. |
| 4.9 | skills.sh | nextjs-react-typescript nextjs-react-typescript covers typescript patterns, next.js app router architecture, server components, and ui library selection. guides on performance optimization and state management conventions but lacks executable procedures. |
| 4.9 | skills.sh | figma-integration figma-integration provides guidelines for mapping design artifacts to code via mcp servers and manual extraction workflows, covering color, typography, layout, and asset handling without actionable decision logic or failure recovery. |
| 4.8 | skills.sh | vite vite covers basic project setup and opinionated defaults for modern javascript tooling, but lacks procedural depth, specific trigger scenarios, and recovery patterns for common build failures. |
| 4.8 | skills.sh | api-development api-development covers go standard library patterns and nestjs typescript conventions, emphasizing modular architecture, validation, and security. lacks actionable procedures and concrete examples. |
| 4.8 | skills.sh | drizzle-orm drizzle-orm covers lightweight typescript orm development with type-safe schemas and sql-like syntax, but lacks operational guidance on migrations, testing, or production patterns. |
| 4.7 | skills.sh | performance-optimization performance-optimization covers web optimization principles including server-side rendering, javascript bundle reduction, and core web vitals measurement, but lacks actionable procedures and specific implementation guidance. |
| 4.5 | skills.sh | solana solana covers rust and anchor framework patterns for blockchain program development, emphasizing security controls and modular code structure without concrete procedures or deployment guidance. |
| 4.4 | skills.sh | nuxtjs-vue-typescript nuxtjs-vue-typescript establishes conventions and patterns for vue 3 projects using typescript, composition api, and tailwind, but lacks executable procedures or decision logic. |
| 4.4 | skills.sh | viewcomfy-api-rules viewcomfy-api-rules documents integration patterns for the viewcomfy serverless fastapi service, covering workflow deployment, parameter extraction, credential configuration, and output handling with httpx. lacks concrete code examples and decision trees for implementation choices. |
| 4.4 | skills.sh | testing testing covers unit testing patterns, mocking strategies, and test organization principles. lacks actionable procedures, concrete examples, and guidance on failure modes or recovery approaches. |
| 4.3 | skills.sh | salesforce-development salesforce-development provides broad apex and lwc conventions covering soql optimization, trigger patterns, and naming standards, but lacks concrete scenarios and executable workflows. |
| 4.3 | skills.sh | shopify shopify covers theme development fundamentals including liquid templating, online store 2.0 architecture, and performance optimization, but lacks actionable procedures and failure-mode guidance for real implementation scenarios. |
| 4.3 | skills.sh | nestjs-clean-typescript nestjs-clean-typescript documents naming conventions and typescript typing rules for nestjs development, but lacks procedural depth, concrete examples, and actionable workflows for actual api implementation. |
| 4.3 | skills.sh | azure azure covers naming conventions, provisioning patterns, and operational guardrails for arm templates, bicep, pipelines, and aks. lacks procedural depth and specific trigger scenarios. |
| 4.3 | skills.sh | laravel laravel documents php development principles and architectural patterns without actionable procedures. it reads as a style guide rather than a skill that executes discrete tasks. |
| 4.3 | skills.sh | web-scraping web-scraping documents python tools and frameworks for extracting data from static and dynamic sites, but lacks concrete procedures, trigger phrases, and worked examples needed for execution. |
| 4.3 | skills.sh | lua lua covers idiomatic patterns, tables, metatables, error handling via pcall, and game development integration. lacks actionable procedures and concrete examples despite broad topical coverage. |
| 4.3 | skills.sh | data-jupyter-python guidelines for jupyter notebook workflows emphasizing pandas manipulation, matplotlib visualization, and numpy operations. covers style conventions and vectorization principles without prescriptive task sequences. |
| 4.2 | skills.sh | meta-prompt meta-prompt collects evaluation frameworks and prompt engineering patterns for analyzing ai responses, trajectories, and solution quality. lacks integration into actionable workflows. |
| 4.2 | skills.sh | tauri-development tauri-development covers typescript and rust patterns for cross-platform desktop apps, including project structure, ipc integration, file operations, and security basics, but lacks concrete workflows and actionable decision trees. |
| 4.2 | skills.sh | ionic ionic covers cross-platform mobile app development with angular, offering project structure patterns, component usage examples, and native plugin integration guidance without executable procedures or decision flows. |
| 4.2 | skills.sh | angular angular covers typescript development patterns, file organization conventions, and performance guidelines for building scalable web applications, but lacks actionable workflows and decision-making logic. |
| 4.2 | skills.sh | flask-python flask-python articulates coding conventions and stylistic preferences for flask applications, covering blueprint organization and functional patterns, but lacks procedural substance for building anything concrete. |
| 4.2 | skills.sh | android-development android-development documents kotlin naming conventions, clean architecture layering, and mvi pattern for state management, but lacks executable procedures and concrete decision logic for real implementation scenarios. |
| 4.2 | skills.sh | htmx htmx covers declarative html attributes for dynamic web interactions with minimal javascript, including request methods, dom targeting, error handling basics, and template organization patterns. |
| 4.2 | skills.sh | prisma prisma covers orm fundamentals and schema conventions but lacks concrete procedural guidance, trigger examples, and failure mode handling needed for executable skill deployment. |
| 4.2 | skills.sh | pixi-js pixi-js covers typescript game development patterns and project organization for web and mobile, but lacks concrete procedural guidance and specific use-case triggers. |
| 4.2 | skills.sh | ruby-rails ruby-rails documents rails conventions, architecture patterns, and best practices across testing, security, and performance but lacks procedural depth and actionable decision workflows. |
| 4.2 | skills.sh | odoo-development odoo-development documents python and xml patterns for building odoo modules, covering models, views, and security conventions. lacks procedural guidance for specific development tasks or agent workflows. |
| 4.2 | skills.sh | nlp-natural-language-processing nlp-natural-language-processing provides guidelines for transformer-based text processing, tokenization, and model fine-tuning. lacks executable procedures and concrete workflows for specific nlp tasks. |
| 4.2 | skills.sh | deep-learning-pytorch deep-learning-pytorch provides guidance on transformer architectures, diffusion models, and llm fine-tuning with pytorch and related libraries, emphasizing gpu optimization and distributed training patterns. |
| 4.2 | skills.sh | systemverilog systemverilog covers modular design, clock domain handling, and timing principles for fpga and asic work, but lacks concrete procedures and verification workflows. |
| 4.2 | skills.sh | deep-learning-python deep-learning-python provides general guidance on pytorch, transformers, and diffusers development, covering architecture patterns and training principles without concrete procedures or execution workflows. |
| 4.2 | skills.sh | expo-react-native-javascript-best-practices expo-react-native-javascript-best-practices covers naming conventions, functional components, and code organization guidelines for clean expo projects, but lacks decision logic, concrete examples, and failure handling. |
| 4.2 | skills.sh | gsap gsap covers setup and import patterns for animation library usage, but lacks complete procedural guidance, trigger specificity, and failure mode documentation needed for production skill implementation. |
| 4.2 | skills.sh | game-development game-development provides broad guidance on c# unity patterns and architecture principles but lacks concrete procedures, specific trigger phrases, and actionable workflows for actual game development tasks. |
| 4.2 | skills.sh | c-sharp c-sharp documents naming conventions, language features, and architectural patterns across .net, blazor, and unity contexts, but lacks procedural guidance for executing actual development tasks. |
| 4.1 | skills.sh | rust rust covers foundational principles for systems programming, memory safety, and async patterns using tokio, but lacks concrete procedures and executable workflows. |
| 4.1 | skills.sh | design-systems design-systems documents foundational guidelines for color, typography, spacing, components, and tokens. lacks procedural depth on actual implementation workflows and concrete decision trees for applying these principles. |
| 4.1 | skills.sh | java-spring-development java-spring-development covers foundational spring boot patterns and architectural preferences, but lacks executable procedures and specific failure-mode handling required for skill-based guidance. |
| 4.1 | skills.sh | anime-js anime-js provides installation steps and modular import patterns but lacks actionable animation procedures, decision logic, failure handling, and concrete performance guidelines beyond installation. |
| 3.9 | skills.sh | shopify-theme-development-guidelines shopify-theme-development-guidelines outlines liquid syntax rules and theme architecture patterns, but lacks actionable procedures and concrete examples for implementing production shopify themes. |
| 3.9 | skills.sh | quarkus quarkus skill describes framework expertise and coding conventions but lacks executable procedures, decision logic, or concrete guidance on specific tasks like building native images or setting up reactive endpoints. |
| 3.8 | skills.sh | llm llm covers transformer architecture, tokenization, fine-tuning techniques, distributed training, and inference optimization. lacks actionable procedures and concrete trigger conditions for skill invocation. |
| 3.8 | skills.sh | alpine-js alpine-js provides high-level principles for lightweight reactive ui development but lacks concrete procedural guidance, specific triggers, and actionable workflows for practical implementation. |
| 3.8 | skills.sh | python python covers style conventions and general development principles across web, data science, and automation domains, but lacks actionable procedures or concrete skill triggers. |
| 3.7 | skills.sh | data-analysis-jupyter data-analysis-jupyter provides coding principles and tool focus (pandas, matplotlib, seaborn, numpy) but lacks concrete procedures, actionable workflows, or recovery guidance for data analysis tasks in jupyter environments. |
| 3.3 | skills.sh | accessibility-a11y accessibility-a11y outlines wcag principles and semantic html practices but lacks procedural depth, numbered steps, concrete implementation details, and recovery patterns for real-world accessibility work. |
| 3.2 | skills.sh | machine-learning machine-learning covers functional programming patterns and JAX fundamentals including array operations and automatic differentiation, but lacks concrete workflows or decision logic for real tasks. |
| 3.2 | skills.sh | devops devops collects style guides and principles across kubernetes, ci/cd, bash, ansible, and python but lacks executable procedures, decision trees, or failure recovery patterns. |
| 3.2 | skills.sh | django-python django-python documents general web development guidelines and best practices, but lacks procedural specificity, trigger phrases, and actionable task workflows needed for skill execution. |
| 3.2 | skills.sh | react react documents code style conventions and component patterns for typescript-based ui development, but lacks actionable procedures, failure handling, and specific trigger contexts for skill invocation. |
| 3.2 | skills.sh | front-end-developer front-end-developer describes a senior react/nextjs developer persona with process guidelines (think before code, follow dry principle) but lacks concrete skill boundaries, decision logic, or failure handling. suitable as a chat prompt, not a structured skill. |
| 3.2 | skills.sh | ux-design ux-design covers foundational uiux principles across research, accessibility, and interaction patterns. lacks procedural specificity and actionable workflows for implementation in actual projects. |
| 3.2 | skills.sh | typescript typescript documents naming conventions and code style preferences but lacks actionable procedures, decision logic, or output contracts. reads as style guide rather than executable skill. |
| 3.2 | skills.sh | web-development web-development provides high-level bootstrap and django guidance but lacks procedural depth, specific triggers, and decision logic. the content reads as principle lists rather than actionable skill instructions. |
| — | skills.sh | computer-vision-opencv Expert guidance for computer vision development using OpenCV, PyTorch, and modern deep learning techniques for image and video processing. |
| — | skills.sh | jwt-security jwt-security — an installable skill for AI agents, published by mindrally/skills. |
| — | skills.sh | scss-best-practices scss-best-practices — an installable skill for AI agents, published by mindrally/skills. |
| — | skills.sh | puppeteer-automation puppeteer-automation — an installable skill for AI agents, published by mindrally/skills. |
| — | skills.sh | typeorm typeorm — an installable skill for AI agents, published by mindrally/skills. |
| — | skills.sh | scrapy-web-scraping scrapy-web-scraping — an installable skill for AI agents, published by mindrally/skills. |
| — | skills.sh | openai-api-development Expert guidance for OpenAI API development including GPT models, Assistants API, function calling, embeddings, and best practices for production applications. |
| — | skills.sh | julia Julia development guidelines covering multiple dispatch, type system, performance optimization, and scientific computing best practices. |
| — | skills.sh | nextjs-react-redux-typescript-cursor-rules Comprehensive Next.js, React, Redux, and TypeScript development guidelines covering SOLID principles, component architecture, and best practices. |
| — | skills.sh | blockchain Expert guidelines for blockchain development including CosmWasm, Cosmos, and cross-chain patterns |
| — | skills.sh | autogen-development Expert guidance for Microsoft AutoGen multi-agent framework development including agent creation, conversations, tool integration, and orchestration patterns. |
| — | skills.sh | analytics-data-analysis Implement analytics, data analysis, and visualization best practices using Python, Jupyter, and modern data tools. |
| — | skills.sh | java Expert in Java development with Spring Boot and enterprise patterns |
| — | skills.sh | python-uv Guidelines for Python dependency management using uv, the fast Python package installer and resolver. |
| — | skills.sh | flutter Expert in Flutter and Dart development with clean architecture and state management |
| — | skills.sh | zod-schema-validation Best practices for Zod schema validation and type inference in TypeScript applications. |
| — | skills.sh | supabase-development Supabase development guidelines for database, authentication, real-time subscriptions, and Edge Functions. |
| — | skills.sh | python-cybersecurity-tool-development Guidelines for building Python cybersecurity tools with secure coding practices, async scanning, and structured security testing. |
| — | skills.sh | python-testing Expert in Python testing with pytest and test-driven development |
| — | skills.sh | docker Docker containerization best practices for building, securing, and deploying containers. |
| — | skills.sh | sequelize Guidelines for developing with Sequelize, a promise-based Node.js ORM supporting PostgreSQL, MySQL, MariaDB, SQLite, and SQL Server |
| — | skills.sh | react-query Guidelines for using React Query for data fetching, caching, and server state synchronization in React applications |
| — | skills.sh | webpack-bundler Best practices and guidelines for Webpack module bundler configuration, optimization, and development workflows |
| — | skills.sh | express-typescript Guidelines for building robust APIs with Express.js and TypeScript, covering middleware patterns, routing, and security best practices |
| — | skills.sh | bootstrap Bootstrap development guidelines for responsive layouts, components, and utility-first styling. |
| — | skills.sh | php-development Expert guidance for PHP 8+ development with SOLID principles, PSR standards, and modern best practices |
| — | skills.sh | scipy-best-practices Best practices for SciPy scientific computing, optimization, signal processing, and statistical analysis in Python |
| — | skills.sh | parcel-bundler Best practices and guidelines for Parcel, the zero-configuration web application bundler |
| — | skills.sh | zustand-state-management Best practices for Zustand state management in React and Next.js applications with TypeScript. |
| — | skills.sh | esbuild-bundler Best practices and guidelines for esbuild, the ultra-fast JavaScript and TypeScript bundler and minifier |
| — | skills.sh | logging-best-practices Logging best practices for applications and services including structured logging, log levels, and log management strategies |
| — | skills.sh | svelte Expert in Svelte and SvelteKit development with modern patterns and SSR |
| — | skills.sh | drupal-development Expert guidance for Drupal 10 module development with PHP 8+, SOLID principles, and Drupal coding standards |
| — | skills.sh | lottie Expert guidelines for implementing performant Lottie animations on the web |
| — | skills.sh | data-analyst Data analysis best practices with pandas, numpy, matplotlib, seaborn, and Jupyter notebooks. |
| — | skills.sh | html Guidelines for semantic HTML markup, document structure, forms, accessibility attributes, and modern HTML best practices |
| — | skills.sh | blazor Guidelines for Blazor development including component lifecycle, state management, and performance optimization |
| — | skills.sh | deno-typescript Guidelines for developing with Deno and TypeScript using modern runtime features, security model, and native tooling |
| — | skills.sh | astro Expert in Astro framework with static generation and partial hydration patterns |
| — | skills.sh | playwright-cursor-rules Expert guidance for Playwright end-to-end testing with TypeScript and JavaScript best practices |
| — | skills.sh | kubernetes Expert in Kubernetes and DevOps with infrastructure-as-code and cloud-native patterns |
| — | skills.sh | angular-development Expert guidance for Angular and TypeScript development focused on scalable, high-performance web applications |
| — | skills.sh | aspnet-core Guidelines for ASP.NET Core web development covering API design, authentication, caching, and best practices |
| — | skills.sh | mongodb-development MongoDB development guidelines with Payload CMS, Mongoose, aggregation pipelines, and TypeScript best practices. |
| — | skills.sh | transformers-huggingface Expert guidance for working with Hugging Face Transformers library for NLP, computer vision, and multimodal AI tasks. |
| — | skills.sh | modern-web-development Modern web development best practices for TypeScript, Next.js 14, React Server Components, Supabase, GraphQL, and Tailwind CSS. |
| — | skills.sh | rspec RSpec testing best practices for Ruby and Rails applications, covering test organization, data management, and isolation patterns. |
| — | skills.sh | woocommerce WordPress and WooCommerce development guidelines with PHP best practices, security standards, and extensibility patterns |
| — | skills.sh | gitlab-workflow GitLab best practices for merge requests, CI/CD pipelines, issue tracking, and DevOps workflows |
| — | skills.sh | elixir Expert in Elixir and Phoenix development with functional programming patterns |
| — | skills.sh | deep-learning Comprehensive deep learning guidelines for neural network development, training, and optimization. |
| — | skills.sh | terraform Expert in Terraform infrastructure-as-code with cloud deployment patterns |
| — | skills.sh | fastapi-microservices-serverless Expert in FastAPI microservices for serverless and cloud-native environments |
| — | skills.sh | convex Guidelines for developing with Convex backend-as-a-service platform, covering queries, mutations, actions, and real-time data patterns |
| — | skills.sh | kafka-development Best practices and guidelines for Apache Kafka event streaming and distributed messaging |
| — | skills.sh | ethereum Expert guidelines for Ethereum smart contract development with Solidity, OpenZeppelin, and Hardhat |
| — | skills.sh | react-native-r3f Expert guidance for React Three Fiber development with React, Vite, Tailwind CSS, and three.js |
| — | skills.sh | styled-components-best-practices styled-components best practices for CSS-in-JS development in React applications |
| — | skills.sh | general-best-practices General software development best practices covering code quality, testing, security, performance, and maintainability across technology stacks |
| — | skills.sh | swift Expert in Swift and SwiftUI development for iOS, macOS, and Apple platforms |
| — | skills.sh | python-odoo-cursor-rules Guidelines for Python and Odoo enterprise application development with ORM, XML views, and module architecture best practices. |
| — | skills.sh | nodejs-development Node.js development guidelines covering Payload CMS, Vue.js with TypeScript, and general TypeScript best practices |
| — | skills.sh | beautifulsoup-parsing Expert guidance for HTML/XML parsing using BeautifulSoup in Python with best practices for DOM navigation, data extraction, and efficient scraping workflows. |
| — | skills.sh | redux-toolkit Comprehensive Redux Toolkit best practices for React and Next.js applications with TypeScript. |
| — | skills.sh | responsive-design Comprehensive guidelines for responsive web design including mobile-first approach, flexible layouts, media queries, and cross-device optimization |
| — | skills.sh | matplotlib-best-practices Best practices for Matplotlib data visualization, plotting, and creating publication-quality figures in Python |
| — | skills.sh | onchainkit Expert guidance for building onchain applications with OnchainKit SDK components and utilities |
| — | skills.sh | swiftui-development Expert SwiftUI development guidelines with MVVM architecture and modern Swift best practices |
| — | skills.sh | graphql graphql — an installable skill for AI agents, published by mindrally/skills. |
| — | skills.sh | remix remix — an installable skill for AI agents, published by mindrally/skills. |
| — | skills.sh | go-api-development Go API development guidelines using the standard library (1.22+) with best practices for RESTful API design, error handling, and security |
| — | skills.sh | business-central-development Expert guidance for Microsoft Dynamics 365 Business Central development using AL language and extensions |
| — | skills.sh | pwa-development pwa-development — an installable skill for AI agents, published by mindrally/skills. |
| — | skills.sh | websocket-development Best practices and guidelines for building real-time applications with WebSocket communication |
| — | skills.sh | swr Guidelines for using SWR (stale-while-revalidate) React Hooks for efficient data fetching, caching, and revalidation |
| — | skills.sh | unity Expert in Unity and C# game development with performance optimization patterns |
| — | skills.sh | wordpress Expert in WordPress and WooCommerce development with PHP best practices |
| — | skills.sh | vue-typescript Expert in Vue.js TypeScript development with Vite, Pinia, and modern UI frameworks |
| — | skills.sh | laravel-development laravel-development — an installable skill for AI agents, published by mindrally/skills. |
| — | skills.sh | pytorch PyTorch deep learning development with transformers, diffusion models, and GPU optimization. |
| — | skills.sh | security-best-practices Security best practices for backend development, microservices, and secure coding patterns with emphasis on input validation and authentication |
| — | skills.sh | supabase Expert in Supabase backend development with authentication and database patterns |
| — | skills.sh | seo-best-practices Apply SEO best practices for web applications including metadata, performance optimization, and search engine optimization techniques. |
| — | skills.sh | numpy-best-practices Best practices for NumPy array programming, numerical computing, and performance optimization in Python |
| — | skills.sh | rabbitmq-development Best practices and guidelines for RabbitMQ message queue development with AMQP protocol |
| — | skills.sh | mqtt-development Best practices and guidelines for MQTT messaging in IoT and real-time communication systems |
| — | skills.sh | ui-design UI design best practices for building accessible, performant, and user-friendly interfaces with modern web standards |
| — | skills.sh | fpga FPGA development guidelines covering Vivado, SystemVerilog, timing closure, AXI interfaces, and hardware optimization. |
| — | skills.sh | vuejs-typescript-best-practices Vue.js and TypeScript best practices for building performant applications with Vite, Pinia, VueUse, and Tailwind CSS. |
| — | skills.sh | optimized-nextjs-typescript Optimized Next.js TypeScript best practices with modern UI/UX, focusing on performance, security, and clean architecture |
| — | skills.sh | tailwindcss tailwindcss — an installable skill for AI agents, published by mindrally/skills. |
| — | skills.sh | ci-cd-best-practices CI/CD best practices for building automated pipelines, deployment strategies, testing, and DevOps workflows across platforms |
| — | skills.sh | framer-motion Expert guidelines for building performant animations with Framer Motion/Motion library in React applications |
| — | skills.sh | nextjs-typescript-tailwindcss-supabase Full-stack Next.js 14 development with TypeScript, TailwindCSS, and Supabase for building production-ready web applications. |