Back to categories
Category

Agent Skills in category: Uncategorized

68013 skills match this category. Browse curated collections and explore related Agent Skills.

code-generation-template

Generate code from templates and patterns including scaffolding, boilerplate generation, AST-based code generation, and template engines. Use when generating code, scaffolding projects, creating boilerplate, or using templates.

aj-geddes
aj-geddes
607

code-metrics-analysis

Analyze code complexity, cyclomatic complexity, maintainability index, and code churn using metrics tools. Use when assessing code quality, identifying refactoring candidates, or monitoring technical debt.

aj-geddes
aj-geddes
607

code-review-analysis

Perform comprehensive code reviews with best practices, security checks, and constructive feedback. Use when reviewing pull requests, analyzing code quality, checking for security vulnerabilities, or providing code improvement suggestions.

aj-geddes
aj-geddes
607

Cohort Analysis

Track and analyze user cohorts over time, calculate retention rates, and identify behavioral patterns for customer lifecycle and retention analysis

aj-geddes
aj-geddes
607

color-accessibility

Design color palettes that are accessible to all users including those with color blindness. Ensure sufficient contrast, meaningful use of color, and inclusive design.

aj-geddes
aj-geddes
607

competitor-analysis

Analyze competitive landscape to identify strengths, weaknesses, opportunities, and threats. Inform product strategy and positioning based on market insights.

aj-geddes
aj-geddes
607

Computer Vision

Implement computer vision tasks including image classification, object detection, segmentation, and pose estimation using PyTorch and TensorFlow

aj-geddes
aj-geddes
607

concurrency-patterns

Implement thread-safe code, mutexes, semaphores, async/await patterns, and concurrent data structures. Use when handling parallel operations, race conditions, or building high-performance concurrent systems.

aj-geddes
aj-geddes
607

configuration-management

Manage application configuration including environment variables, settings management, configuration hierarchies, secret management, feature flags, and 12-factor app principles. Use for config, environment setup, or settings management.

aj-geddes
aj-geddes
607

container-debugging

Debug Docker containers and containerized applications. Diagnose deployment issues, container lifecycle problems, and resource constraints.

aj-geddes
aj-geddes
607

container-registry-management

Manage container registries (Docker Hub, ECR, GCR) with image scanning, retention policies, and access control.

aj-geddes
aj-geddes
607

continuous-testing

Integrate automated testing into CI/CD pipelines for continuous quality feedback. Use for continuous testing, CI testing, automated testing pipelines, test orchestration, and DevOps quality practices.

aj-geddes
aj-geddes
607

Correlation Analysis

Measure relationships between variables using correlation coefficients, correlation matrices, and association tests for correlation measurement, relationship analysis, and multicollinearity detection

aj-geddes
aj-geddes
607

correlation-tracing

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

aj-geddes
aj-geddes
607

cpu-profiling

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

aj-geddes
aj-geddes
607

cross-platform-compatibility

Handle cross-platform compatibility including file paths, environment detection, platform-specific dependencies, and testing across Windows, macOS, and Linux. Use when dealing with platform-specific code or OS compatibility.

aj-geddes
aj-geddes
607

csrf-protection

Implement Cross-Site Request Forgery (CSRF) protection using tokens, SameSite cookies, and origin validation. Use when building forms and state-changing operations.

aj-geddes
aj-geddes
607

css-architecture

Organize CSS using BEM, SMACSS, and CSS-in-JS patterns. Use when building scalable, maintainable styling systems with proper naming conventions.

aj-geddes
aj-geddes
607

Data Cleaning Pipeline

Build robust processes for data cleaning, missing value imputation, outlier handling, and data transformation for data preprocessing, data quality, and data pipeline automation

aj-geddes
aj-geddes
607

data-encryption

Implement strong encryption using AES, RSA, TLS, and proper key management. Use when securing data at rest, in transit, or implementing end-to-end encryption.

aj-geddes
aj-geddes
607

data-migration-scripts

Create safe, reversible database migration scripts with rollback capabilities, data validation, and zero-downtime deployments. Use when changing database schemas, migrating data between systems, or performing large-scale data transformations.

