← all publishers

Tryboy869

@tryboy869 source repo

)}

432 published skills · page 4 of 5

  1. Apollo GRAPHQL · tryboy869 bundle
    [Applies to: **/*.{js,jsx}] Definitive guidelines for building robust, performant, and maintainable apollo-graphql applications using modern best practices and tooling.
    0
    installs
  2. Azure Postgres · tryboy869 bundle
    Create new Azure Database for PostgreSQL Flexible Server instances and configure passwordless authentication with Microsoft Entra ID. Set up developer access, managed identities for apps, group-based permissions, and migrate from password-based to Entra ID authentication. Trigger phrases include 'passwordless for postgres', 'entra id postgres', 'azure ad postgres authentication', 'postgres managed identity', 'migrate postgres to passwordless'.
    0
    installs
  3. Beautifulsoup4 · tryboy869 bundle
    [Applies to: **/*.py] This guide provides opinionated, actionable, and example-driven best practices for using beautifulsoup4 in Python web scraping projects, focusing on modern techniques and common pitfalls.
    0
    installs
  4. Codex Analysis · tryboy869 bundle
    Run Codex CLI for deep code analysis and second-opinion reviews. Use when the user explicitly asks for Codex analysis, Codex help, or wants a second opinion from Codex on code, architecture, or debugging questions.
    0
    installs
  5. Deployment Vps · tryboy869 bundle
    Apply when deploying applications to VPS, bare metal, or cloud VMs. Covers: systemd services, nginx reverse proxy, SSL with Certbot, zero-downtime deployment, firewall setup. Trigger for: deploy, VPS, server, nginx, production deploy, systemd, SSL.
    0
    installs
  6. Sqlalchemy · tryboy869 bundle
    [Applies to: **/*.py] This guide enforces modern SQLAlchemy 2.x best practices for Python applications, ensuring type-safe, performant, and maintainable database interactions.
    0
    installs
  7. Tensorflow · tryboy869 bundle
    [Applies to: **/*.py] This guide defines the definitive best practices for writing TensorFlow code, focusing on `tf.keras` for models, `tf.data` for input pipelines, and `@tf.function` for performance, ensuring reproducible, scalable, and production-ready ML systems.
    0
    installs
  8. Typescript · tryboy869 bundle
    Apply for any TypeScript project. Covers: strict config, type patterns, generics, discriminated unions, type guards, utility types, and common anti-patterns. Trigger for: TypeScript, TS, types, interfaces, generics.
    0
    installs
  9. Websockets · tryboy869 bundle
    Apply when building real-time features with WebSockets: chat, live updates, notifications, collaborative tools, dashboards. Covers: FastAPI WebSocket, connection management, broadcast, reconnection. Trigger for: WebSocket, real-time, live, chat, push, SSE.
    0
    installs
  10. Android Sdk · tryboy869 bundle
    [Applies to: **/*.java] This guide provides definitive best practices for Android SDK development in Java, focusing on modern architecture, Jetpack libraries, performance, security, and testing.
    0
    installs
  11. AWS Amplify · tryboy869 bundle
    [Applies to: **/*] This guide provides opinionated, actionable best practices for building scalable, maintainable full-stack applications using AWS Amplify Gen 2, focusing on TypeScript-first development and efficient cloud resource management.
    0
    installs
  12. Biome Rules · tryboy869 bundle
    [Applies to: biome.json] Rules for Biome configuration.
    0
    installs
  13. Copilot Sdk · tryboy869 bundle
    Build applications powered by GitHub Copilot using the Copilot SDK. Use when creating programmatic integrations with Copilot across Node.js/TypeScript, Python, Go, or .NET. Covers session management, custom tools, streaming, hooks, MCP servers, BYOK providers, session persistence, custom agents, skills, and deployment patterns. Requires GitHub Copilot CLI installed and a GitHub Copilot subscription (unless using BYOK).
    0
    installs
  14. Cursorrules · tryboy869 bundle
    Apply for cursorrules. I am building 'BA Copilot', where BA stands for Business Analysts. I will sometimes refer to it as bacp. It is an assistant for business analysts. The MVP will be a an ai chatbot type tool, which will
    0
    installs
  15. Discord API · tryboy869 bundle
    [Applies to: **/*] Definitive guidelines for building robust, scalable, and compliant Discord applications using the discord-api, emphasizing REST over Gateway, strong typing, and modern interaction patterns.
    0
    installs
  16. Fontawesome · tryboy869 bundle
    [Applies to: **/*] This guide provides definitive rules for integrating and utilizing Font Awesome 7 icons, focusing on accessibility, performance, and maintainability through Kit-based setup and modern best practices.
    0
    installs
  17. Huggingface · tryboy869 bundle
    [Applies to: **/*.py] Definitive guidelines for writing robust, performant, and maintainable Python code using Hugging Face Transformers and the Hugging Face Hub.
    0
    installs
  18. Llama Index · tryboy869 bundle
    [Applies to: **/*.py] Definitive guidelines for building production-ready LlamaIndex applications, emphasizing modularity, type safety, cloud services, and robust testing.
    0
    installs
  19. Material UI · tryboy869 bundle
    [Applies to: **/*] Provides definitive guidelines for building scalable, performant, and maintainable React applications using Material-UI (MUI), focusing on modern best practices.
    0
    installs
  20. MCP Builder · tryboy869 bundle
    Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
    0
    installs
  21. Py Fast API · tryboy869 bundle
    Apply for py-fast-api. You are an expert in Python, FastAPI, and scalable API development. Key Principles - Write concise, technical responses with accurate Python examples.
    0
    installs
  22. React Query · tryboy869 bundle
    [Applies to: **/*.{js,jsx,ts,tsx}] Definitive guidelines for using TanStack Query (formerly React Query) to manage server state efficiently, ensure type safety, and optimize performance in React applications.
    0
    installs
  23. AWS Lambda · tryboy869 bundle
    [Applies to: **/*] Definitive guidelines for writing secure, performant, and maintainable AWS Lambda functions using modern best practices.
    0
    installs
  24. Cloudflare · tryboy869 bundle
    [Applies to: **/*] Definitive guidelines for building secure, performant, and maintainable applications on Cloudflare's developer platform, emphasizing tiny bundles, edge-first design, and robust security.
    0
    installs
  25. Codemirror · tryboy869 bundle
    [Applies to: **/*.{js,jsx}] This guide defines best practices for building and maintaining CodeMirror 6-based editors, focusing on modularity, immutable state, extension-driven configuration, and modern JavaScript/TypeScript patterns.
    0
    installs
  26. Databricks · tryboy869 bundle
    [Applies to: **/*] Definitive guidelines for developing robust, performant, and secure applications and data pipelines on Databricks using modern best practices and native services.
    0
    installs
  27. Dev Expert · tryboy869 bundle
    Apply this skill whenever generating code, projects, or technical architectures. Forces the AI to think like an accomplished full stack developer BEFORE writing any code.
    0
    installs
  28. Django Orm · tryboy869 bundle
    [Applies to: **/*.py] This guide provides opinionated, actionable best practices for writing efficient, maintainable, and performant Django ORM code, focusing on common pitfalls and modern patterns.
    0
    installs
  29. Hypothesis · tryboy869 bundle
    [Applies to: **/*.py] Definitive guidelines for writing robust, maintainable, and performant property-based tests using Hypothesis with Python and pytest.
    0
    installs
  30. Kubernetes · tryboy869 bundle
    [Applies to: **/*.{yaml,yml}] This guide defines definitive best practices for writing, organizing, and securing Kubernetes manifests and Operators, ensuring maintainable, performant, and reliable cloud-native deployments.
    0
    installs
  31. Matplotlib · tryboy869 bundle
    [Applies to: **/*.py] This guide outlines definitive best practices for writing clean, performant, and maintainable matplotlib code, emphasizing the object-oriented API and modern data science workflows.
    0
    installs
  32. Notion API · tryboy869 bundle
    [Applies to: **/*] Definitive guidelines for building secure, typed, and maintainable integrations with the Notion API using modern best practices and official SDKs.
    0
    installs
  33. Playwright · tryboy869 bundle
    [Applies to: **/*.{js,ts}] Definitive guidelines for writing robust, maintainable, and high-quality end-to-end tests with Playwright in TypeScript.
    0
    installs
  34. Postgresql · tryboy869 bundle
    [Applies to: **/*] This guide defines the definitive best practices for writing clean, performant, and maintainable PostgreSQL SQL, focusing on modern conventions and avoiding common pitfalls.
    0
    installs
  35. React Mobx · tryboy869 bundle
    [Applies to: **/*.{js,jsx,ts,tsx}] This guide provides opinionated, actionable best practices for building scalable and performant React applications using MobX, focusing on modern patterns and React Compiler compatibility.
    0
    installs
  36. Setuptools · tryboy869 bundle
    [Applies to: **/*.py] This guide defines best practices for configuring Python packages using setuptools, emphasizing modern, declarative `pyproject.toml` workflows for robust and maintainable projects.
    0
    installs
  37. Springboot · tryboy869 bundle
    [Applies to: **/*.java] Enforces modern Spring Boot best practices for Java applications, covering code structure, dependency injection, API design, error handling, and testing to ensure maintainable, performant, and secure microservices.
    0
    installs
  38. Actix Web · tryboy869 bundle
    [Applies to: **/*.rs] Definitive guidelines for building high-performance, maintainable, and secure web applications with actix-web 4, focusing on modern Rust best practices.
    0
    installs
  39. Amazon S3 · tryboy869 bundle
    [Applies to: **/*] This guide provides definitive best practices for interacting with Amazon S3, focusing on security, performance, cost optimization, and maintainable code in modern AWS applications.
    0
    installs
  40. Chakra UI · tryboy869 bundle
    [Applies to: **/*] This guide provides opinionated, actionable best practices for using Chakra UI effectively, focusing on token-first theming, responsive design, component architecture, and performance for React 18+ applications.
    0
    installs
  41. CLI Tools · tryboy869 bundle
    Apply when building CLI tools, command-line interfaces, or scripts meant to be run in terminal. Covers: Click/Typer patterns, argument parsing, progress display, config files, distribution. Trigger for: CLI, command line, terminal, script, Click, Typer, argparse.
    0
    installs
  42. Debugging · tryboy869 bundle
    Apply when debugging errors, crashes, performance issues, or unexpected behavior. Covers: systematic debug approach, Python debuggers, logging strategies, profiling, common error patterns. Trigger for: bug, error, crash, debug, traceback, exception, not working.
    0
    installs
  43. Elk Stack · tryboy869 bundle
    [Applies to: **/*] Definitive guidelines for emitting, structuring, and managing logs within the ELK stack, ensuring robust observability and efficient troubleshooting.
    0
    installs
  44. Fabric JS · tryboy869 bundle
    [Applies to: **/*.{js,jsx}] This guide outlines definitive best practices for using fabric-js (v6.9.0+) in JavaScript/TypeScript projects, focusing on performance, maintainability, and modern API usage.
    0
    installs
  45. Gitlab CI · tryboy869 bundle
    [Applies to: **/*] This guide provides opinionated, actionable best practices for structuring, optimizing, and securing GitLab CI/CD pipelines, focusing on modern patterns and avoiding common pitfalls.
    0
    installs
  46. Langchain · tryboy869 bundle
    [Applies to: **/*.py] Definitive guidelines for writing maintainable, performant, and robust LangChain applications using modern best practices (LCEL, LangGraph, Pydantic, `create_agent`).
    0
    installs
  47. Socket Io · tryboy869 bundle
    [Applies to: **/*.{js,jsx,ts,tsx}] Definitive guidelines for building robust, performant, and maintainable real-time applications using Socket.IO v4.x, emphasizing modern JavaScript practices and common pitfalls.
    0
    installs
  48. Streamlit · tryboy869 bundle
    [Applies to: **/*.py] Enforce modern, performant, and maintainable Streamlit development practices, focusing on caching, modularity, and robust dependency management.
    0
    installs
  49. Sveltekit · tryboy869 bundle
    [Applies to: **/*.{js,jsx,ts,tsx,svelte}] Definitive guidelines for building scalable, performant, and maintainable SvelteKit applications using modern best practices, TypeScript, and Svelte 5 runes.
    0
    installs
  50. Terraform · tryboy869 bundle
    [Applies to: **/*.tf] Definitive guidelines for writing maintainable, secure, and scalable Terraform configurations. Focuses on structure, naming, state management, and automation.
    0
    installs
  51. Turbopack · tryboy869 bundle
    [Applies to: **/*.{js,jsx}] This guide provides opinionated, actionable best practices for developing high-performance, maintainable, and secure applications using Turbopack as the default bundler in Next.js 16+.
    0
    installs
  52. Amazon Ec2 · tryboy869 bundle
    [Applies to: **/*] This guide provides definitive best practices for deploying and managing Amazon EC2 instances, focusing on security, cost optimization, and operational excellence through Infrastructure as Code (IaC).
    0
    installs
  53. Ant Design · tryboy869 bundle
    [Applies to: **/*] Definitive guidelines for building consistent, performant, and maintainable UIs with Ant Design v6.x, focusing on design tokens, layout, and component usage.
    0
    installs
  54. Persona · tryboy869 bundle
    Apply for persona. You are an experienced QA Engineer with expertise in writing clear, detailed test cases for TestRail that help testers efficiently execute tests and validate functionality. You understand testing meth
    0
    installs
  55. Phoenix · tryboy869 bundle
    [Applies to: **/*] Provides definitive guidelines for building robust, maintainable, and performant Phoenix applications using modern Elixir best practices, focusing on context-driven design, strict formatting, and effective testing.
    0
    installs
  56. Postman · tryboy869 bundle
    [Applies to: **/*] This guide defines definitive best practices for structuring, scripting, and testing APIs using Postman, ensuring maintainable, robust, and collaborative API workflows.
    0
    installs
  57. Pyramid · tryboy869 bundle
    [Applies to: **/*.py] This guide provides opinionated, actionable best practices for building modern, maintainable, and performant applications with the Pyramid web framework.
    0
    installs
  58. Pyright · tryboy869 bundle
    [Applies to: **/*.py] This guide provides definitive, actionable best practices for configuring and using pyright (and basedpyright) to ensure robust, type-safe Python codebases in 2025.
    0
    installs
  59. Pytorch · tryboy869 bundle
    [Applies to: **/*.py] Definitive guidelines for writing clean, performant, and maintainable PyTorch code, emphasizing modern best practices, explicit device management, and efficient training patterns.
    0
    installs
  60. Railway · tryboy869 bundle
    [Applies to: **/*] This guide provides definitive best practices for developing and deploying applications on Railway, focusing on stateless services, reproducible builds with Nixpacks, secure configuration, and optimal performance.
    0
    installs
  61. Seaborn · tryboy869 bundle
    [Applies to: **/*.py] This guide defines best practices for using Seaborn in Python for data visualization, emphasizing modern, reproducible, and performant approaches in AI/ML pipelines.
    0
    installs
  62. Solidjs · tryboy869 bundle
    [Applies to: **/*.{js,jsx}] This guide provides definitive, opinionated best practices for writing high-performance, maintainable SolidJS applications, focusing on reactivity, component architecture, and common pitfalls.
    0
    installs
  63. Tkinter · tryboy869 bundle
    [Applies to: **/*.py] Definitive guidelines for building modern, maintainable, and performant Tkinter applications using best practices, ttk, and ttkbootstrap.
    0
    installs
  64. Tornado · tryboy869 bundle
    [Applies to: **/*.py] Definitive guidelines for writing high-performance, secure, and maintainable Tornado applications using modern Python 3.9+ async/await patterns and best practices.
    0
    installs
  65. Webpack · tryboy869 bundle
    [Applies to: **/*.{js,jsx}] This guide provides opinionated, actionable best practices for configuring webpack, focusing on performance, maintainability, and modern development workflows in 2025.
    0
    installs
  66. Xgboost · tryboy869 bundle
    [Applies to: **/*.py] Definitive guidelines for writing robust, performant, and maintainable Python code using the xgboost library, focusing on modern best practices and common pitfalls.
    0
    installs
  67. Zustand · tryboy869 bundle
    [Applies to: **/*.{js,jsx}] Definitive guidelines for using Zustand in React projects, focusing on type safety, modularity, performance, and maintainability with practical code examples.
    0
    installs
  68. Auth JWT · tryboy869 bundle
    Apply when implementing authentication and authorization with JWT, OAuth2, or session tokens. Covers: JWT structure, refresh tokens, OAuth2 flows, RBAC, secure cookie patterns. Trigger for: authentication, JWT, OAuth, login, session, token, auth.
    0
    installs
  69. Azure AI · tryboy869 bundle
    Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybrid search, speech-to-text, text-to-speech, transcription, OCR. USE FOR: AI Search, query search, vector search, hybrid search, semantic search, speech-to-text, text-to-speech, transcribe, OCR, convert text to speech. DO NOT USE FOR: Function apps/Functions (use azure-functions), databases (azure-postgres/azure-kusto), general Azure resources.
    0
    installs
  70. Circleci · tryboy869 bundle
    [Applies to: **/*] This guide provides opinionated, actionable best practices for writing maintainable, secure, and performant CircleCI configurations and orbs.
    0
    installs
  71. Electron · tryboy869 bundle
    [Applies to: **/*.{js,jsx}] This guide provides opinionated, actionable best practices for building secure, performant, and maintainable Electron applications using modern patterns and consistent tooling.
    0
    installs
  72. Firebase · tryboy869 bundle
    [Applies to: **/*] This guide provides definitive, opinionated best practices for building secure, performant, and maintainable applications with Firebase, focusing on modern patterns and avoiding common pitfalls.
    0
    installs
  73. Insomnia · tryboy869 bundle
    [Applies to: **/*] This guide provides opinionated, actionable best practices for using Insomnia IDE, focusing on modern API testing, collaboration, and CI/CD integration as of 2025.
    0
    installs
  74. Lightgbm · tryboy869 bundle
    [Applies to: **/*.py] This guide provides opinionated, actionable best practices for using LightGBM in production-grade Python ML pipelines, focusing on performance, reproducibility, and maintainability.
    0
    installs
  75. Monorepo · tryboy869 bundle
    Apply when setting up or working in a monorepo with multiple apps and shared packages. Covers: workspace config, shared code patterns, dependency management, CI matrix, affected-only builds. Trigger for: monorepo, workspace, shared packages, nx, turborepo, pnpm workspace.
    0
    installs
  76. Requests · tryboy869 bundle
    [Applies to: **/*.py] This guide outlines definitive best practices for using the `requests` library in Python, focusing on performance, reliability, and maintainability for API clients and web interactions.
    0
    installs
  77. Riverpod · tryboy869 bundle
    [Applies to: **/*] Definitive guidelines for using Riverpod in Flutter projects, focusing on modern, opinionated best practices for state management, code organization, performance, and testing.
    0
    installs
  78. Selenium · tryboy869 bundle
    [Applies to: **/*.py] Definitive guidelines for writing robust, maintainable, and readable Selenium automation scripts in Python, focusing on modern best practices for testing and web scraping.
    0
    installs
  79. Servemux · tryboy869 bundle
    [Applies to: **/*.go] This rule file provides definitive guidelines for using Go's `http.ServeMux` effectively, leveraging Go 1.22+ features for robust, maintainable, and secure API development.
    0
    installs
  80. Solidity · tryboy869 bundle
    [Applies to: **/*] Definitive guidelines for writing secure, maintainable, and gas-efficient Solidity smart contracts, emphasizing modern best practices and security-first development.
    0
    installs
  81. Supabase · tryboy869 bundle
    [Applies to: **/*] Comprehensive guidelines for writing high-performance, secure, and maintainable Supabase applications, covering SQL style, data modeling, security, and testing.
    0
    installs
  82. Tailwind · tryboy869 bundle
    [Applies to: **/*.{css,html,jsx,tsx,vue}] Provides definitive best practices for using Tailwind CSS, focusing on maintainability, performance, and scalability in modern web development.
    0
    installs
  83. Three JS · tryboy869 bundle
    [Applies to: **/*.{js,jsx}] Enforce modern, performant, and maintainable three-js development practices, focusing on WebGL error handling, efficient asset management, and render loop optimization.
    0
    installs
  84. Tinygrad · tryboy869 bundle
    [Applies to: **/*] This guide provides opinionated, actionable best practices for developing with tinygrad, focusing on lazy execution, performance, and code structure.
    0
    installs
  85. Unittest · tryboy869 bundle
    [Applies to: **/*.py] Definitive guidelines for writing robust, maintainable, and idiomatic `unittest` tests in Python. Focuses on structure, naming, assertions, mocking, and performance.
    0
    installs
  86. Datadog · tryboy869 bundle
    [Applies to: **/*] Enforce Datadog best practices for structured logging, consistent tagging, metric governance, and CI/CD integration to ensure reliable and actionable observability across all services.
    0
    installs
  87. Esbuild · tryboy869 bundle
    [Applies to: **/*.{js,jsx}] Definitive guidelines for configuring and using esbuild to achieve ultra-fast, optimized, and production-ready JavaScript/TypeScript builds.
    0
    installs
  88. Express · tryboy869 bundle
    [Applies to: **/*.{js,ts}] This guide defines definitive best practices for building robust, scalable, and secure Express.js applications, emphasizing modern patterns and common pitfalls.
    0
    installs
  89. Fastapi · tryboy869 bundle
    [Applies to: **/*.py] Definitive guidelines for building high-performance, maintainable, and secure FastAPI applications using modern Python best practices.
    0
    installs
  90. GCP CLI · tryboy869 bundle
    [Applies to: **/*] Definitive guidelines for writing robust, secure, and maintainable scripts and workflows using the Google Cloud CLI (gcloud).
    0
    installs
  91. Grafana · tryboy869 bundle
    [Applies to: **/*] This guide defines definitive best practices for developing, structuring, and maintaining Grafana dashboards, alerts, and data sources as code, ensuring readability, performance, and scalability across teams.
    0
    installs
  92. GRAPHQL · tryboy869 bundle
    [Applies to: **/*.{graphql,gql}] Enforce modern, performant, and secure GraphQL schema design and operation best practices for maintainable and scalable APIs.
    0
    installs
  93. Hardhat · tryboy869 bundle
    [Applies to: **/*.{js,jsx}] Ensure Hardhat projects follow modern best practices for configuration, testing, deployment, and security using TypeScript and Hardhat 3's Rust runtime.
    0
    installs
  94. Jenkins · tryboy869 bundle
    [Applies to: **/*] Definitive guidelines for writing robust, maintainable, and secure Jenkins Pipelines using modern best practices.
    0
    installs
  95. Laravel · tryboy869 bundle
    [Applies to: **/*.php] Definitive guide for writing clean, performant, and secure Laravel applications, emphasizing modern best practices and common pitfalls.
    0
    installs
  96. LLM API · tryboy869 bundle
    Apply when integrating LLM APIs (OpenAI, Groq, Anthropic, Mistral) into applications. Covers: prompt engineering, streaming, retry logic, cost control, structured outputs, function calling. Trigger for: LLM, GPT, Claude, Groq, AI API, prompt, OpenAI, Anthropic.
    0
    installs
  97. Mockito · tryboy869 bundle
    [Applies to: **/*.java] This guide provides definitive best practices for writing robust, maintainable, and readable unit tests using Mockito with JUnit 5, focusing on modern patterns and common pitfalls.
    0
    installs
  98. Mongodb · tryboy869 bundle
    [Applies to: **/*] This guide provides definitive best practices for designing, querying, and maintaining MongoDB databases to ensure high performance, scalability, and maintainability in cloud-native applications.
    0
    installs
  99. Netlify · tryboy869 bundle
    [Applies to: **/*] This guide provides opinionated, actionable best practices for building, deploying, and maintaining high-performance, secure, and scalable Jamstack applications on Netlify. It focuses on modern workflows, code quality, and leveraging Netlify's edge-first architecture.
    0
    installs
  100. Next JS · tryboy869 bundle
    [Applies to: **/*.{js,jsx,ts,tsx}] This guide defines definitive best practices for Next.js applications, focusing on the `app` directory, Server Components, performance, and maintainability. Follow these rules to build robust, scalable, and performant Next.js projects.
    0
    installs