All authors
aj-geddes avatar

Claude Skills by aj-geddes

github.com/aj-geddes
190 skillsA× 177B× 10C× 2D× 121 installs983 views
Correlation TracingA

Implement distributed tracing with correlation IDs, trace propagation, and span tracking across microservices. Use when debugging distributed systems, monitoring request flows, or implementing observability.

developmenttypescriptpython
0
59
Cpu ProfilingA

Profile CPU usage to identify hot spots and bottlenecks. Optimize code paths consuming most CPU time for better performance and resource efficiency.

developmentjavascriptgo
0
59
Data VisualizationA

Create effective visualizations using matplotlib and seaborn for exploratory analysis, presenting insights, and communicating findings with business stakeholders

datapythongo
0
59
Database Schema DesignA

Design database schemas with normalization, relationships, and constraints. Use when creating new database schemas, designing tables, or planning data models for PostgreSQL and MySQL.

databasessqlrails
0
59
Dependency ManagementB

Manage project dependencies across languages including npm install, package versioning, dependency conflicts, security scanning, and lock files. Use when dealing with dependencies, version pinning, semantic versioning, or resolving conflicts.

developmentjavascriptpython
0
59
Dependency TrackingA

Map, track, and manage project dependencies across teams, systems, and organizations. Identify critical path items and prevent blocking issues through proactive dependency management.

developmentjavascriptpython
0
59
Deployment AutomationA

Automate deployments across environments using Helm, Terraform, and ArgoCD. Implement blue-green deployments, canary releases, and rollback strategies.

devopsgobash
0
59
Design System CreationA

Build comprehensive design systems with components, patterns, and guidelines. Enable consistent design, faster development, and better collaboration across teams.

developmentpythongo
0
59
Developer OnboardingA

Create comprehensive developer onboarding documentation including setup guides, README files, contributing guidelines, and getting started tutorials. Use when onboarding new developers or creating setup documentation.

developmentjavascriptgo
0
59
Dimensionality ReductionA

Reduce feature dimensionality using PCA, t-SNE, and feature selection for feature reduction, visualization, and computational efficiency

datapythongo
0
59
Disaster Recovery TestingA

Execute comprehensive disaster recovery tests, validate recovery procedures, and document lessons learned from DR exercises.

devopsgobash
0
59
Distributed TracingA

Implement distributed tracing with Jaeger and Zipkin for tracking requests across microservices. Use when debugging distributed systems, tracking request flows, or analyzing service performance.

developmentjavascriptpython
0
59
Docker ContainerizationB

Create optimized Docker containers with multi-stage builds, security best practices, and minimal image sizes. Use when containerizing applications, creating Dockerfiles, optimizing container images, or setting up Docker Compose services.

developmentpythongo
0
59
Documentation Site SetupA

Set up documentation websites using Docusaurus, MkDocs, VitePress, GitBook, or static site generators. Use when creating docs sites, setting up documentation portals, or building static documentation.

developmentjavascriptpython
0
59
Exploratory Data AnalysisA

Discover patterns, distributions, and relationships in data through visualization, summary statistics, and hypothesis generation for exploratory data analysis, data profiling, and initial insights

datapythongo
0
59
Fastapi DevelopmentA

Build high-performance FastAPI applications with async routes, validation, dependency injection, security, and automatic API documentation. Use when developing modern Python APIs with async support, automatic OpenAPI documentation, and high performance requirements.

developmentpythonrust
0
59
Feature Flag SystemA

Implement feature flags (toggles) for controlled feature rollouts, A/B testing, canary deployments, and kill switches. Use when deploying new features gradually, testing in production, or managing feature lifecycles.

developmenttypescriptpython
0
59
File Upload HandlingA

Implement secure file upload handling with validation, virus scanning, storage management, and serving files efficiently. Use when building file upload features, managing file storage, and implementing file download systems.

developmentjavascriptpython
0
59
Flask Api DevelopmentA

Develop lightweight Flask APIs with routing, blueprints, database integration, authentication, and request/response handling. Use when building RESTful APIs, microservices, or lightweight web services with Flask.

databasespythonrust
0
59
Flutter DevelopmentA

Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.

developmentgotesting
0
59
Form ValidationA

Implement form validation using React Hook Form, Formik, Vee-Validate, and custom validators. Use when building robust form handling with real-time validation.

developmenttypescriptreact
0
59
Frontend AccessibilityA

Implement WCAG compliance using semantic HTML, ARIA, keyboard navigation, and screen reader support. Use when building inclusive applications for all users.

developmenttypescriptgo
0
59
Frontend State ManagementA

Manage application state using Redux, MobX, Zustand, and Context API. Use when centralizing state for complex applications with multiple components.

developmenttypescriptgo
0
59
Frontend TestingA

Implement comprehensive frontend testing using Jest, Vitest, React Testing Library, and Cypress. Use when building robust test suites for UI and integration tests.

developmentjavascripttypescript
0
59
Gcp Cloud FunctionsC

Deploy serverless functions on Google Cloud Platform with triggers, IAM roles, environment variables, and monitoring. Use for event-driven computing on GCP.