aj-geddes
aj-geddes
607

data-replication-setup

Set up database replication for high availability and disaster recovery. Use when configuring master-slave replication, multi-master setups, or replication monitoring.

aj-geddes
aj-geddes
607

Data Visualization

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

aj-geddes
aj-geddes
607

database-backup-restore

Implement backup and restore strategies for disaster recovery. Use when creating backup plans, testing restore procedures, or setting up automated backups.

aj-geddes
aj-geddes
607

database-indexing-strategy

Design and implement database indexing strategies. Use when creating indexes, choosing index types, or optimizing index performance in PostgreSQL and MySQL.

aj-geddes
aj-geddes
607

database-migration-management

Manage database migrations and schema versioning. Use when planning migrations, version control, rollback strategies, or data transformations in PostgreSQL and MySQL.

aj-geddes
aj-geddes
607

database-monitoring

Monitor database performance and health. Use when setting up monitoring, analyzing metrics, or troubleshooting database issues.

aj-geddes
aj-geddes
607

database-performance-debugging

Debug database performance issues through query analysis, index optimization, and execution plan review. Identify and fix slow queries.

aj-geddes
aj-geddes
607

database-query-optimization

Improve database query performance through indexing, query optimization, and execution plan analysis. Reduce response times and database load.

aj-geddes
aj-geddes
607

database-schema-design

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

aj-geddes
aj-geddes
607

database-schema-documentation

Document database schemas, ERD diagrams, table relationships, indexes, and constraints. Use when documenting database schema, creating ERD diagrams, or writing table documentation.

aj-geddes
aj-geddes
607

database-sharding

Implement database sharding for horizontal scalability. Use when scaling large databases, distributing data across multiple servers, or designing sharded architectures.

aj-geddes
aj-geddes
607

dependency-management

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.

aj-geddes
aj-geddes
607

dependency-tracking

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

aj-geddes
aj-geddes
607

deployment-automation

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

aj-geddes
aj-geddes
607

deployment-documentation

Document deployment processes, infrastructure setup, CI/CD pipelines, and configuration management. Use when creating deployment guides, infrastructure docs, or CI/CD documentation.

aj-geddes
aj-geddes
607

design-handoff

Prepare designs for development handoff. Document specifications, interactions, and assets to enable efficient development and maintain design quality.

aj-geddes
aj-geddes
607

design-patterns-implementation

Apply appropriate design patterns (Singleton, Factory, Observer, Strategy, etc.) to solve architectural problems. Use when refactoring code architecture, implementing extensible systems, or following SOLID principles.

aj-geddes
aj-geddes
607

design-system-creation

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

aj-geddes
aj-geddes
607

developer-onboarding

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.

aj-geddes
aj-geddes
607

Dimensionality Reduction

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

aj-geddes
aj-geddes
607

disaster-recovery-testing

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

aj-geddes
aj-geddes
607

distributed-tracing

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

aj-geddes
aj-geddes
607

django-application

Develop production-grade Django applications with models, views, ORM queries, authentication, and admin interfaces. Use when building web applications, managing databases with Django ORM, and implementing authentication systems.

aj-geddes
aj-geddes
607

dns-management

Manage DNS records, routing policies, and failover configurations for high availability and disaster recovery.

aj-geddes
aj-geddes
607

docker-containerization

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.

aj-geddes
aj-geddes
607

documentation-site-setup

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.

aj-geddes
aj-geddes
607

e2e-testing-automation

Build end-to-end automated tests that simulate real user interactions across the full application stack. Use for E2E test, Selenium, Cypress, Playwright, browser automation, and user journey testing.

aj-geddes
aj-geddes
607

email-service-integration

Integrate email services with backends using SMTP, third-party providers, templates, and asynchronous sending. Use when implementing email functionality, sending transactional emails, and managing email workflows.

aj-geddes
aj-geddes
607

error-tracking

Implement error tracking with Sentry for automatic exception monitoring, release tracking, and performance issues. Use when setting up error monitoring, tracking bugs in production, or analyzing application stability.

aj-geddes
aj-geddes
607

Page 1328 of 1361 · 68013 results