bradtaylorsf
- 85 skills
- 0 followers
- 1 week ago last updated
- ▌ Electron Build Config · bradtaylorsfMulti-platform Electron build configuration - esbuild bundling, electron-builder setup, and distribution
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Electron Native Modules · bradtaylorsfHandle native Node.js modules in Electron - better-sqlite3, sharp, keytar packaging patterns
- ▌
- ▌ Electron CLI Integration · bradtaylorsfIntegrate external CLI tools (Claude, Node, npx) in Electron apps with proper PATH handling
- ▌ Electron Path Resolution · bradtaylorsfCritical path resolution patterns for Electron apps - avoid process.cwd() and __dirname pitfalls
- ▌
- ▌
- ▌
- ▌ Fullstack Patterns · bradtaylorsfPatterns for implementing end-to-end features across frontend, backend, and database
- ▌ Jira Duplicate Detection · bradtaylorsfPatterns for detecting duplicate Jira tickets before creating new ones and handling existing duplicates.
- ▌ Linear Ticket Analysis · bradtaylorsfMethodology for analyzing Linear tickets to find duplicates, check relevance, and determine if issues have been fixed.
- ▌ Electron Security · bradtaylorsfSecure IPC patterns, credential storage, and API key management for Electron apps
- ▌
- ▌
- ▌ React Query Patterns · bradtaylorsfTanStack Query (React Query) patterns for data fetching and caching
- ▌
- ▌
- ▌ Issue Planning Workflow · bradtaylorsfComprehensive planning methodology for GitHub issues - from analysis to implementation plan.
- ▌ Ticket Planning Workflow · bradtaylorsfPatterns for creating well-researched Linear tickets with codebase context.
- ▌
- ▌
- ▌
- ▌ Authentication Patterns · bradtaylorsfPatterns for implementing authentication and authorization in backend applications
- ▌ Accessibility Patterns · bradtaylorsfPatterns for building accessible web applications following WCAG guidelines
- ▌ Component Architecture · bradtaylorsfPatterns for designing component hierarchies, composition, and reusable UI elements
- ▌ Issue Duplicate Detection · bradtaylorsfPatterns for detecting duplicate GitHub issues before creating new ones.
- ▌
- ▌ Ticket Duplicate Detection · bradtaylorsfDetects similar/duplicate tickets before creating new ones.
- ▌ Issue Status Sync · bradtaylorsfPatterns for keeping GitHub issue status synchronized with development progress.
- ▌
- ▌ Jira Sprint Planning · bradtaylorsfPatterns for sprint planning with Jira - capacity planning, ticket selection, and sprint organization.
- ▌ Jira Ticket Analysis · bradtaylorsfPatterns for analyzing Jira ticket quality and identifying improvement opportunities.
- ▌
- ▌
- ▌
- ▌ State Management · bradtaylorsfPatterns for managing application state - local, global, server, and URL state
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Github Issue Analysis · bradtaylorsfPatterns for analyzing GitHub issues to determine if they are still relevant or have been fixed.
- ▌
- ▌
- ▌ Security Analysis · bradtaylorsfSecurity vulnerability scanning and OWASP Top 10 compliance checking. Use when reviewing code for security issues, validating authentication/authorization, or ensuring security best practices.
- ▌
- ▌
- ▌ React Hooks · bradtaylorsfReact hooks patterns including custom hooks, useEffect, useMemo, and more
- ▌ Account Report · bradtaylorsfPatterns for generating Gamma.app-compatible slide deck markdown from GitHub data for customer-facing account management presentations
- ▌ Jira Status Sync · bradtaylorsfPatterns for keeping Jira ticket status synchronized with actual work progress.
- ▌
- ▌
- ▌
- ▌ React Context · bradtaylorsfReact Context API patterns for state sharing and prop drilling elimination
- ▌
- ▌
- ▌
- ▌
- ▌ Schema Design · bradtaylorsfPatterns for designing database schemas with proper normalization and relationships
- ▌ Jira Ticket Create · bradtaylorsfPatterns for creating well-structured Jira tickets with proper formatting, fields, and Jira-specific best practices.
- ▌
- ▌ Defensive API Handling · bradtaylorsfSafely handles API responses to prevent crashes from malformed JSON, HTML error pages, or unexpected response types. Use any time calling API endpoints.
- ▌
- ▌ Push · bradtaylorsfIntelligent workflow orchestrator that commits, pushes, and creates/updates PRs automatically. Use when user wants to save their work or create a PR.
- ▌ Pr Review · bradtaylorsfConduct comprehensive pull request reviews with security, architecture, and quality checks. Use when user wants to review a PR.
- ▌ API Patterns · bradtaylorsfREST API best practices including request validation, error handling, authentication, rate limiting, and documentation. Use when building backend APIs.
- ▌ Commit Helper · bradtaylorsfPatterns for creating conventional commits with proper formatting and validation. Used by git-pr-manager agent.
- ▌ Jira Retro · bradtaylorsfPatterns and templates for creating sprint/project retrospective reports from Jira data with time tracking and blocker analysis.
- ▌ Branch Workflow · bradtaylorsfPatterns for branch naming, validation, and lifecycle management. Used by git-pr-manager agent.
- ▌ Stack Detection · bradtaylorsfDetect project technology stack from package.json, config files, and code patterns. Use this skill FIRST before writing any technology-specific code to prevent hallucinations.