Skill | Added | Review |
|---|---|---|
python-resource-management Python resource management with context managers, cleanup patterns, and streaming. Use when managing connections, file handles, implementing cleanup logic, or building streaming responses with accumulated state. | 88 1.02x Agent success vs baseline Impact 100% 1.02xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 112197c | |
python-background-jobs Python background job patterns including task queues, workers, and event-driven architecture. Use when implementing async task processing, job queues, long-running operations, or decoupling work from request/response cycles. | 85 1.32x Agent success vs baseline Impact 99% 1.32xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 112197c | |
python-resilience Python resilience patterns including automatic retries, exponential backoff, timeouts, and fault-tolerant decorators. Use when adding retry logic, implementing timeouts, building fault-tolerant services, or handling transient failures. | 88 1.16x Agent success vs baseline Impact 100% 1.16xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 112197c | |
python-packaging Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code. | 63 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 112197c | |
uv-package-manager Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimizing Python development workflows with uv. | 58 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 112197c | |
mobile-ios-design Master iOS Human Interface Guidelines and SwiftUI patterns for building native iOS apps. Use when designing iOS interfaces, implementing SwiftUI views, or ensuring apps follow Apple's design principles. | 81 1.36x Agent success vs baseline Impact 89% 1.36xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 112197c | |
rust-async-patterns Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code. | 60 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 34632bc | |
stripe-integration Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows. | 81 1.49x Agent success vs baseline Impact 97% 1.49xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 34632bc | |
team-communication-protocols Structured messaging protocols for agent team communication including message type selection, plan approval, shutdown procedures, and anti-patterns to avoid. Use this skill when establishing communication norms for a newly spawned team, when deciding whether to send a direct message or a broadcast, when a team-lead needs to review and approve an implementer's plan before work begins, when orchestrating a graceful team shutdown after all tasks are complete, or when debugging why teammates are not coordinating correctly at integration points. | 74 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 34632bc | |
team-composition-patterns Design optimal agent team compositions with sizing heuristics, preset configurations, and agent type selection. Use this skill when deciding how many agents to spawn for a task, when choosing between a review team versus a feature team versus a debug team, when selecting the correct subagent_type for each role to ensure agents have the tools they need, when configuring display modes (tmux, iTerm2, in-process) for a CI or local environment, or when building a custom team composition for a non-standard workflow such as a migration or security audit. | 65 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 34632bc | |
typescript-advanced-types Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects. | 66 1.02x Agent success vs baseline Impact 82% 1.02xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 34632bc | |
billing-automation Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems. | 74 1.64x Agent success vs baseline Impact 92% 1.64xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 34632bc | |
multi-reviewer-patterns Coordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated reporting. Use this skill when organizing multi-reviewer code reviews, calibrating finding severity, or consolidating review results. | 58 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 34632bc | |
javascript-testing-patterns Implement comprehensive testing strategies using Jest, Vitest, and Testing Library for unit tests, integration tests, and end-to-end testing with mocking, fixtures, and test-driven development. Use when writing JavaScript/TypeScript tests, setting up test infrastructure, or implementing TDD/BDD workflows. | 63 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 34632bc | |
vector-index-tuning Optimize vector index performance for latency, recall, and memory. Use when tuning HNSW parameters, selecting quantization strategies, or scaling vector search infrastructure. | 77 1.27x Agent success vs baseline Impact 84% 1.27xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 34632bc | |
react-modernization Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to latest React versions. | 91 1.03x Agent success vs baseline Impact 97% 1.03xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 34632bc | |
pci-compliance Implement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achieving PCI compliance, or implementing payment card security measures. | 64 1.28x Agent success vs baseline Impact 98% 1.28xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 34632bc | |
incident-runbook-templates Create structured incident response runbooks with step-by-step procedures, escalation paths, and recovery actions. Use this skill when building a service outage runbook for a payment processing system; creating database incident procedures covering connection pool exhaustion, replication lag, and disk space alerts; onboarding new on-call engineers who need step-by-step recovery guides written for a 3 AM brain; or standardizing escalation matrices across multiple engineering teams. | 65 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 34632bc | |
slo-implementation Define and implement Service Level Indicators (SLIs) and Service Level Objectives (SLOs) with error budgets and alerting. Use when establishing reliability targets, implementing SRE practices, or measuring service performance. | 84 1.55x Agent success vs baseline Impact 92% 1.55xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 34632bc | |
dependency-upgrade Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries. | 68 1.05x Agent success vs baseline Impact 91% 1.05xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 34632bc | |
turborepo-caching Configure Turborepo for efficient monorepo builds with local and remote caching. Use when setting up Turborepo, optimizing build pipelines, or implementing distributed caching. | 85 1.05x Agent success vs baseline Impact 100% 1.05xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 34632bc | |
angular-migration Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or modernizing legacy Angular code. | 81 1.06x Agent success vs baseline Impact 100% 1.06xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 34632bc | |
react-native-architecture Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects. | 79 1.13x Agent success vs baseline Impact 91% 1.13xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 34632bc | |
nextjs-app-router-patterns Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Server Components. | 87 1.08x Agent success vs baseline Impact 97% 1.08xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 34632bc | |
nodejs-backend-patterns Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures. | 56 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 34632bc |