devopsjavascriptgo
0
59
Gcp Cloud RunA

Deploy containerized applications on Google Cloud Run with automatic scaling, traffic management, and service mesh integration. Use for container-based serverless computing.

devopsjavascriptgo
0
59
Github Actions WorkflowA

Build comprehensive GitHub Actions workflows for CI/CD, testing, security, and deployment. Master workflows, jobs, steps, and conditional execution.

devopsrustbash
0
59
Graceful ShutdownA

Implement graceful shutdown procedures to handle SIGTERM signals, drain connections, complete in-flight requests, and clean up resources properly. Use when deploying containerized applications, handling server restarts, or ensuring zero-downtime deployments.

devopstypescriptpython
0
59
Graphql ImplementationA

Design and implement GraphQL APIs with schema design, resolvers, queries, mutations, subscriptions, and best practices. Use when building GraphQL servers, designing schemas, or migrating from REST to GraphQL.

developmentjavascriptpython
0
59
Idempotency HandlingA

Implement idempotency keys and handling to ensure operations can be safely retried without duplicate effects. Use when building payment systems, APIs with retries, or distributed transactions.

databasestypescriptpython
0
59
Image OptimizationA

Optimize images for web to reduce file size without sacrificing quality. Use compression, modern formats, and responsive techniques for faster loading.

devopsgoci/cd
0
59
Incident Response PlanA

Create and execute incident response procedures for security breaches, data leaks, and cyber attacks. Use when handling security incidents, creating response playbooks, or conducting forensic analysis.

businessjavascriptpython
0
59
Information ArchitectureA

Organize and structure information for clarity and discoverability. Design navigation systems, hierarchies, and mental models that match user needs.

developmentjavascriptpython
0
59
Infrastructure Cost OptimizationA

Optimize cloud infrastructure costs through resource rightsizing, reserved instances, spot instances, and waste reduction strategies.

devopspythongo
0
59
Infrastructure MonitoringA

Set up comprehensive infrastructure monitoring with Prometheus, Grafana, and alerting systems for metrics, health checks, and performance tracking.

devopsbashsql
0
59
Interaction DesignA

Design meaningful interactions and microinteractions. Create delightful user experiences through thoughtful animation, feedback, and responsive interface design.

designjavascriptpython
0
59
Internationalization I18nA

Implement internationalization (i18n) and localization including message extraction, translation catalogs, pluralization rules, date/time/number formatting, RTL language support, and i18n libraries like i18next and gettext. Use for multi-language, translation, or localization needs.

developmentjavascripttypescript
0
59
Jenkins PipelineA

Build Jenkins declarative and scripted pipelines with stages, agents, parameters, and plugins. Implement multi-branch pipelines and deployment automation.

devopsnodedocker
0
59
Kpi Dashboard DesignA

Design and build dashboards that track key performance indicators. Select relevant metrics, visualize data effectively, and communicate insights to stakeholders.

businessjavascriptpython
0
59
Kubernetes DeploymentA

Deploy, manage, and scale containerized applications on Kubernetes clusters with best practices for production workloads, resource management, and rolling updates.

devopsbashnode
0
59
Logging Best PracticesA

Implement structured logging with JSON formats, log levels (DEBUG, INFO, WARN, ERROR), contextual logging, PII handling, and centralized logging. Use for logging, observability, log levels, structured logs, or debugging.

devopstypescriptpython
0
59
Markdown DocumentationB

Master markdown formatting, GitHub Flavored Markdown, README files, and documentation formatting. Use when writing markdown docs, READMEs, or formatting documentation.

documentationjavascripttypescript
0
59
Memory Leak DetectionA

Detect and fix memory leaks using heap snapshots, memory profiling, and leak detection tools. Use when investigating memory growth, OOM errors, or optimizing memory usage.

developmenttypescriptpython
0
59
Memory OptimizationA

Profile and optimize application memory usage. Identify memory leaks, reduce memory footprint, and improve efficiency for better performance and reliability.

developmentjavascriptpython
0
59
Microservices ArchitectureA

Design and implement microservices architecture including service boundaries, communication patterns, API gateways, service mesh, service discovery, and distributed system patterns. Use when building microservices, distributed systems, or service-oriented architectures.

devopstypescriptgo
0
59
Ml Model ExplanationA

Interpret machine learning models using SHAP, LIME, feature importance, partial dependence, and attention visualization for explainability

datapythonrust
0
59
Ml Pipeline AutomationA

Build end-to-end ML pipelines with automated data processing, training, validation, and deployment using Airflow, Kubeflow, and Jenkins

devopspythongo
0
59
Mobile App DebuggingA

Debug issues specific to mobile applications including platform-specific problems, device constraints, and connectivity issues.

developmentgoreact
0
59
Mobile App TestingA

Comprehensive mobile app testing strategies for iOS and Android. Covers unit tests, UI tests, integration tests, performance testing, and test automation with Detox, Appium, and XCTest.

developmentjavascriptjava
0
59
Mobile First DesignA

Design for mobile devices first, then scale up to larger screens. Create responsive interfaces that work seamlessly across all device sizes.

developmentjavascriptpython
0
59