Agentic Skills by aj-geddes
api-error-handling
by aj-geddesImplement comprehensive API error handling with standardized error responses, logging, monitoring, and user-friendly messages. Use when building resil...
ux-designer
by aj-geddesDesigns user experiences, creates wireframes, defines user flows, ensures accessibility. Trigger keywords - UX design, wireframe, user flow, accessibi...
scrum-master
by aj-geddesSprint planning and agile workflow specialist. Breaks epics into user stories, estimates complexity using story points, plans sprint iterations, and t...
product-manager
by aj-geddesProduct requirements and planning specialist. Creates PRDs and tech specs with functional/non-functional requirements, prioritizes features using MoSC...
developer
by aj-geddesImplements user stories, writes clean tested code, follows best practices. Trigger keywords implement story, dev story, code, implement, build feature...
builder
by aj-geddesCreates custom agents, workflows, and templates for BMAD. Extends BMAD functionality with domain-specific components. Trigger keywords - create agent,...
bmad-orchestrator
by aj-geddesOrchestrates BMAD workflows for structured AI-driven development. Use when initializing BMAD in projects, checking workflow status, or routing between...
ab-test-analysis
by aj-geddesDesign and analyze A/B tests, calculate statistical significance, and determine sample sizes for conversion optimization and experiment validation
access-control-rbac
by aj-geddesImplement Role-Based Access Control (RBAC), permissions management, and authorization policies. Use when building secure access control systems with f...
accessibility-compliance
by aj-geddesImplement WCAG 2.1/2.2 accessibility standards, screen reader compatibility, keyboard navigation, and a11y testing. Use when building inclusive web ap...
accessibility-testing
by aj-geddesTest web applications for WCAG compliance and ensure usability for users with disabilities. Use for accessibility test, a11y, axe, ARIA, keyboard navi...
agile-sprint-planning
by aj-geddesPlan and execute effective sprints using Agile methodologies. Define sprint goals, estimate user stories, manage sprint backlog, and facilitate daily ...
alert-management
by aj-geddesImplement comprehensive alert management with PagerDuty, escalation policies, and incident coordination. Use when setting up alerting systems, managin...
android-kotlin-development
by aj-geddesDevelop native Android apps with Kotlin. Covers MVVM with Jetpack, Compose for modern UI, Retrofit for API calls, Room for local storage, and navigati...
angular-module-design
by aj-geddesDesign Angular modules using feature modules, lazy loading, and dependency injection. Use when organizing large Angular applications with proper separ...
anomaly-detection
by aj-geddesIdentify unusual patterns, outliers, and anomalies in data using statistical methods, isolation forests, and autoencoders for fraud detection and qual...
ansible-automation
by aj-geddesInfrastructure automation and configuration management using Ansible playbooks, roles, and inventory. Use for deploying applications, patching, and ma...
api-authentication
by aj-geddesImplement secure API authentication with JWT, OAuth 2.0, API keys, and session management. Use when securing APIs, managing tokens, or implementing us...
api-changelog-versioning
by aj-geddesDocument API changes, breaking changes, migration guides, and version history for APIs. Use when documenting API versioning, breaking changes, or crea...
api-contract-testing
by aj-geddesVerify API contracts between services to ensure compatibility and prevent breaking changes. Use for contract testing, Pact, API contract validation, s...
api-filtering-sorting
by aj-geddesImplement advanced filtering and sorting capabilities for APIs with query parsing, field validation, and optimization. Use when building search featur...
api-gateway-configuration
by aj-geddesConfigure API gateways for routing, authentication, rate limiting, and request/response transformation. Use when deploying microservices, setting up r...
api-pagination
by aj-geddesImplement efficient pagination strategies for large datasets using offset/limit, cursor-based, and keyset pagination. Use when returning collections, ...
api-rate-limiting
by aj-geddesImplement API rate limiting strategies using token bucket, sliding window, and fixed window algorithms. Use when protecting APIs from abuse, managing ...
api-reference-documentation
by aj-geddesCreate comprehensive API reference documentation with OpenAPI/Swagger specs, REST endpoints, authentication, examples, and SDKs. Use when documenting ...
api-response-optimization
by aj-geddesOptimize API response times through caching, compression, and efficient payloads. Improve backend performance and reduce network traffic.
api-security-hardening
by aj-geddesSecure REST APIs with authentication, rate limiting, CORS, input validation, and security middleware. Use when building or hardening API endpoints aga...
api-versioning-strategy
by aj-geddesImplement API versioning strategies including URL versioning, header versioning, backward compatibility, deprecation strategies, and migration guides....
app-store-deployment
by aj-geddesDeploy iOS and Android apps to App Store and Google Play. Covers signing, versioning, build configuration, submission process, and release management.
application-logging
by aj-geddesImplement structured logging across applications with log aggregation and centralized analysis. Use when setting up application logging, implementing ...
architecture-diagrams
by aj-geddesCreate system architecture diagrams using Mermaid, PlantUML, C4 model, flowcharts, and sequence diagrams. Use when documenting architecture, system de...
artifact-management
by aj-geddesManage build artifacts, Docker images, and package registries. Configure artifact repositories, versioning, and distribution strategies.
autoscaling-configuration
by aj-geddesConfigure autoscaling for Kubernetes, VMs, and serverless workloads based on metrics, schedules, and custom indicators.
aws-cloudfront-cdn
by aj-geddesDistribute content globally using CloudFront with caching, security headers, WAF integration, and origin configuration. Use for low-latency content de...
aws-ec2-setup
by aj-geddesLaunch and configure EC2 instances with security groups, IAM roles, key pairs, AMIs, and auto-scaling. Use for virtual servers and managed infrastruct...
aws-lambda-functions
by aj-geddesCreate and deploy serverless functions using AWS Lambda with event sources, permissions, layers, and environment configuration. Use for event-driven c...
aws-rds-database
by aj-geddesDeploy and manage relational databases using RDS with Multi-AZ, read replicas, backups, and encryption. Use for PostgreSQL, MySQL, MariaDB, and Oracle...
aws-s3-management
by aj-geddesManage S3 buckets with versioning, encryption, access control, lifecycle policies, and replication. Use for object storage, static sites, and data lak...
azure-app-service
by aj-geddesDeploy and manage web apps using Azure App Service with auto-scaling, deployment slots, SSL/TLS, and monitoring. Use for hosting web applications on A...
azure-functions
by aj-geddesCreate serverless functions on Azure with triggers, bindings, authentication, and monitoring. Use for event-driven computing without managing infrastr...
background-job-processing
by aj-geddesImplement background job processing systems with task queues, workers, scheduling, and retry mechanisms. Use when handling long-running tasks, sending...
backup-disaster-recovery
by aj-geddesImplement backup strategies, disaster recovery plans, and data restoration procedures for protecting critical infrastructure and data.
batch-processing-jobs
by aj-geddesImplement robust batch processing systems with job queues, schedulers, background tasks, and distributed workers. Use when processing large datasets, ...
blue-green-deployment
by aj-geddesImplement blue-green deployment strategies for zero-downtime releases with instant rollback capability and traffic switching between environments.
browser-debugging
by aj-geddesDebug client-side issues using browser developer tools. Identify JavaScript errors, styling issues, and performance problems in the browser.
bundle-size-optimization
by aj-geddesReduce JavaScript and CSS bundle sizes through code splitting, tree shaking, and optimization techniques. Improve load times and overall application p...
business-case-development
by aj-geddesBuild compelling business cases to justify investments and secure funding. Quantify benefits, assess costs, manage risks, and present compelling ROI a...
caching-strategy
by aj-geddesImplement efficient caching strategies using Redis, Memcached, CDN, and cache invalidation patterns. Use when optimizing application performance, redu...
canary-deployment
by aj-geddesImplement canary deployment strategies to gradually roll out new versions to subset of users with automatic rollback based on metrics.
capacity-planning
by aj-geddesAnalyze team capacity, plan resource allocation, and balance workload across projects. Forecast staffing needs and optimize team utilization while mai...
causal-inference
by aj-geddesDetermine cause-and-effect relationships using propensity scoring, instrumental variables, and causal graphs for policy evaluation and treatment effec...
changelog-maintenance
by aj-geddesMaintain comprehensive changelogs and release notes following Keep a Changelog format. Use when documenting version history, release notes, or trackin...
cicd-pipeline-setup
by aj-geddesDesign and implement CI/CD pipelines with GitHub Actions, GitLab CI, Jenkins, or CircleCI. Use for automated testing, building, and deployment workflo...
circuit-breaker-pattern
by aj-geddesImplement circuit breaker patterns for fault tolerance, automatic failure detection, and fallback mechanisms. Use when calling external services, hand...
classification-modeling
by aj-geddesBuild binary and multiclass classification models using logistic regression, decision trees, and ensemble methods for categorical prediction and class...
cloud-cost-management
by aj-geddesOptimize and manage cloud costs across AWS, Azure, and GCP using reserved instances, spot pricing, and cost monitoring tools.
cloud-migration-planning
by aj-geddesPlan and execute cloud migrations with assessment, database migration, application refactoring, and cutover strategies across AWS, Azure, and GCP.
cloud-security-configuration
by aj-geddesImplement comprehensive cloud security across AWS, Azure, and GCP with IAM, encryption, network security, compliance, and threat detection.
cloud-storage-optimization
by aj-geddesOptimize cloud storage across AWS S3, Azure Blob, and GCP Cloud Storage with compression, partitioning, lifecycle policies, and cost management.
clustering-analysis
by aj-geddesIdentify groups and patterns in data using k-means, hierarchical clustering, and DBSCAN for cluster discovery, customer segmentation, and unsupervised...
code-documentation
by aj-geddesWrite comprehensive code documentation including JSDoc, Python docstrings, inline comments, function documentation, and API comments. Use when documen...
code-generation-template
by aj-geddesGenerate code from templates and patterns including scaffolding, boilerplate generation, AST-based code generation, and template engines. Use when gen...
code-metrics-analysis
by aj-geddesAnalyze code complexity, cyclomatic complexity, maintainability index, and code churn using metrics tools. Use when assessing code quality, identifyin...
code-review-analysis
by aj-geddesPerform comprehensive code reviews with best practices, security checks, and constructive feedback. Use when reviewing pull requests, analyzing code q...
cohort-analysis
by aj-geddesTrack and analyze user cohorts over time, calculate retention rates, and identify behavioral patterns for customer lifecycle and retention analysis
color-accessibility
by aj-geddesDesign color palettes that are accessible to all users including those with color blindness. Ensure sufficient contrast, meaningful use of color, and ...
competitor-analysis
by aj-geddesAnalyze competitive landscape to identify strengths, weaknesses, opportunities, and threats. Inform product strategy and positioning based on market i...
computer-vision
by aj-geddesImplement computer vision tasks including image classification, object detection, segmentation, and pose estimation using PyTorch and TensorFlow
concurrency-patterns
by aj-geddesImplement thread-safe code, mutexes, semaphores, async/await patterns, and concurrent data structures. Use when handling parallel operations, race con...
configuration-management
by aj-geddesManage application configuration including environment variables, settings management, configuration hierarchies, secret management, feature flags, an...
container-debugging
by aj-geddesDebug Docker containers and containerized applications. Diagnose deployment issues, container lifecycle problems, and resource constraints.
container-registry-management
by aj-geddesManage container registries (Docker Hub, ECR, GCR) with image scanning, retention policies, and access control.
continuous-testing
by aj-geddesIntegrate automated testing into CI/CD pipelines for continuous quality feedback. Use for continuous testing, CI testing, automated testing pipelines,...
correlation-analysis
by aj-geddesMeasure relationships between variables using correlation coefficients, correlation matrices, and association tests for correlation measurement, relat...
correlation-tracing
by aj-geddesImplement distributed tracing with correlation IDs, trace propagation, and span tracking across microservices. Use when debugging distributed systems,...
cpu-profiling
by aj-geddesProfile CPU usage to identify hot spots and bottlenecks. Optimize code paths consuming most CPU time for better performance and resource efficiency.
cross-platform-compatibility
by aj-geddesHandle cross-platform compatibility including file paths, environment detection, platform-specific dependencies, and testing across Windows, macOS, an...
csrf-protection
by aj-geddesImplement Cross-Site Request Forgery (CSRF) protection using tokens, SameSite cookies, and origin validation. Use when building forms and state-changi...
css-architecture
by aj-geddesOrganize CSS using BEM, SMACSS, and CSS-in-JS patterns. Use when building scalable, maintainable styling systems with proper naming conventions.
data-cleaning-pipeline
by aj-geddesBuild robust processes for data cleaning, missing value imputation, outlier handling, and data transformation for data preprocessing, data quality, an...
data-encryption
by aj-geddesImplement strong encryption using AES, RSA, TLS, and proper key management. Use when securing data at rest, in transit, or implementing end-to-end enc...
data-migration-scripts
by aj-geddesCreate safe, reversible database migration scripts with rollback capabilities, data validation, and zero-downtime deployments. Use when changing datab...
data-replication-setup
by aj-geddesSet up database replication for high availability and disaster recovery. Use when configuring master-slave replication, multi-master setups, or replic...
data-visualization
by aj-geddesCreate effective visualizations using matplotlib and seaborn for exploratory analysis, presenting insights, and communicating findings with business s...
database-backup-restore
by aj-geddesImplement backup and restore strategies for disaster recovery. Use when creating backup plans, testing restore procedures, or setting up automated bac...
database-indexing-strategy
by aj-geddesDesign and implement database indexing strategies. Use when creating indexes, choosing index types, or optimizing index performance in PostgreSQL and ...
database-migration-management
by aj-geddesManage database migrations and schema versioning. Use when planning migrations, version control, rollback strategies, or data transformations in Postg...
database-monitoring
by aj-geddesMonitor database performance and health. Use when setting up monitoring, analyzing metrics, or troubleshooting database issues.
database-performance-debugging
by aj-geddesDebug database performance issues through query analysis, index optimization, and execution plan review. Identify and fix slow queries.
database-query-optimization
by aj-geddesImprove database query performance through indexing, query optimization, and execution plan analysis. Reduce response times and database load.
database-schema-design
by aj-geddesDesign database schemas with normalization, relationships, and constraints. Use when creating new database schemas, designing tables, or planning data...
database-schema-documentation
by aj-geddesDocument database schemas, ERD diagrams, table relationships, indexes, and constraints. Use when documenting database schema, creating ERD diagrams, o...
database-sharding
by aj-geddesImplement database sharding for horizontal scalability. Use when scaling large databases, distributing data across multiple servers, or designing shar...
dependency-management
by aj-geddesManage project dependencies across languages including npm install, package versioning, dependency conflicts, security scanning, and lock files. Use w...
dependency-tracking
by aj-geddesMap, track, and manage project dependencies across teams, systems, and organizations. Identify critical path items and prevent blocking issues through...
deployment-automation
by aj-geddesAutomate deployments across environments using Helm, Terraform, and ArgoCD. Implement blue-green deployments, canary releases, and rollback strategies...
deployment-documentation
by aj-geddesDocument deployment processes, infrastructure setup, CI/CD pipelines, and configuration management. Use when creating deployment guides, infrastructur...
design-handoff
by aj-geddesPrepare designs for development handoff. Document specifications, interactions, and assets to enable efficient development and maintain design quality...
design-patterns-implementation
by aj-geddesApply appropriate design patterns (Singleton, Factory, Observer, Strategy, etc.) to solve architectural problems. Use when refactoring code architectu...
design-system-creation
by aj-geddesBuild comprehensive design systems with components, patterns, and guidelines. Enable consistent design, faster development, and better collaboration a...
developer-onboarding
by aj-geddesCreate comprehensive developer onboarding documentation including setup guides, README files, contributing guidelines, and getting started tutorials. ...
dimensionality-reduction
by aj-geddesReduce feature dimensionality using PCA, t-SNE, and feature selection for feature reduction, visualization, and computational efficiency
disaster-recovery-testing
by aj-geddesExecute comprehensive disaster recovery tests, validate recovery procedures, and document lessons learned from DR exercises.
distributed-tracing
by aj-geddesImplement distributed tracing with Jaeger and Zipkin for tracking requests across microservices. Use when debugging distributed systems, tracking requ...
django-application
by aj-geddesDevelop production-grade Django applications with models, views, ORM queries, authentication, and admin interfaces. Use when building web applications...
dns-management
by aj-geddesManage DNS records, routing policies, and failover configurations for high availability and disaster recovery.
docker-containerization
by aj-geddesCreate optimized Docker containers with multi-stage builds, security best practices, and minimal image sizes. Use when containerizing applications, cr...
documentation-site-setup
by aj-geddesSet up documentation websites using Docusaurus, MkDocs, VitePress, GitBook, or static site generators. Use when creating docs sites, setting up docume...
e2e-testing-automation
by aj-geddesBuild end-to-end automated tests that simulate real user interactions across the full application stack. Use for E2E test, Selenium, Cypress, Playwrig...
email-service-integration
by aj-geddesIntegrate email services with backends using SMTP, third-party providers, templates, and asynchronous sending. Use when implementing email functionali...
error-tracking
by aj-geddesImplement error tracking with Sentry for automatic exception monitoring, release tracking, and performance issues. Use when setting up error monitorin...
event-sourcing
by aj-geddesImplement event sourcing and CQRS patterns using event stores, aggregates, and projections. Use when building audit trails, temporal queries, or syste...
exploratory-data-analysis
by aj-geddesDiscover patterns, distributions, and relationships in data through visualization, summary statistics, and hypothesis generation for exploratory data ...
fastapi-development
by aj-geddesBuild high-performance FastAPI applications with async routes, validation, dependency injection, security, and automatic API documentation. Use when d...
feature-engineering
by aj-geddesCreate and transform features using encoding, scaling, polynomial features, and domain-specific transformations for improved model performance and int...
feature-flag-system
by aj-geddesImplement feature flags (toggles) for controlled feature rollouts, A/B testing, canary deployments, and kill switches. Use when deploying new features...
file-upload-handling
by aj-geddesImplement secure file upload handling with validation, virus scanning, storage management, and serving files efficiently. Use when building file uploa...
flask-api-development
by aj-geddesDevelop lightweight Flask APIs with routing, blueprints, database integration, authentication, and request/response handling. Use when building RESTfu...
flutter-development
by aj-geddesBuild beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, an...
form-validation
by aj-geddesImplement form validation using React Hook Form, Formik, Vee-Validate, and custom validators. Use when building robust form handling with real-time va...
frontend-accessibility
by aj-geddesImplement WCAG compliance using semantic HTML, ARIA, keyboard navigation, and screen reader support. Use when building inclusive applications for all ...
frontend-routing
by aj-geddesImplement client-side routing using React Router, Vue Router, and Angular Router. Use when building multi-page applications with navigation and route ...
frontend-state-management
by aj-geddesManage application state using Redux, MobX, Zustand, and Context API. Use when centralizing state for complex applications with multiple components.
frontend-testing
by aj-geddesImplement comprehensive frontend testing using Jest, Vitest, React Testing Library, and Cypress. Use when building robust test suites for UI and integ...
funnel-analysis
by aj-geddesAnalyze user conversion funnels, identify drop-off points, and optimize conversion rates for conversion optimization and user flow analysis
gap-analysis
by aj-geddesIdentify differences between current state and desired future state. Analyze gaps in capabilities, processes, skills, and technology to plan improveme...
gcp-cloud-functions
by aj-geddesDeploy serverless functions on Google Cloud Platform with triggers, IAM roles, environment variables, and monitoring. Use for event-driven computing o...
gcp-cloud-run
by aj-geddesDeploy containerized applications on Google Cloud Run with automatic scaling, traffic management, and service mesh integration. Use for container-base...
git-hooks-setup
by aj-geddesImplement Git hooks using Husky, pre-commit, and custom scripts. Enforce code quality, linting, and testing before commits and pushes.
git-workflow-strategy
by aj-geddesMaster Git workflows including GitFlow, GitHub Flow, Trunk-Based Development. Configure branches, merge strategies, and collaboration patterns for tea...
github-actions-workflow
by aj-geddesBuild comprehensive GitHub Actions workflows for CI/CD, testing, security, and deployment. Master workflows, jobs, steps, and conditional execution.
gitlab-cicd-pipeline
by aj-geddesDesign and implement GitLab CI/CD pipelines with stages, jobs, artifacts, and caching. Configure runners, Docker integration, and deployment strategie...
graceful-shutdown
by aj-geddesImplement graceful shutdown procedures to handle SIGTERM signals, drain connections, complete in-flight requests, and clean up resources properly. Use...
grafana-dashboard
by aj-geddesCreate professional Grafana dashboards with visualizations, templating, and alerts. Use when building monitoring dashboards, creating data visualizati...
graphql-implementation
by aj-geddesDesign and implement GraphQL APIs with schema design, resolvers, queries, mutations, subscriptions, and best practices. Use when building GraphQL serv...
grpc-service-development
by aj-geddesBuild high-performance gRPC services with Protocol Buffers, bidirectional streaming, and microservice communication. Use when building gRPC servers, d...
health-check-endpoints
by aj-geddesImplement comprehensive health check endpoints for liveness, readiness, and dependency monitoring. Use when deploying to Kubernetes, implementing load...
idempotency-handling
by aj-geddesImplement idempotency keys and handling to ensure operations can be safely retried without duplicate effects. Use when building payment systems, APIs ...
image-optimization
by aj-geddesOptimize images for web to reduce file size without sacrificing quality. Use compression, modern formats, and responsive techniques for faster loading...
incident-response-plan
by aj-geddesCreate and execute incident response procedures for security breaches, data leaks, and cyber attacks. Use when handling security incidents, creating r...
information-architecture
by aj-geddesOrganize and structure information for clarity and discoverability. Design navigation systems, hierarchies, and mental models that match user needs.
infrastructure-cost-optimization
by aj-geddesOptimize cloud infrastructure costs through resource rightsizing, reserved instances, spot instances, and waste reduction strategies.
infrastructure-monitoring
by aj-geddesSet up comprehensive infrastructure monitoring with Prometheus, Grafana, and alerting systems for metrics, health checks, and performance tracking.
integration-testing
by aj-geddesDesign and implement integration tests that verify component interactions, API endpoints, database operations, and external service communication. Use...
interaction-design
by aj-geddesDesign meaningful interactions and microinteractions. Create delightful user experiences through thoughtful animation, feedback, and responsive interf...
intermittent-issue-debugging
by aj-geddesDebug issues that occur sporadically and are hard to reproduce. Use monitoring and systematic investigation to identify root causes of flaky behavior.
internationalization-i18n
by aj-geddesImplement internationalization (i18n) and localization including message extraction, translation catalogs, pluralization rules, date/time/number forma...
ios-swift-development
by aj-geddesDevelop native iOS apps with Swift. Covers MVVM architecture, SwiftUI, URLSession for networking, Combine for reactive programming, and Core Data pers...
jenkins-pipeline
by aj-geddesBuild Jenkins declarative and scripted pipelines with stages, agents, parameters, and plugins. Implement multi-branch pipelines and deployment automat...
kpi-dashboard-design
by aj-geddesDesign and build dashboards that track key performance indicators. Select relevant metrics, visualize data effectively, and communicate insights to st...
kubernetes-deployment
by aj-geddesDeploy, manage, and scale containerized applications on Kubernetes clusters with best practices for production workloads, resource management, and rol...
load-balancer-setup
by aj-geddesConfigure and deploy load balancers (HAProxy, AWS ELB/ALB/NLB) for distributing traffic, session management, and high availability.
log-aggregation
by aj-geddesImplement centralized logging with ELK Stack, Loki, or Splunk for log collection, parsing, storage, and analysis across infrastructure.
log-analysis
by aj-geddesAnalyze application and system logs to identify errors, patterns, and root causes. Use log aggregation tools and structured logging for effective debu...
logging-best-practices
by aj-geddesImplement structured logging with JSON formats, log levels (DEBUG, INFO, WARN, ERROR), contextual logging, PII handling, and centralized logging. Use ...
markdown-documentation
by aj-geddesMaster markdown formatting, GitHub Flavored Markdown, README files, and documentation formatting. Use when writing markdown docs, READMEs, or formatti...
memory-leak-detection
by aj-geddesDetect and fix memory leaks using heap snapshots, memory profiling, and leak detection tools. Use when investigating memory growth, OOM errors, or opt...
memory-optimization
by aj-geddesProfile and optimize application memory usage. Identify memory leaks, reduce memory footprint, and improve efficiency for better performance and relia...
microservices-architecture
by aj-geddesDesign and implement microservices architecture including service boundaries, communication patterns, API gateways, service mesh, service discovery, a...
ml-model-explanation
by aj-geddesInterpret machine learning models using SHAP, LIME, feature importance, partial dependence, and attention visualization for explainability
ml-model-training
by aj-geddesBuild and train machine learning models using scikit-learn, PyTorch, and TensorFlow for classification, regression, and clustering tasks
ml-pipeline-automation
by aj-geddesBuild end-to-end ML pipelines with automated data processing, training, validation, and deployment using Airflow, Kubeflow, and Jenkins
mobile-app-debugging
by aj-geddesDebug issues specific to mobile applications including platform-specific problems, device constraints, and connectivity issues.
mobile-app-testing
by aj-geddesComprehensive mobile app testing strategies for iOS and Android. Covers unit tests, UI tests, integration tests, performance testing, and test automat...
mobile-first-design
by aj-geddesDesign for mobile devices first, then scale up to larger screens. Create responsive interfaces that work seamlessly across all device sizes.
mobile-offline-support
by aj-geddesImplement offline-first mobile apps with local storage, sync strategies, and conflict resolution. Covers AsyncStorage, Realm, SQLite, and background s...
mocking-stubbing
by aj-geddesCreate and manage mocks, stubs, spies, and test doubles for isolating unit tests from external dependencies. Use for mock, stub, spy, test double, Moc...
model-deployment
by aj-geddesDeploy machine learning models to production using Flask, FastAPI, Docker, cloud platforms (AWS, GCP, Azure), and model serving frameworks
model-hyperparameter-tuning
by aj-geddesOptimize hyperparameters using grid search, random search, Bayesian optimization, and automated ML frameworks like Optuna and Hyperopt
model-monitoring
by aj-geddesMonitor model performance, detect data drift, concept drift, and anomalies in production using Prometheus, Grafana, and MLflow
monorepo-management
by aj-geddesManage monorepo architectures using Lerna, Turborepo, and Nx. Configure workspaces, dependency versioning, and cross-package testing.
multi-cloud-strategy
by aj-geddesDesign and implement multi-cloud strategies spanning AWS, Azure, and GCP with vendor lock-in avoidance, hybrid deployments, and federation.
mutation-testing
by aj-geddesEvaluate test suite quality by introducing code mutations and verifying tests catch them. Use for mutation testing, test quality, mutant detection, St...
natural-language-processing
by aj-geddesBuild NLP applications using transformers library, BERT, GPT, text classification, named entity recognition, and sentiment analysis
network-analysis
by aj-geddesAnalyze network structures, identify communities, measure centrality, and visualize relationships for social networks and organizational structures
network-debugging
by aj-geddesDebug network issues using browser tools and network analysis. Diagnose connection problems, latency, and data transmission issues.
network-security-groups
by aj-geddesConfigure network security groups and firewall rules to control inbound/outbound traffic and implement network segmentation.
neural-network-design
by aj-geddesDesign and architect neural networks with various architectures including CNNs, RNNs, Transformers, and attention mechanisms using PyTorch and TensorF...
nginx-configuration
by aj-geddesConfigure Nginx web server for high-performance reverse proxy, load balancing, SSL/TLS, caching, and API gateway functionality.
nodejs-express-server
by aj-geddesBuild production-ready Express.js servers with middleware, authentication, routing, and database integration. Use when creating REST APIs, managing re...
nosql-database-design
by aj-geddesDesign NoSQL database schemas for MongoDB and DynamoDB. Use when modeling document structures, designing collections, or planning NoSQL data architect...
oauth-implementation
by aj-geddesImplement secure OAuth 2.0, OpenID Connect (OIDC), JWT authentication, and SSO integration. Use when building secure authentication systems for web an...
payment-gateway-integration
by aj-geddesIntegrate payment gateways like Stripe, PayPal, and Square with backends for payment processing, subscription management, and webhook handling. Use wh...
penetration-testing
by aj-geddesEthical hacking and security testing methodologies using penetration testing tools, exploit frameworks, and manual security validation. Use when asses...
performance-regression-debugging
by aj-geddesIdentify and debug performance regressions from code changes. Use comparison and profiling to locate what degraded performance and restore baseline me...
performance-testing
by aj-geddesDesign and execute performance tests to measure response times, throughput, and resource utilization. Use for performance test, load test, JMeter, k6,...
polyglot-integration
by aj-geddesIntegrate multiple programming languages using FFI, native bindings, gRPC, or language bridges. Use when combining strengths of different languages or...
process-mapping
by aj-geddesVisualize and document current and future business processes. Identify inefficiencies, dependencies, and improvement opportunities through detailed pr...
profiling-optimization
by aj-geddesProfile application performance, identify bottlenecks, and optimize hot paths using CPU profiling, flame graphs, and benchmarking. Use when investigat...
progressive-web-app
by aj-geddesBuild progressive web apps using service workers, web manifest, offline support, and installability. Use when creating app-like web experiences.
project-estimation
by aj-geddesEstimate project scope, timeline, and resource requirements using multiple estimation techniques including bottom-up, top-down, and analogous estimati...
prometheus-monitoring
by aj-geddesSet up Prometheus monitoring for applications with custom metrics, scraping configurations, and service discovery. Use when implementing time-series m...
property-based-testing
by aj-geddesDesign property-based tests that verify code properties hold for all inputs using automatic test case generation. Use for property-based, QuickCheck, ...
pull-request-automation
by aj-geddesAutomate pull request workflows with templates, checklists, auto-merge rules, and review assignments. Reduce manual overhead and improve consistency.
push-notification-setup
by aj-geddesImplement push notifications for iOS and Android. Covers Firebase Cloud Messaging, Apple Push Notification service, handling notifications, and backen...
query-caching-strategies
by aj-geddesImplement query caching strategies to improve performance. Use when setting up caching layers, configuring Redis, or optimizing database query respons...
rate-limiting-implementation
by aj-geddesImplement rate limiting, throttling, API quotas, and backpressure mechanisms to protect services from abuse and ensure fair resource usage. Use when b...
react-component-architecture
by aj-geddesDesign scalable React components using functional components, hooks, composition patterns, and TypeScript. Use when building reusable component librar...
react-native-app
by aj-geddesBuild cross-platform mobile apps with React Native. Covers navigation with React Navigation, state management with Redux/Context API, API integration,...
reactive-programming
by aj-geddesImplement reactive programming patterns using RxJS, streams, observables, and backpressure handling. Use when building event-driven UIs, handling asyn...
real-time-features
by aj-geddesImplement real-time functionality using WebSockets, Server-Sent Events (SSE), or long polling. Use when building chat applications, live dashboards, c...
recommendation-engine
by aj-geddesBuild recommendation systems using collaborative filtering, content-based filtering, matrix factorization, and neural network approaches
recommendation-system
by aj-geddesBuild collaborative and content-based recommendation engines for product recommendations, personalization, and improving user engagement
refactor-legacy-code
by aj-geddesModernize and improve legacy codebases while maintaining functionality. Use when you need to refactor old code, reduce technical debt, modernize depre...
regression-modeling
by aj-geddesBuild predictive models using linear regression, polynomial regression, and regularized regression for continuous prediction, trend forecasting, and r...
release-planning
by aj-geddesPlan, coordinate, and execute software releases across environments. Manage versioning, rollout strategies, rollback procedures, and stakeholder commu...
requirements-gathering
by aj-geddesSystematically collect, document, and validate requirements from stakeholders. Ensure clarity, completeness, and agreement before development begins t...
responsive-web-design
by aj-geddesCreate responsive layouts using CSS Grid, Flexbox, media queries, and mobile-first design. Use when building adaptive interfaces that work across all ...
rest-api-design
by aj-geddesDesign RESTful APIs following best practices for resource modeling, HTTP methods, status codes, versioning, and documentation. Use when creating new A...
retrospective-facilitation
by aj-geddesFacilitate effective retrospectives to capture lessons learned, celebrate successes, and identify actionable improvements for future iterations.
risk-assessment
by aj-geddesIdentify, analyze, and prioritize project risks using qualitative and quantitative methods. Develop mitigation strategies to minimize impact and maxim...
root-cause-analysis
by aj-geddesConduct systematic root cause analysis to identify underlying problems. Use structured methodologies to prevent recurring issues and drive improvement...
ruby-rails-application
by aj-geddesDevelop Ruby on Rails applications with models, controllers, views, Active Record ORM, authentication, and RESTful routes. Use when building Rails app...
runbook-creation
by aj-geddesCreate operational runbooks, playbooks, standard operating procedures (SOPs), and incident response guides. Use when documenting operational procedure...
secrets-management
by aj-geddesImplement secrets management with HashiCorp Vault, AWS Secrets Manager, or Kubernetes Secrets for secure credential storage and rotation.
secrets-rotation
by aj-geddesImplement automated secrets rotation for API keys, credentials, certificates, and encryption keys. Use when managing secrets lifecycle, compliance req...
security-audit-logging
by aj-geddesImplement comprehensive security audit logging for compliance, forensics, and SIEM integration. Use when building audit trails, compliance logging, or...
security-compliance-audit
by aj-geddesConduct comprehensive security compliance audits for SOC 2, GDPR, HIPAA, PCI-DSS, and ISO 27001. Use when preparing for certification, annual audits, ...
security-documentation
by aj-geddesCreate security policies, guidelines, compliance documentation, and security best practices. Use when documenting security policies, compliance requir...
security-headers-configuration
by aj-geddesConfigure HTTP security headers including CSP, HSTS, X-Frame-Options, and XSS protection. Use when hardening web applications against common attacks.
security-testing
by aj-geddesIdentify security vulnerabilities through SAST, DAST, penetration testing, and dependency scanning. Use for security test, vulnerability scanning, OWA...
semantic-versioning
by aj-geddesImplement semantic versioning (SemVer) with automated release management. Use conventional commits, semantic-release, and version bumping strategies.
sentiment-analysis
by aj-geddesClassify text sentiment using NLP techniques, lexicon-based analysis, and machine learning for opinion mining, brand monitoring, and customer feedback...
server-side-rendering
by aj-geddesImplement server-side rendering with template engines, view layers, and dynamic content generation. Use when building server-rendered applications, im...
serverless-architecture
by aj-geddesDesign and implement serverless applications using AWS Lambda, Azure Functions, and GCP Cloud Functions with event-driven patterns and orchestration.
service-mesh-implementation
by aj-geddesImplement service mesh (Istio, Linkerd) for service-to-service communication, traffic management, security, and observability.
session-management
by aj-geddesImplement secure session management systems with JWT tokens, session storage, token refresh, logout handling, and CSRF protection. Use when managing u...
spring-boot-application
by aj-geddesBuild enterprise Spring Boot applications with annotations, dependency injection, data persistence, REST controllers, and security. Use when developin...
sql-injection-prevention
by aj-geddesPrevent SQL injection attacks using prepared statements, parameterized queries, and input validation. Use when building database-driven applications s...
sql-query-optimization
by aj-geddesAnalyze and optimize SQL queries for performance. Use when improving slow queries, reducing execution time, or analyzing query performance in PostgreS...
ssl-certificate-management
by aj-geddesManage SSL/TLS certificates with automated provisioning, renewal, and monitoring using Let's Encrypt, ACM, or Vault.
stakeholder-communication
by aj-geddesManage stakeholder expectations and engagement through targeted communication, regular updates, and relationship building. Tailor messaging for differ...
static-code-analysis
by aj-geddesImplement static code analysis with linters, formatters, and security scanners to catch bugs early. Use when enforcing code standards, detecting secur...
statistical-hypothesis-testing
by aj-geddesConduct statistical tests including t-tests, chi-square, ANOVA, and p-value analysis for statistical significance, hypothesis validation, and A/B test...
stored-procedures
by aj-geddesImplement stored procedures and functions for database logic. Use when creating reusable database routines, complex queries, or server-side calculatio...
stress-testing
by aj-geddesTest system behavior under extreme load conditions to identify breaking points, capacity limits, and failure modes. Use for stress test, capacity test...
survival-analysis
by aj-geddesAnalyze time-to-event data, calculate survival probabilities, and compare groups using Kaplan-Meier and Cox proportional hazards models
synthetic-monitoring
by aj-geddesImplement synthetic monitoring and automated testing to simulate user behavior and detect issues before users. Use when creating end-to-end test scena...
technical-debt-assessment
by aj-geddesAssess, quantify, and prioritize technical debt using code analysis, metrics, and impact analysis. Use when planning refactoring, evaluating codebases...
technical-roadmap-planning
by aj-geddesCreate comprehensive technical roadmaps aligned with business goals. Plan technology investments, architecture evolution, and infrastructure improveme...
technical-specification
by aj-geddesCreate detailed technical specifications, requirements documents, design documents, and system architecture specs. Use when writing technical specs, r...
terraform-infrastructure
by aj-geddesInfrastructure as Code using Terraform with modular components, state management, and multi-cloud deployments. Use for provisioning and managing cloud...
test-automation-framework
by aj-geddesDesign and implement scalable test automation frameworks with Page Object Model, fixtures, and reporting. Use for test framework, page object pattern,...
test-data-generation
by aj-geddesGenerate realistic, consistent test data using factories, fixtures, and fake data libraries. Use for test data, fixtures, mock data, faker, test build...
third-party-integration
by aj-geddesIntegrate external APIs and services with error handling, retry logic, and data transformation. Use when connecting to payment processors, messaging s...
time-series-analysis
by aj-geddesAnalyze temporal data patterns including trends, seasonality, autocorrelation, and forecasting for time series decomposition, trend analysis, and fore...
transaction-management
by aj-geddesManage database transactions for data consistency. Use when implementing ACID compliance, handling concurrency, or managing transaction isolation leve...
troubleshooting-guide
by aj-geddesCreate comprehensive troubleshooting guides, FAQ documents, known issues lists, and debug guides. Use when documenting common problems, error messages...
unit-testing-framework
by aj-geddesWrite comprehensive unit tests with high coverage using testing frameworks like Jest, pytest, JUnit, or RSpec. Use when writing tests for functions, c...
uptime-monitoring
by aj-geddesImplement uptime monitoring and status page systems for tracking service availability. Use when monitoring application uptime, creating status pages, ...
user-guide-creation
by aj-geddesCreate comprehensive user guides, tutorials, how-to documentation, and step-by-step instructions with screenshots and examples. Use when writing user ...
user-persona-creation
by aj-geddesCreate detailed user personas based on research and data. Develop realistic representations of target users to guide product decisions and ensure user...
user-research-analysis
by aj-geddesAnalyze user research data to uncover insights, identify patterns, and inform design decisions. Synthesize qualitative and quantitative research into ...
user-story-writing
by aj-geddesWrite effective user stories that capture requirements from the user's perspective. Create clear stories with detailed acceptance criteria to guide de...
visual-regression-testing
by aj-geddesDetect unintended visual changes in UI by comparing screenshots across versions. Use for visual regression, screenshot diff, Percy, Chromatic, UI test...
vue-application-structure
by aj-geddesStructure Vue 3 applications using Composition API, component organization, and TypeScript. Use when building scalable Vue applications with proper se...
vulnerability-scanning
by aj-geddesAutomated vulnerability detection using OWASP tools, CVE databases, and security scanners. Use when performing security audits, compliance checks, or ...
web-performance-audit
by aj-geddesConduct comprehensive web performance audits. Measure page speed, identify bottlenecks, and recommend optimizations to improve user experience and SEO...
web-performance-optimization
by aj-geddesOptimize web application performance using code splitting, lazy loading, caching, compression, and monitoring. Use when improving Core Web Vitals and ...
webhook-development
by aj-geddesImplement webhook systems for event-driven integration with retry logic, signature verification, and delivery guarantees. Use when creating event noti...
webhook-integration
by aj-geddesImplement secure webhook systems for event-driven integrations, including signature verification, retry logic, and delivery guarantees. Use when build...
websocket-implementation
by aj-geddesImplement real-time bidirectional communication with WebSockets including connection management, message routing, and scaling. Use when building real-...
wireframe-prototyping
by aj-geddesCreate wireframes and interactive prototypes to visualize user interfaces and gather feedback early. Use tools and techniques to communicate design id...
xss-prevention
by aj-geddesPrevent Cross-Site Scripting (XSS) attacks through input sanitization, output encoding, and Content Security Policy. Use when handling user-generated ...
zero-trust-architecture
by aj-geddesImplement Zero Trust security model with identity verification, microsegmentation, least privilege access, and continuous monitoring. Use when buildin...
Discover More Agentic Skills
Browse our complete catalog of AI agent skills from developers worldwide.