← all publishers

bradtaylorsf

@bradtaylorsf source repo

85 published skills

  1. Electron Build Config · bradtaylorsf
    Multi-platform Electron build configuration - esbuild bundling, electron-builder setup, and distribution
    3 installs
  2. Express Error Handling · bradtaylorsf
    Error handling patterns for Express.js applications
    1 install
  3. Playwright Fixtures · bradtaylorsf
    Playwright fixtures and test setup patterns
    3 installs
  4. Typescript Generics · bradtaylorsf
    TypeScript generics patterns for reusable type-safe code
    1 install
  5. Typescript Patterns · bradtaylorsf
    TypeScript best practices and common patterns
    1 install
  6. Nextjs Client Components · bradtaylorsf
    Client Components patterns in Next.js App Router
    1 install
  7. Nextjs Server Components · bradtaylorsf
    React Server Components patterns in Next.js
    1 install
  8. Playwright Debugging · bradtaylorsf
    Playwright debugging techniques and tools
    1 install
  9. Playwright Selectors · bradtaylorsf
    Playwright selector strategies and patterns
    1 install
  10. Typescript Inference · bradtaylorsf
    TypeScript type inference patterns and techniques
    1 install
  11. Electron Native Modules · bradtaylorsf
    Handle native Node.js modules in Electron - better-sqlite3, sharp, keytar packaging patterns
    1 install
  12. Playwright Assertions · bradtaylorsf
    Playwright assertion patterns and matchers
    1 install
  13. Electron CLI Integration · bradtaylorsf
    Integrate external CLI tools (Claude, Node, npx) in Electron apps with proper PATH handling
    1 install
  14. Electron Path Resolution · bradtaylorsf
    Critical path resolution patterns for Electron apps - avoid process.cwd() and __dirname pitfalls
    1 install
  15. Typescript Utility Types · bradtaylorsf
    Built-in TypeScript utility types and their applications
    1 install
  16. Playwright Visual Testing · bradtaylorsf
    Playwright visual comparison and screenshot testing
    3 installs
  17. Postgres Queries · bradtaylorsf
    PostgreSQL query patterns and best practices
    1 install
  18. Fullstack Patterns · bradtaylorsf
    Patterns for implementing end-to-end features across frontend, backend, and database
    1 install
  19. Jira Duplicate Detection · bradtaylorsf
    Patterns for detecting duplicate Jira tickets before creating new ones and handling existing duplicates.
    1 install
  20. Linear Ticket Analysis · bradtaylorsf
    Methodology for analyzing Linear tickets to find duplicates, check relevance, and determine if issues have been fixed.
    1 install
  21. Electron Security · bradtaylorsf
    Secure IPC patterns, credential storage, and API key management for Electron apps
    1 install
  22. Express Middleware · bradtaylorsf
    Express.js middleware patterns and implementation
    3 installs
  23. Express Validation · bradtaylorsf
    Input validation patterns for Express.js
    1 install
  24. React Query Patterns · bradtaylorsf
    TanStack Query (React Query) patterns for data fetching and caching
    1 install
  25. Sqlite Optimization · bradtaylorsf
    SQLite performance optimization techniques
    1 install
  26. Tailwind Patterns · bradtaylorsf
    Tailwind CSS utility patterns and best practices
    1 install
  27. Issue Planning Workflow · bradtaylorsf
    Comprehensive planning methodology for GitHub issues - from analysis to implementation plan.
    1 install
  28. Ticket Planning Workflow · bradtaylorsf
    Patterns for creating well-researched Linear tickets with codebase context.
    1 install
  29. Postgres Migrations · bradtaylorsf
    PostgreSQL migration patterns and best practices
    1 install
  30. Architecture Decisions · bradtaylorsf
    Architecture Decision Records (ADR) patterns
    1 install
  31. System Design Patterns · bradtaylorsf
    Common system design patterns and architectures
    1 install
  32. Authentication Patterns · bradtaylorsf
    Patterns for implementing authentication and authorization in backend applications
    1 install
  33. Accessibility Patterns · bradtaylorsf
    Patterns for building accessible web applications following WCAG guidelines
    1 install
  34. Component Architecture · bradtaylorsf
    Patterns for designing component hierarchies, composition, and reusable UI elements
    1 install
  35. Issue Duplicate Detection · bradtaylorsf
    Patterns for detecting duplicate GitHub issues before creating new ones.
    1 install
  36. Postgres Performance · bradtaylorsf
    PostgreSQL performance tuning and optimization
    1 install
  37. Ticket Duplicate Detection · bradtaylorsf
    Detects similar/duplicate tickets before creating new ones.
    1 install
  38. Issue Status Sync · bradtaylorsf
    Patterns for keeping GitHub issue status synchronized with development progress.
    1 install
  39. Node Performance · bradtaylorsf
    Node.js performance optimization patterns
    1 install
  40. Jira Sprint Planning · bradtaylorsf
    Patterns for sprint planning with Jira - capacity planning, ticket selection, and sprint organization.
    1 install
  41. Jira Ticket Analysis · bradtaylorsf
    Patterns for analyzing Jira ticket quality and identifying improvement opportunities.
    1 install
  42. Ticket Status Sync · bradtaylorsf
    Synchronizes Linear ticket status with git workflow events.
    1 install
  43. Sqlite Patterns · bradtaylorsf
    SQLite database patterns and best practices
    1 install
  44. Test Data Management · bradtaylorsf
    Test data creation and management patterns
    1 install
  45. State Management · bradtaylorsf
    Patterns for managing application state - local, global, server, and URL state
    3 installs
  46. Evaluation Frameworks · bradtaylorsf
    Evaluation frameworks and assessment methodologies
    1 install
  47. Express Routing · bradtaylorsf
    Express.js routing patterns and organization
    1 install
  48. Responsive Design · bradtaylorsf
    Patterns for building responsive, mobile-first user interfaces
    1 install
  49. Continuous Improvement · bradtaylorsf
    Continuous improvement processes and patterns
    1 install
  50. Mui Patterns · bradtaylorsf
    Material-UI component patterns and usage
    3 installs
  51. Nextjs App Router · bradtaylorsf
    Next.js App Router patterns and conventions
    1 install
  52. Nextjs Middleware · bradtaylorsf
    Next.js middleware patterns for request processing
    1 install
  53. Technical Planning · bradtaylorsf
    Sprint planning and technical roadmap patterns
    1 install
  54. Middleware Patterns · bradtaylorsf
    Patterns for designing and implementing Express middleware
    1 install
  55. Migration Patterns · bradtaylorsf
    Patterns for safe database migrations in production environments
    1 install
  56. Query Optimization · bradtaylorsf
    Patterns for optimizing database query performance
    1 install
  57. Github Issue Analysis · bradtaylorsf
    Patterns for analyzing GitHub issues to determine if they are still relevant or have been fixed.
    1 install
  58. Postgres Indexes · bradtaylorsf
    PostgreSQL indexing strategies and optimization
    1 install
  59. Technical Writing · bradtaylorsf
    Technical writing standards and best practices
    1 install
  60. Security Analysis · bradtaylorsf
    Security vulnerability scanning and OWASP Top 10 compliance checking. Use when reviewing code for security issues, validating authentication/authorization, or ensuring security best practices.
    1 install
  61. API Design · bradtaylorsf
    Patterns for designing RESTful and GraphQL APIs
    1 install
  62. Quality Metrics · bradtaylorsf
    Software quality metrics and measurement
    1 install
  63. React Hooks · bradtaylorsf
    React hooks patterns including custom hooks, useEffect, useMemo, and more
    1 install
  64. Account Report · bradtaylorsf
    Patterns for generating Gamma.app-compatible slide deck markdown from GitHub data for customer-facing account management presentations
    1 install
  65. Jira Status Sync · bradtaylorsf
    Patterns for keeping Jira ticket status synchronized with actual work progress.
    1 install
  66. Jest Coverage · bradtaylorsf
    Jest code coverage configuration and analysis
    1 install
  67. Jest Patterns · bradtaylorsf
    Jest testing patterns and best practices
    3 installs
  68. Nextjs Auth · bradtaylorsf
    NextAuth.js / Auth.js authentication patterns
    1 install
  69. React Context · bradtaylorsf
    React Context API patterns for state sharing and prop drilling elimination
    1 install
  70. React Testing · bradtaylorsf
    React Testing Library patterns for component testing
    1 install
  71. Coverage Analysis · bradtaylorsf
    Code coverage analysis and improvement patterns
    1 install
  72. Error Handling · bradtaylorsf
    Patterns for consistent error handling in backend applications
    1 install
  73. Data Modeling · bradtaylorsf
    Patterns for entity relationship design and data modeling
    3 installs
  74. Schema Design · bradtaylorsf
    Patterns for designing database schemas with proper normalization and relationships
    1 install
  75. Jira Ticket Create · bradtaylorsf
    Patterns for creating well-structured Jira tickets with proper formatting, fields, and Jira-specific best practices.
    1 install
  76. React Patterns · bradtaylorsf
    React component patterns, best practices, and architecture guidelines
    1 install
  77. Defensive API Handling · bradtaylorsf
    Safely handles API responses to prevent crashes from malformed JSON, HTML error pages, or unexpected response types. Use any time calling API endpoints.
    1 install
  78. Documentation Patterns · bradtaylorsf
    Documentation structure and organization patterns
    1 install
  79. Push · bradtaylorsf
    Intelligent workflow orchestrator that commits, pushes, and creates/updates PRs automatically. Use when user wants to save their work or create a PR.
    1 install
  80. Pr Review · bradtaylorsf
    Conduct comprehensive pull request reviews with security, architecture, and quality checks. Use when user wants to review a PR.
    1 install
  81. API Patterns · bradtaylorsf
    REST API best practices including request validation, error handling, authentication, rate limiting, and documentation. Use when building backend APIs.
    1 install
  82. Commit Helper · bradtaylorsf
    Patterns for creating conventional commits with proper formatting and validation. Used by git-pr-manager agent.
    1 install
  83. Jira Retro · bradtaylorsf
    Patterns and templates for creating sprint/project retrospective reports from Jira data with time tracking and blocker analysis.
    1 install
  84. Branch Workflow · bradtaylorsf
    Patterns for branch naming, validation, and lifecycle management. Used by git-pr-manager agent.
    3 installs
  85. Stack Detection · bradtaylorsf
    Detect project technology stack from package.json, config files, and code patterns. Use this skill FIRST before writing any technology-specific code to prevent hallucinations.
    1 install