All authors
aj-geddes avatar

Claude Skills by aj-geddes

github.com/aj-geddes
190 skillsA× 177B× 10C× 2D× 121 installs983 views
Server Side RenderingA

Implement server-side rendering with template engines, view layers, and dynamic content generation. Use when building server-rendered applications, implementing MVC architectures, and generating HTML on the server.

developmentjavascriptpython
0
59
Serverless ArchitectureA

Design and implement serverless applications using AWS Lambda, Azure Functions, and GCP Cloud Functions with event-driven patterns and orchestration.

devopsjavascriptpython
0
59
Service Mesh ImplementationA

Implement service mesh (Istio, Linkerd) for service-to-service communication, traffic management, security, and observability.

devopsbashtesting
0
59
Session ManagementA

Implement secure session management systems with JWT tokens, session storage, token refresh, logout handling, and CSRF protection. Use when managing user authentication state, handling token lifecycle, and securing sessions.

developmentjavascriptpython
0
59
Spring Boot ApplicationA

Build enterprise Spring Boot applications with annotations, dependency injection, data persistence, REST controllers, and security. Use when developing Spring applications, managing beans, implementing services, and configuring Spring Boot projects.

databasesjavasql
0
59
Sql Injection PreventionA

Prevent SQL injection attacks using prepared statements, parameterized queries, and input validation. Use when building database-driven applications securely.

developmentjavascriptpython
0
59
Sql Query OptimizationA

Analyze and optimize SQL queries for performance. Use when improving slow queries, reducing execution time, or analyzing query performance in PostgreSQL and MySQL.

databasesgosql
0
59
Ssl Certificate ManagementB

Manage SSL/TLS certificates with automated provisioning, renewal, and monitoring using Let's Encrypt, ACM, or Vault.

devopsrustbash
0
59
Stakeholder CommunicationA

Manage stakeholder expectations and engagement through targeted communication, regular updates, and relationship building. Tailor messaging for different stakeholder groups and priorities.

businessjavascriptpython
0
59
Static Code AnalysisA

Implement static code analysis with linters, formatters, and security scanners to catch bugs early. Use when enforcing code standards, detecting security vulnerabilities, or automating code review.

developmentjavascripttypescript
0
59
Statistical Hypothesis TestingA

Conduct statistical tests including t-tests, chi-square, ANOVA, and p-value analysis for statistical significance, hypothesis validation, and A/B testing

datapythongo
0
59
Stored ProceduresA

Implement stored procedures and functions for database logic. Use when creating reusable database routines, complex queries, or server-side calculations.

databasessqltesting
0
59
Stress TestingA

Test system behavior under extreme load conditions to identify breaking points, capacity limits, and failure modes. Use for stress test, capacity testing, breaking point analysis, spike test, and system limits validation.

developmentjavascripttypescript
0
59
Synthetic MonitoringA

Implement synthetic monitoring and automated testing to simulate user behavior and detect issues before users. Use when creating end-to-end test scenarios, monitoring API flows, or validating user workflows.

testingjavascriptgo
0
59
Technical Debt AssessmentA

Assess, quantify, and prioritize technical debt using code analysis, metrics, and impact analysis. Use when planning refactoring, evaluating codebases, or making architectural decisions.

developmenttypescriptgo
0
59
Technical Roadmap PlanningA

Create comprehensive technical roadmaps aligned with business goals. Plan technology investments, architecture evolution, and infrastructure improvements over quarters and years.

devopsjavascriptpython
0
59
Technical SpecificationA

Create detailed technical specifications, requirements documents, design documents, and system architecture specs. Use when writing technical specs, requirements docs, or design documents.

documentationjavascripttypescript
0
59
Terraform InfrastructureA

Infrastructure as Code using Terraform with modular components, state management, and multi-cloud deployments. Use for provisioning and managing cloud resources.

devopsbashaws
0
59
Test Automation FrameworkA

Design and implement scalable test automation frameworks with Page Object Model, fixtures, and reporting. Use for test framework, page object pattern, test architecture, test organization, and automation infrastructure.

developmentjavascripttypescript
0
59
Test Data GenerationA

Generate realistic, consistent test data using factories, fixtures, and fake data libraries. Use for test data, fixtures, mock data, faker, test builders, and seed data generation.

