Agent Skills by cyblow
Showing 38 vetted skills indexed across 1 GitHub repositories.
perf-profiling
Profile Python applications for CPU, memory, and async bottlenecks.
test-advanced
Integrates Mutmut-based mutation testing with Pact contract testing to identify weak tests and API drift.
arch-cqrs-es
Model domain state as events with CQRS read projections.
guru-refactor-data
Identify and synthesize RefactoringGuru data refactoring techniques with concrete transformations and examples.
arch-hexagonal
Isolate domain logic from infrastructure using ports and adapters.
guru-refactor-conditionals
Refactor complex conditional logic using decomposition, guard clauses, and polymorphism.
test-data
Generate, seed, and isolate test data for Python applications.
api-gateway
Centralize authentication, rate limiting, caching, and request transformation for microservices API traffic.
perf-core
Teach Python performance techniques for memory efficiency, caching, and query optimization.
perf-apm
Instrument Python applications with OpenTelemetry to collect traces, metrics, and logs.
arch-ddd
Organize software domains into bounded contexts and aggregates using DDD patterns.
test-standards
Document Python testing standards for pytest, Hypothesis, and snapshots.
guru-refactor-generalization
Refactor inheritance hierarchies using Pull Up and Push Down techniques.
api-rest
Implement REST API conventions for URLs, HTTP methods, status codes, and pagination.
sec-owasp
Identify and mitigate OWASP Top 10 security risks in Python web applications.
sec-basics
Secure Python applications by validating inputs, preventing SQL injection, and scanning dependencies.
arch-principles
Explain core software architecture principles for scalable, maintainable systems.
api-graphql
Define typed GraphQL schemas with Strawberry for Python backends.
test-load
Automate Locust-based performance testing of Python applications in CI pipelines.
guru-patterns-behavioral
Implement and compare GoF behavioral design patterns with Python examples.
guru-patterns-creational
Document creational design patterns with Python code examples.
guru-refactor-calls
Apply structured refactoring techniques to simplify method calls in legacy code.
perf-database
Analyze EXPLAIN plans and optimize SQLAlchemy database performance bottlenecks.
test-chaos
Generates and executes Chaos Engineering experiments for validating GraphQL APIs.