productivity▌
6,493 indexed skills · max 10 per page
ci-cd-best-practices
mindrally/skills · Productivity
Comprehensive CI/CD pipeline design, testing strategies, deployment patterns, and DevOps best practices. \n \n Covers five core pipeline stages: build, test, security scanning, staging deployment, and production deployment with examples for each \n Includes four deployment strategies: blue-green, canary, rolling, and feature flags for zero-downtime releases and gradual rollouts \n Provides testing pyramid guidance with unit, integration, and end-to-end test layers, plus parallelization and flaky
discovery-interview-prep
deanpeters/product-manager-skills · Productivity
Structured discovery interview planning with adaptive methodology selection based on research goals and constraints. \n \n Guides product managers through four adaptive questions to define research goals, target segments, access constraints, and interview methodology \n Generates tailored interview frameworks with 5+ context-specific questions, follow-ups, and bias-avoidance guidance for each methodology (Mom Test, Jobs-to-be-Done, switch interviews, timeline mapping) \n Includes opening/closing
code-reviewer
davila7/claude-code-templates · Productivity
Automated code review across TypeScript, JavaScript, Python, Swift, Kotlin, and Go with quality analysis and security scanning. \n \n Three core scripts: PR analyzer for automated scaffolding, code quality checker for deep analysis and performance metrics, and review report generator for structured output \n Includes comprehensive reference documentation covering code review checklists, coding standards, and common antipatterns with real-world examples \n Supports modern tech stacks including Re
segment-cdp
sickn33/antigravity-awesome-skills · Productivity
Client-side tracking with Analytics.js. Include track, identify, page, and group calls. Anonymous ID persists until identify merges with user.
spring-boot-resilience4j
giuseppe-trisciuoglio/developer-kit · Productivity
Fault tolerance and resilience patterns for Spring Boot microservices using Resilience4j. \n \n Provides six core patterns: circuit breaker, retry with exponential backoff, rate limiter, bulkhead (semaphore and thread pool), time limiter, and fallback mechanisms \n Annotation-based integration with Spring Boot 3.x AOP; patterns can be stacked on single methods for comprehensive fault tolerance \n Includes configuration examples for all patterns in YAML, with health indicator and Actuator endpoin
create-handoff
parcadei/continuous-claude-v3 · Productivity
You are tasked with writing a handoff document to hand off your work to another agent in a new session. You will create a handoff document that is thorough, but also concise. The goal is to compact and summarize your context without losing any of the key details of what you're working on.
asc-localize-metadata
rudrankriyam/asc-skills · Productivity
Use this skill to pull English (or any source locale) App Store metadata, translate it with LLM, and push translations back to App Store Connect — all automated.
agent-sessions-layout
microsoft/vscode · Productivity
When working on the Agents workbench layout, always follow these guidelines:
product-name
phuryn/pm-skills · Productivity
Brainstorm unique, memorable product names with rationale aligned to brand values and target audience. Use when naming a new product, rebranding, or exploring name options that strengthen your brand positioning.
zod-4
prowler-cloud/prowler · Productivity
Zod 4 schema validation patterns for forms, APIs, and type-safe parsing. \n \n Covers breaking changes from Zod 3, including new top-level validators (z.email(), z.uuid(), z.url()) and updated object configuration syntax \n Includes patterns for primitives, objects, arrays, records, tuples, unions, and discriminated unions with practical examples \n Demonstrates transformations, coercion, preprocessing, refinements, and custom error handling with Zod 4's error parameter syntax \n Provides React