- 432 skills
- 0 followers
- 2 days ago last updated
- ▌ Behave · tryboy869 bundle[Applies to: **/*.py] Definitive guidelines for writing maintainable, readable, and effective BDD tests with behave in Python, emphasizing thin steps, clear Gherkin, and robust fixture management.
- ▌ Bottle · tryboy869 bundle[Applies to: **/*.py] Definitive guidelines for building maintainable, secure, and performant Bottle applications in 2025, emphasizing modern Python best practices.
- ▌ Crewai · tryboy869 bundle[Applies to: **/*.py] Definitive guidelines for building robust, maintainable, and scalable multi-agent systems using CrewAI, focusing on modularity, clear role definition, and disciplined LLM configuration.
- ▌
- ▌ Django · tryboy869 bundle[Applies to: **/*.py] Definitive guidelines for writing maintainable, performant, and secure Django applications, emphasizing modern best practices, clear code organization, and efficient patterns.
- ▌ Docker · tryboy869 bundle[Applies to: **/Dockerfile,**/docker-compose*.{yml,yaml}] Definitive guidelines for writing efficient, secure, and maintainable Dockerfiles and Docker Compose configurations, ensuring fast builds and reliable deployments.
- ▌ Duckdb · tryboy869 bundle[Applies to: **/*] This guide provides opinionated, actionable best practices for writing high-performance, maintainable, and robust DuckDB SQL queries and scripts, focusing on modern analytical workloads.
- ▌ Eslint · tryboy869 bundle[Applies to: **/*.{js,jsx,ts,tsx,mts,cts}] This guide defines the definitive ESLint configuration and best practices for our team, ensuring consistent code quality, early error detection, and seamless integration with modern JavaScript and TypeScript workflows.
- ▌ Flake8 · tryboy869 bundle[Applies to: **/*.py] This guide provides definitive, actionable best practices for configuring and using flake8 to enforce Python code quality, style, and catch common errors.
- ▌ Gensim · tryboy869 bundle[Applies to: **/*.py] This guide outlines definitive best practices for using the gensim library, focusing on reproducibility, efficient corpus construction, robust model training, and maintainable code for NLP topic modeling tasks.
- ▌ Gradle · tryboy869 bundle[Applies to: **/*.java] Enforce modern Gradle build practices for Java and Android projects, focusing on Kotlin DSL, modularity, version catalogs, and performance optimizations.
- ▌ Guzzle · tryboy869 bundle[Applies to: **/*.php] Definitive guidelines for using Guzzle HTTP client in PHP, focusing on robust client configuration, effective middleware, PSR-18 interoperability, and testability.
- ▌ Heroku · tryboy869 bundle[Applies to: **/*] This guide outlines essential Heroku best practices, focusing on the Twelve-Factor App methodology, runtime principles, and modern cloud-native development patterns for building robust, scalable, and maintainable applications.
- ▌ Jquery · tryboy869 bundle[Applies to: **/*.{js,jsx}] Definitive guidelines for writing performant, maintainable, and modern jQuery code, emphasizing best practices for DOM manipulation, event handling, and compatibility with jQuery 4.0 and ES6+.
- ▌ Mkdocs · tryboy869 bundle[Applies to: **/*.{md,mdx}] Definitive guidelines for writing, structuring, and maintaining high-quality MkDocs documentation using modern best practices and Material for MkDocs.
- ▌ Nestjs · tryboy869 bundle[Applies to: **/*.{ts,tsx}] This guide provides opinionated, actionable best practices for building robust, scalable, and maintainable NestJS applications using TypeScript, emphasizing modern patterns and common pitfalls.
- ▌ Modal · tryboy869 bundle[Applies to: **/*] This guide provides opinionated, actionable best practices for writing high-performance, cost-effective, and maintainable AI/ML applications on Modal.
- ▌ Neo4j · tryboy869 bundle[Applies to: **/*] This guide defines the definitive best practices for writing Cypher queries and modeling data in Neo4j, ensuring readability, performance, and security for all team projects.
- ▌ Nginx · tryboy869 bundle[Applies to: **/*] This guide defines the definitive NGINX configuration best practices for our team, focusing on modularity, security, performance, and maintainability.
- ▌ Nose2 · tryboy869 bundle[Applies to: **/*.py] This rule file provides opinionated best practices for writing, organizing, and configuring tests using nose2, emphasizing modern Python development workflows and common pitfalls.
- ▌ Numba · tryboy869 bundle[Applies to: **/*.py] Definitive guidelines for writing high-performance, maintainable, and robust Numba-accelerated Python code, covering CPU and GPU targets.
- ▌ Numpy · tryboy869 bundle[Applies to: **/*.py] This guide provides definitive, actionable best practices for writing high-performance, maintainable, and correct NumPy code, emphasizing vectorization, explicit dtypes, and modern GPU acceleration.
- ▌ React · tryboy869 bundle[Applies to: **/*.{jsx,tsx}] Definitive guidelines for writing idiomatic, maintainable, and performant React applications using modern best practices and TypeScript.
- ▌ Redis · tryboy869 bundle[Applies to: **/*] This guide provides definitive, actionable best practices for using Redis effectively, focusing on data modeling, performance, security, and cluster-aware client usage to build robust and scalable applications.
- ▌ Redux · tryboy869 bundle[Applies to: **/*.{js,jsx}] This guide defines the definitive best practices for using Redux in our projects, mandating Redux Toolkit (RTK) for all state management logic to ensure consistency, maintainability, and optimal performance.
- ▌ Remix · tryboy869 bundle[Applies to: **/*.{js,jsx,ts,tsx}] This guide outlines definitive best practices for building robust, performant, and maintainable applications with Remix, emphasizing co-location, type safety, and efficient data handling.
- ▌ Sanic · tryboy869 bundle[Applies to: **/*.py] Definitive guidelines for building high-performance, maintainable, and secure Sanic applications using modern Python async best practices.
- ▌ Scipy · tryboy869 bundle[Applies to: **/*.py] This guide provides opinionated, actionable best practices for writing robust, performant, and maintainable Python code using SciPy, aligning with modern scientific computing standards.
- ▌ Spacy · tryboy869 bundle[Applies to: **/*.py] This guide provides definitive, opinionated best practices for writing maintainable, performant, and robust spaCy code in Python, focusing on modern patterns and avoiding common pitfalls.
- ▌ Tauri · tryboy869 bundle[Applies to: **/*.rs] This guide provides definitive, actionable best practices for writing robust, performant, and secure Rust backend code in Tauri applications, focusing on modern patterns and common pitfalls.
- ▌ Typer · tryboy869 bundle[Applies to: **/*.py] Definitive guidelines for building robust, maintainable, and user-friendly command-line interfaces with Typer, emphasizing modern Python type hints and modular design.
- ▌ Unity · tryboy869 bundle[Applies to: **/*] This guide provides opinionated, actionable best practices for Unity C# development, focusing on code organization, performance, and common pitfalls to ensure a clean, maintainable, and performant codebase.
- ▌ Mobx · tryboy869 bundle[Applies to: **/*.{js,jsx}] Definitive guidelines for structuring MobX applications with React, focusing on predictable state management, optimal rendering, and modern best practices.
- ▌ Mypy · tryboy869 bundle[Applies to: **/*.py] This guide provides definitive, actionable best practices for using mypy to ensure robust static type checking in Python projects, focusing on modern patterns and common pitfalls.
- ▌ Nltk · tryboy869 bundle[Applies to: **/*.py] This guide provides definitive, actionable best practices for writing maintainable, performant, and type-safe NLTK code in Python, emphasizing modern patterns and avoiding common pitfalls.
- ▌ Nuxt · tryboy869 bundle[Applies to: **/*.{vue,js,ts}] This guide provides definitive, actionable best practices for building robust, performant, and secure Nuxt applications, emphasizing modern patterns and common pitfalls.
- ▌ Pdoc · tryboy869 bundle[Applies to: **/*.py] This guide provides definitive rules for writing Python docstrings and type hints to maximize clarity and utility with pdoc, ensuring accurate and maintainable API documentation.
- ▌ Pony · tryboy869 bundle[Applies to: **/*.py] Definitive guidelines for writing efficient, maintainable, and secure Python applications using Pony ORM.
- ▌ Pyqt · tryboy869 bundle[Applies to: **/*.py] Enforce modern, maintainable, and performant PyQt application development standards by leveraging Qt Designer, Model-View architecture, and responsive threading.
- ▌ Qwik · tryboy869 bundle[Applies to: **/*.{js,jsx,ts,tsx}] This guide outlines definitive best practices for building high-performance, resumable Qwik applications, focusing on maximizing lazy loading and ensuring optimal developer experience.
- ▌ Rich · tryboy869 bundle[Applies to: **/*.py] Definitive guidelines for building robust, maintainable, and visually appealing Python CLI applications using the rich library.
- ▌ Ruby · tryboy869 bundle[Applies to: **/*] This guide provides opinionated, actionable best practices for writing modern Ruby code, focusing on maintainability, performance, and security, with a strong emphasis on RuboCop and Rails conventions.
- ▌ Rust · tryboy869 bundle[Applies to: **/*] Definitive guidelines for writing idiomatic, performant, and maintainable Rust code, focusing on modern best practices for structure, patterns, and error handling.
- ▌ Trio · tryboy869 bundle[Applies to: **/*.py] This guide enforces best practices for using Trio, Python's structured concurrency library, ensuring robust, type-safe, and performant asynchronous applications.
- ▌ Trpc · tryboy869 bundle[Applies to: **/*.{ts,tsx}] Definitive guidelines for building robust, type-safe, and maintainable tRPC APIs, emphasizing modularity, Zod validation, and efficient error handling.
- ▌ Vite · tryboy869 bundle[Applies to: **/*.{js,jsx}] This guide provides definitive best practices for developing high-performance, maintainable applications with Vite, focusing on optimal configuration, code structure, and testing.
- ▌ Vllm · tryboy869 bundle[Applies to: **/*.py] Definitive guidelines for writing high-performance, maintainable, and production-ready LLM inference code using vLLM.
- ▌ Astro · tryboy869 bundle[Applies to: **/*.{js,jsx,ts,tsx,astro}] This guide provides opinionated, actionable best practices for building high-performance Astro applications, focusing on zero-JavaScript by default, island architecture, and type safety.
- ▌ Auth0 · tryboy869 bundle[Applies to: **/*] Definitive guidelines for integrating Auth0 securely and efficiently, preventing common identity attacks, and leveraging modern authentication patterns.
- ▌ Axios · tryboy869 bundle[Applies to: **/*.{js,jsx}] Definitive guidelines for using axios to build robust, maintainable, and performant HTTP clients in JavaScript/React applications.
- ▌ Black · tryboy869 bundle[Applies to: **/*.py] Enforce consistent Python code formatting using Black, automate style checks, and integrate seamlessly into development workflows to eliminate style debates and speed up code reviews.
- ▌ Boto3 · tryboy869 bundle[Applies to: **/*.py] This rule file guides developers on writing idiomatic, high-performance, and type-safe boto3 code, emphasizing client reuse, proper pagination, batch operations, and robust testing strategies.
- ▌ Clerk · tryboy869 bundle[Applies to: **/*] This guide establishes definitive best practices for integrating Clerk, focusing on robust security, efficient session management, and secure token handling in line with modern OAuth 2.0 (RFC 9700) and JWT (RFC 8725) standards.
- ▌ Click · tryboy869 bundle[Applies to: **/*.py] This guide outlines definitive best practices for building robust, maintainable, and user-friendly command-line interfaces (CLIs) using the `click` Python library, emphasizing modern patterns and common pitfalls.
- ▌ Detox · tryboy869 bundle[Applies to: **/*.{js,jsx}] This guide provides definitive, opinionated best practices for writing reliable, maintainable, and performant end-to-end tests with Detox in React Native applications.
- ▌ Emacs · tryboy869 bundle[Applies to: **/*] Definitive guidelines for writing clean, maintainable, and performant Emacs Lisp code and configurations, emphasizing modern best practices, robust organization, and effective tooling.
- ▌ Fiber · tryboy869 bundle[Applies to: **/*.go] Definitive guidelines for writing high-performance, secure, and maintainable Fiber applications in Go. Focuses on context immutability, robust error handling, and modular design.
- ▌ Flask · tryboy869 bundle[Applies to: **/*.py] This guide provides definitive, opinionated best practices for building robust, scalable, and maintainable Flask applications, emphasizing modern patterns and common pitfalls.
- ▌ Godot · tryboy869 bundle[Applies to: **/*] This guide provides opinionated, actionable best practices for Godot 4.x development, focusing on code organization, common patterns, performance, and avoiding pitfalls.
- ▌ Httpx · tryboy869 bundle[Applies to: **/*.py] This guide outlines definitive best practices for using httpx, Python's modern HTTP client, ensuring robust, performant, and maintainable network interactions in both synchronous and asynchronous applications.
- ▌ Ionic · tryboy869 bundle[Applies to: **/*.{js,jsx,ts,tsx}] This guide provides definitive best practices for developing high-performance, maintainable, and accessible Ionic applications using modern TypeScript and web standards.
- ▌ Isort · tryboy869 bundle[Applies to: **/*.py] This guide provides definitive rules for configuring and using isort to maintain consistent, readable, and merge-conflict-free Python import statements.
- ▌ Junit · tryboy869 bundle[Applies to: **/*.java] This guide provides definitive, opinionated best practices for writing high-quality, maintainable, and effective unit tests using JUnit 5 (Jupiter) in Java projects.
- ▌ Keras · tryboy869 bundle[Applies to: **/*.py] Definitive guidelines for writing robust, maintainable, and high-performance Keras 3 models, emphasizing the functional API, modern training patterns, and multi-backend compatibility.
- ▌ Maven · tryboy869 bundle[Applies to: **/*.java] This guide provides opinionated, actionable best practices for Maven projects, focusing on reproducible builds, efficient dependency management, and high code quality.
- ▌ PHP · tryboy869 bundle[Applies to: **/*] This guide provides definitive best practices for writing clean, secure, and maintainable PHP code, strictly adhering to PSR-12 and modern PHP 8.4+ features.
- ▌ Ros · tryboy869 bundle[Applies to: **/*] Definitive guidelines for writing high-quality, performant, and maintainable ROS 2 code, leveraging modern C++ and Python best practices, `ament` tooling, and efficient architectural patterns like node composition and multithreaded executors.
- ▌ Vim · tryboy869 bundle[Applies to: **/*] Definitive guidelines for configuring and using Vim/Neovim as a high-performance, terminal-centric IDE, emphasizing modern practices, efficient plugin management, and advanced workflows.
- ▌ Vue · tryboy869 bundle[Applies to: **/*.{vue,js,ts}] This guide provides definitive, opinionated best practices for writing clean, performant, and maintainable Vue 3 applications using modern patterns like the Composition API and Pinia.
- ▌ Zod · tryboy869 bundle[Applies to: **/*.{ts,tsx}] This guide outlines definitive best practices for using Zod in TypeScript projects, ensuring robust runtime validation, superior type safety, and maintainable schemas.
- ▌ Zsh · tryboy869 bundle[Applies to: **/*] This guide defines the definitive best practices for writing Zsh scripts and configuration files, ensuring consistency, robustness, and maintainability across our projects.
- ▌ Bash · tryboy869 bundle[Applies to: **/*] Enforces modern, robust, and maintainable bash scripting practices, focusing on error handling, quoting, variable management, and code organization.
- ▌ Cuda · tryboy869 bundle[Applies to: **/*] Definitive guidelines for writing high-performance, maintainable, and error-resistant CUDA C++ code, focusing on modern practices, memory management, kernel optimization, and robust error handling.
- ▌ Dask · tryboy869 bundle[Applies to: **/*.py] This guide provides opinionated, actionable best practices for writing performant, maintainable, and idiomatic Dask code, focusing on real-world scenarios and modern patterns.
- ▌ Deno · tryboy869 bundle[Applies to: **/*.{js,jsx,ts,tsx}] This guide defines definitive Deno best practices for our team, focusing on secure, maintainable, and idiomatic code using Deno's built-in tooling and modern web standards.
- ▌ DOCX · tryboy869 bundleUse this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or convertin
- ▌ Expo · tryboy869 bundle[Applies to: **/*] This guide provides definitive, opinionated best practices for building robust, performant, and maintainable cross-platform mobile applications with Expo, leveraging modern React Native patterns and the latest SDK features.
- ▌ Htmx · tryboy869 bundle[Applies to: **/*.{js,jsx}] This guide provides definitive, opinionated best practices for using htmx, focusing on declarative markup, secure server interaction, and efficient UI updates for modern web applications.
- ▌ Java · tryboy869 bundle[Applies to: **/*] Definitive guidelines for writing high-quality, maintainable, and performant Java code, adhering to modern best practices (Java 21/25) and enterprise standards like Google Java Style.
- ▌ Jest · tryboy869 bundle[Applies to: **/*.{js,ts,jsx,tsx}] Definitive guidelines for writing robust, maintainable, and performant Jest tests in JavaScript and TypeScript projects.
- ▌ Kivy · tryboy869 bundle[Applies to: **/*.py] Definitive guide for building modern, maintainable Kivy applications using best practices, focusing on KV language, KivyMD, and clear code organization.
- ▌ Llvm · tryboy869 bundle[Applies to: **/*] This guide provides definitive, actionable best practices for developing with LLVM, focusing on code quality, performance, and robust testing using modern tools like LIT and TableGen.
- ▌ AWS · tryboy869 bundle[Applies to: **/*] This guide provides opinionated, actionable best practices for developing and deploying applications on AWS, emphasizing CDK v2, serverless patterns, and Well-Architected principles.
- ▌ Bun · tryboy869 bundle[Applies to: **/*.{js,jsx}] Enforces modern JavaScript best practices and leverages Bun's integrated tooling for high-performance, maintainable backend services.
- ▌ CSS · tryboy869 bundle[Applies to: **/*] Definitive guidelines for writing maintainable, performant, and accessible CSS. Focus on modern practices, robust architecture, and efficient styling patterns.
- ▌ GCP · tryboy869 bundle[Applies to: **/*] This guide provides definitive best practices for developing, deploying, and operating applications on Google Cloud Platform (GCP), emphasizing security, performance, and maintainability.
- ▌ Git · tryboy869 bundle[Applies to: **/*] This guide defines the definitive Git best practices for our team, ensuring clean history, efficient collaboration, and high code quality through structured workflows, commit standards, and automated hooks.
- ▌ Jax · tryboy869 bundle[Applies to: **/*.py] Definitive guidelines for writing high-performance, functionally pure, and maintainable JAX code, focusing on common pitfalls and optimal patterns for accelerators.
- ▌ Mlx · tryboy869 bundle[Applies to: **/*] This guide provides opinionated, actionable best practices for developing high-performance machine learning applications with MLX on Apple Silicon, focusing on Python and Swift.
- ▌ React Typescript Nextjs Nodejs Cursorrules Prompt Cursorrule · tryboy869 bundleApply for react-typescript-nextjs-nodejs-cursorrules-prompt-. You are an expert in Solidity, TypeScript, Node.js, Next.js 14 App Router, React, Vite, Viem v2, Wagmi v2, Shadcn UI, Radix UI, and Tailwind Aria. Key Principles: - Write concise, technical responses
- ▌ Typescript Nodejs Nextjs React UI CSS Cursorrules Cursorrule · tryboy869 bundleApply for typescript-nodejs-nextjs-react-ui-css-cursorrules-. You are an expert in TypeScript, Node.js, Next.js App Router, React, Shadcn UI, Radix UI and Tailwind. Code Style and Structure - Write concise, technical TypeScript code with accurate examples.
- ▌ Typescript React Nextjs Cloudflare Cursorrules Pro Cursorrul · tryboy869 bundleApply for typescript-react-nextjs-cloudflare-cursorrules-pro. --- description: General rules for TypeScript, Node.js and Next.js projects, focusing on best practices and preferred technologies. globs: **/*.{ts,tsx,js,jsx}
- ▌ Kotlin Coding Best Practices For Spring Boot Development Cur · tryboy869 bundleApply for kotlin-coding-best-practices-for-spring-boot-development. --- description: Rule set for Kotlin coding best practices in Spring Boot applications. globs: **/*.kt
- ▌ Kotlin Coding Best Practices For Spring Boot Development · tryboy869 bundleApply for kotlin-coding-best-practices-for-spring-boot-development. 1. Group your source code into clearly defined packages like controller, service, repository, and model to separate concerns and improve maintainability. 2. Organize your file system so that each dire
- ▌ Web App Optimization Cursorrules Prompt File Cursorrules · tryboy869 bundleApply for web-app-optimization-cursorrules-prompt-file. --- description: Applies general Svelte and SvelteKit best practices, including file structure, component development, and state management. globs: **/*.svelte
- ▌ Python Cursorrules Prompt File Best Practices Cursorrules · tryboy869 bundleApply for python-cursorrules-prompt-file-best-practices. --- description: Applies general Python development guidelines including typing, docstrings, dependency management, testing with pytest, and code style using Ruff. globs: **/*.py
- ▌ Nextjs15 React19 Vercelai Tailwind Cursorrules Prompt File · tryboy869 bundleApply for nextjs15-react19-vercelai-tailwind-cursorrules-prompt-file. --- description: Error handling patterns for Next.js 15 and React 19 applications, including error boundaries, API error handling, and graceful degradation strategies. globs: app/**/*
- ▌ Nextjs React Typescript Cursorrules Prompt File Cursorrules · tryboy869 bundleApply for nextjs-react-typescript-cursorrules-prompt-file. You are an expert in Solidity, TypeScript, Node.js, Next.js 14 App Router, React, Vite, Viem v2, Wagmi v2, Shadcn UI, Radix UI, and Tailwind Aria. Key Principles - Write concise, technical responses w
- ▌ System Prompt Nextjs 14 And Tailwind CSS Code Generation Wit · tryboy869 bundleApply for system-prompt-nextjs-14-and-tailwind-css-code-generation-wit. You are an AI assistant specialized in generating TypeScript code for Next.js 14 applications using Tailwind CSS. Your task is to analyze design screenshots and create corresponding TypeScript code th
- ▌ Typescript Vite Tailwind Cursorrules Prompt File Cursorrules · tryboy869 bundleApply for typescript-vite-tailwind-cursorrules-prompt-file. You are an expert in TypeScript, Node.js, Vite, Vue.js, Vue Router, Pinia, VueUse, DaisyUI, and Tailwind, with a deep understanding of best practices and performance optimization techniques in these t