the-answerai/alphaagent-team
These skills were discovered automatically and have not necessarily received an editorial review.
accessibility-patternsIndexed
Patterns for building accessible web applications following WCAG guidelines
View indexed skillapi-designIndexed
Patterns for designing RESTful and GraphQL APIs
View indexed skillapi-documentationIndexed
API documentation standards and patterns
View indexed skillapi-patternsIndexed
REST API best practices including request validation, error handling, authentication, rate limiting, and documentation. Use when building backend APIs.
View indexed skillauth0-expressIndexed
Auth0 integration with Express.js
View indexed skillauth0-nextjsIndexed
Auth0 integration with Next.js
View indexed skillauth0-patternsIndexed
Auth0 integration patterns
View indexed skillauthentication-patternsIndexed
Patterns for implementing authentication and authorization in backend applications
View indexed skillbetter-sqlite3-patternsIndexed
better-sqlite3 library patterns
View indexed skillbranch-workflowIndexed
Patterns for branch naming, validation, and lifecycle management. Used by git-pr-manager agent.
View indexed skillcommit-helperIndexed
Patterns for creating conventional commits with proper formatting and validation. Used by git-pr-manager agent.
View indexed skillcomponent-architectureIndexed
Patterns for designing component hierarchies, composition, and reusable UI elements
View indexed skillcontent-planningIndexed
Content strategy and planning patterns
View indexed skillcontinuous-improvementIndexed
Continuous improvement processes and patterns
View indexed skillcoverage-analysisIndexed
Code coverage analysis and improvement patterns
View indexed skilldata-modelingIndexed
Patterns for entity relationship design and data modeling
View indexed skilldefensive-api-handlingIndexed
Safely handles API responses to prevent crashes from malformed JSON, HTML error pages, or unexpected response types. Use any time calling API endpoints.
View indexed skilldeployment-strategiesIndexed
Deployment strategies and patterns
View indexed skilldocumentation-patternsIndexed
Documentation structure and organization patterns
View indexed skillelectron-build-configIndexed
Multi-platform Electron build configuration - esbuild bundling, electron-builder setup, and distribution
View indexed skillelectron-cli-integrationIndexed
Integrate external CLI tools (Claude, Node, npx) in Electron apps with proper PATH handling
View indexed skillelectron-native-modulesIndexed
Handle native Node.js modules in Electron - better-sqlite3, sharp, keytar packaging patterns
View indexed skillelectron-path-resolutionIndexed
Critical path resolution patterns for Electron apps - avoid process.cwd() and __dirname pitfalls
View indexed skillelectron-securityIndexed
Secure IPC patterns, credential storage, and API key management for Electron apps
View indexed skillerror-handlingIndexed
Patterns for consistent error handling in backend applications
View indexed skillevaluation-frameworksIndexed
Evaluation frameworks and assessment methodologies
View indexed skillexpress-authIndexed
Authentication patterns for Express.js
View indexed skillexpress-error-handlingIndexed
Error handling patterns for Express.js applications
View indexed skillexpress-middlewareIndexed
Express.js middleware patterns and implementation
View indexed skillexpress-routingIndexed
Express.js routing patterns and organization
View indexed skillexpress-validationIndexed
Input validation patterns for Express.js
View indexed skillfullstack-patternsIndexed
Patterns for implementing end-to-end features across frontend, backend, and database
View indexed skillgithub-actionsIndexed
GitHub Actions workflow patterns
View indexed skillgithub-issue-analysisIndexed
Patterns for analyzing GitHub issues to determine if they are still relevant or have been fixed.
View indexed skillissue-duplicate-detectionIndexed
Patterns for detecting duplicate GitHub issues before creating new ones.
View indexed skillissue-planning-workflowIndexed
Comprehensive planning methodology for GitHub issues - from analysis to implementation plan.
View indexed skillissue-status-syncIndexed
Patterns for keeping GitHub issue status synchronized with development progress.
View indexed skilljest-asyncIndexed
Jest async testing patterns
View indexed skilljest-coverageIndexed
Jest code coverage configuration and analysis
View indexed skilljest-mockingIndexed
Jest mocking patterns and techniques
View indexed skilljest-patternsIndexed
Jest testing patterns and best practices
View indexed skilljira-duplicate-detectionIndexed
Patterns for detecting duplicate Jira tickets before creating new ones and handling existing duplicates.
View indexed skilljira-sprint-planningIndexed
Patterns for sprint planning with Jira - capacity planning, ticket selection, and sprint organization.
View indexed skilljira-status-syncIndexed
Patterns for keeping Jira ticket status synchronized with actual work progress.
View indexed skilljira-ticket-analysisIndexed
Patterns for analyzing Jira ticket quality and identifying improvement opportunities.
View indexed skilllinear-ticket-analysisIndexed
Methodology for analyzing Linear tickets to find duplicates, check relevance, and determine if issues have been fixed.
View indexed skillmiddleware-patternsIndexed
Patterns for designing and implementing Express middleware
View indexed skillmigration-patternsIndexed
Patterns for safe database migrations in production environments
View indexed skillmui-patternsIndexed
Material-UI component patterns and usage
View indexed skillmui-stylingIndexed
Material-UI styling approaches
View indexed skillmui-themingIndexed
Material-UI theme customization
View indexed skillnextjs-api-routesIndexed
Next.js App Router API route patterns
View indexed skillnextjs-app-routerIndexed
Next.js App Router patterns and conventions
View indexed skillnextjs-authIndexed
NextAuth.js / Auth.js authentication patterns
View indexed skillnextjs-client-componentsIndexed
Client Components patterns in Next.js App Router
View indexed skillnextjs-middlewareIndexed
Next.js middleware patterns for request processing
View indexed skillnextjs-server-componentsIndexed
React Server Components patterns in Next.js
View indexed skillnode-async-patternsIndexed
Node.js async/await patterns
View indexed skillnode-error-handlingIndexed
Node.js error handling patterns
View indexed skillnode-performanceIndexed
Node.js performance optimization patterns
View indexed skillnode-streamsIndexed
Node.js stream patterns
View indexed skillplaywright-assertionsIndexed
Playwright assertion patterns and matchers
View indexed skillplaywright-debuggingIndexed
Playwright debugging techniques and tools
View indexed skillplaywright-fixturesIndexed
Playwright fixtures and test setup patterns
View indexed skillplaywright-selectorsIndexed
Playwright selector strategies and patterns
View indexed skillplaywright-visual-testingIndexed
Playwright visual comparison and screenshot testing
View indexed skillpostgres-indexesIndexed
PostgreSQL indexing strategies and optimization
View indexed skillpostgres-migrationsIndexed
PostgreSQL migration patterns and best practices
View indexed skillpostgres-performanceIndexed
PostgreSQL performance tuning and optimization
View indexed skillpostgres-queriesIndexed
PostgreSQL query patterns and best practices
View indexed skillpr-reviewIndexed
Conduct comprehensive pull request reviews with security, architecture, and quality checks. Use when user wants to review a PR.
View indexed skillprisma-migrationsIndexed
Prisma migration workflow patterns
View indexed skillprisma-queriesIndexed
Prisma Client query patterns
View indexed skillprisma-relationsIndexed
Prisma relation modeling patterns
View indexed skillprisma-schemaIndexed
Prisma schema design patterns
View indexed skillpushIndexed
Intelligent workflow orchestrator that commits, pushes, and creates/updates PRs automatically. Use when user wants to save their work or create a PR.
View indexed skillquality-metricsIndexed
Software quality metrics and measurement
View indexed skillquery-optimizationIndexed
Patterns for optimizing database query performance
View indexed skillreact-contextIndexed
React Context API patterns for state sharing and prop drilling elimination
View indexed skillreact-hooksIndexed
React hooks patterns including custom hooks, useEffect, useMemo, and more
View indexed skillreact-patternsIndexed
React component patterns, best practices, and architecture guidelines
View indexed skillreact-testingIndexed
React Testing Library patterns for component testing
View indexed skillresponsive-designIndexed
Patterns for building responsive, mobile-first user interfaces
View indexed skillschema-designIndexed
Patterns for designing database schemas with proper normalization and relationships
View indexed skillsecurity-analysisIndexed
Security vulnerability scanning and OWASP Top 10 compliance checking. Use when reviewing code for security issues, validating authentication/authorization, or ensuring security best practices.
View indexed skillsqlite-optimizationIndexed
SQLite performance optimization techniques
View indexed skillsqlite-patternsIndexed
SQLite database patterns and best practices
View indexed skillstack-detectionIndexed
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.
View indexed skillstate-managementIndexed
Patterns for managing application state - local, global, server, and URL state
View indexed skillsystem-design-patternsIndexed
Common system design patterns and architectures
View indexed skilltailwind-componentsIndexed
Common Tailwind component patterns
View indexed skilltailwind-patternsIndexed
Tailwind CSS utility patterns and best practices
View indexed skilltailwind-responsiveIndexed
Tailwind responsive design patterns
View indexed skilltechnical-planningIndexed
Sprint planning and technical roadmap patterns
View indexed skilltechnical-writingIndexed
Technical writing standards and best practices
View indexed skilltest-data-managementIndexed
Test data creation and management patterns
View indexed skilltest-strategyIndexed
Test planning and strategy patterns
View indexed skillticket-duplicate-detectionIndexed
Detects similar/duplicate tickets before creating new ones.
View indexed skillticket-planning-workflowIndexed
Patterns for creating well-researched Linear tickets with codebase context.
View indexed skilltypeorm-entitiesIndexed
TypeORM entity definition patterns
View indexed skilltypeorm-migrationsIndexed
TypeORM migration patterns
View indexed skilltypeorm-queriesIndexed
TypeORM query patterns
View indexed skilltypescript-inferenceIndexed
TypeScript type inference patterns and techniques
View indexed skilltypescript-patternsIndexed
TypeScript best practices and common patterns
View indexed skilltypescript-utility-typesIndexed
Built-in TypeScript utility types and their applications
View indexed skillvite-configIndexed
Vite configuration patterns
View indexed skillvite-hmrIndexed
Vite Hot Module Replacement patterns
View indexed skillvite-pluginsIndexed
Vite plugins and ecosystem
View indexed skill