developmentjavascripttypescript
0
59
Third Party IntegrationA

Integrate external APIs and services with error handling, retry logic, and data transformation. Use when connecting to payment processors, messaging services, analytics platforms, or other third-party providers.

developmentjavascriptpython
0
59
Time Series AnalysisA

Analyze temporal data patterns including trends, seasonality, autocorrelation, and forecasting for time series decomposition, trend analysis, and forecasting models

datapythongo
0
59
Transaction ManagementA

Manage database transactions for data consistency. Use when implementing ACID compliance, handling concurrency, or managing transaction isolation levels.

databasesjavascriptjava
0
59
Troubleshooting GuideA

Create comprehensive troubleshooting guides, FAQ documents, known issues lists, and debug guides. Use when documenting common problems, error messages, or debugging procedures.

documentationjavascriptgo
0
59
Unit Testing FrameworkA

Write comprehensive unit tests with high coverage using testing frameworks like Jest, pytest, JUnit, or RSpec. Use when writing tests for functions, classes, components, or establishing testing standards.

developmentjavascripttypescript
0
59
Uptime MonitoringA

Implement uptime monitoring and status page systems for tracking service availability. Use when monitoring application uptime, creating status pages, or implementing health checks.

developmentjavascriptpython
0
59
User Guide CreationA

Create comprehensive user guides, tutorials, how-to documentation, and step-by-step instructions with screenshots and examples. Use when writing user documentation, tutorials, or getting started guides.

documentationgobash
0
59
User Research AnalysisA

Analyze user research data to uncover insights, identify patterns, and inform design decisions. Synthesize qualitative and quantitative research into actionable recommendations.

researchjavascriptpython
0
59
User Story WritingA

Write effective user stories that capture requirements from the user's perspective. Create clear stories with detailed acceptance criteria to guide development and define done.

developmentjavascriptpython
0
59
Visual Regression TestingA

Detect unintended visual changes in UI by comparing screenshots across versions. Use for visual regression, screenshot diff, Percy, Chromatic, UI testing, and visual validation.

developmentjavascripttypescript
0
59
Vue Application StructureA

Structure Vue 3 applications using Composition API, component organization, and TypeScript. Use when building scalable Vue applications with proper separation of concerns.

developmenttypescriptgo
0
59
Vulnerability ScanningA

Automated vulnerability detection using OWASP tools, CVE databases, and security scanners. Use when performing security audits, compliance checks, or continuous security monitoring.

devopsjavascriptpython
0
59
Web Performance AuditA

Conduct comprehensive web performance audits. Measure page speed, identify bottlenecks, and recommend optimizations to improve user experience and SEO.

devopsjavascriptpython
0
59
Web Performance OptimizationA

Optimize web application performance using code splitting, lazy loading, caching, compression, and monitoring. Use when improving Core Web Vitals and user experience.

developmentjavascripttypescript
0
59
Webhook DevelopmentA

Implement webhook systems for event-driven integration with retry logic, signature verification, and delivery guarantees. Use when creating event notification systems, integrating with external services, or building event-driven architectures.

developmentjavascriptpython
0
59
Webhook IntegrationA

Implement secure webhook systems for event-driven integrations, including signature verification, retry logic, and delivery guarantees. Use when building third-party integrations, event notifications, or real-time data synchronization.

developmenttypescriptexpress
0
59
Websocket ImplementationA

Implement real-time bidirectional communication with WebSockets including connection management, message routing, and scaling. Use when building real-time features, chat systems, live notifications, or collaborative applications.

developmentjavascriptpython
0
59
Wireframe PrototypingA

Create wireframes and interactive prototypes to visualize user interfaces and gather feedback early. Use tools and techniques to communicate design ideas before development.

developmentpythongo
0
59
Xss PreventionA

Prevent Cross-Site Scripting (XSS) attacks through input sanitization, output encoding, and Content Security Policy. Use when handling user-generated content in web applications.

developmentjavascriptpython
0
59
Zero Trust ArchitectureA

Implement Zero Trust security model with identity verification, microsegmentation, least privilege access, and continuous monitoring. Use when building secure cloud-native applications.

developmentjavascriptpython
0
59