productivity▌
6,493 indexed skills · max 10 per page
clerk-auth
davila7/claude-code-templates · Productivity
Complete Clerk setup for Next.js 14/15 App Router.
elevenlabs-dialogue
inferen-sh/skills · Productivity
Generate multi-speaker dialogue audio with 22+ premium voices and voice direction controls. \n \n Supports 8 female and 14 male voices with preset pairings optimized for interviews, tutorials, podcasts, and debates \n Voice direction keywords (excitedly, sadly, whispering, angrily, sarcastically, etc.) control delivery tone and emotion for each segment \n Input format uses JSON segments with text and voice assignment; output is a single audio file combining all speakers \n Designed for podcasts,
create-adaptable-composable
hyf0/vue-skills · Productivity
Library-grade Vue composables that accept plain values, refs, or getters as inputs. \n \n Use MaybeRefOrGetter for read-only inputs (computed-friendly) and MaybeRef for writable two-way inputs; normalize with toRef() for reactive sources and toValue() for non-reactive values \n Avoid MaybeRefOrGetter when parameters are callbacks or predicates to prevent accidental function invocation \n Requires Vue 3 or Nuxt 3; follow the four-step design pattern: confirm API, identify reactive params, normali
prisma-upgrade-v7
prisma/skills · Productivity
Complete migration guide for upgrading Prisma ORM from v6 to v7 with ESM, driver adapters, and new configuration. \n \n Covers seven critical rule categories: schema migration, driver adapters, ESM support, configuration, removed features, and Accelerate-specific changes \n Requires Node.js 20.19.0+ and TypeScript 5.4.0+; MongoDB not yet supported in v7 \n Breaking changes include ESM-only modules, required driver adapters, explicit output paths, and prisma.config.ts configuration \n Provides st
interpreting-culture-index
trailofbits/skills · Productivity
Interprets Culture Index behavioral profiles, team dynamics, and hiring fit using trait analysis and burnout detection. \n \n Analyzes individual CI profiles to identify behavioral archetypes, strengths, and trait-based challenges using distance-from-arrow methodology \n Assesses team composition via Gas/Brake/Glue framework; detects burnout by comparing Survey (hardwired traits) vs Job (adaptive behavior) graphs and calculating energy utilization \n Supports hiring profile definition, manager c
insecure-defaults
trailofbits/skills · Productivity
Detects fail-open security vulnerabilities where applications run insecurely with missing or weak default configuration. \n \n Identifies hardcoded secrets, weak authentication defaults, permissive access controls, and weak cryptography that allow apps to start and operate without proper configuration \n Distinguishes between fail-open vulnerabilities (app runs insecurely with defaults) and fail-secure patterns (app crashes if config is missing) \n Focuses on production-reachable code; automatic
huggingface-accelerate
davila7/claude-code-templates · Productivity
Accelerate simplifies distributed training to 4 lines of code.
recipe-schedule-recurring-event
googleworkspace/cli · Productivity
Schedule recurring Google Calendar events with attendees and recurrence rules. \n \n Requires the gws-calendar skill and gws bin to be loaded \n Supports full iCalendar recurrence rules (RRULE) for flexible scheduling patterns like weekly, monthly, or custom intervals \n Includes attendee management, timezone configuration, and event verification via agenda view \n
dwarf-expert
trailofbits/skills · Productivity
Technical expertise for analyzing DWARF debug files and understanding the DWARF standard (v3–v5). \n \n Covers DWARF standard questions, parsing debug information from binaries, and code that interacts with DWARF data \n Provides verification workflows using llvm-dwarfdump --verify for structural validation and quality metrics \n Supports parsing tools including dwarfdump , readelf , and DWARF parsing libraries (libdwarf, pyelftools, gimli) \n References authoritative sources: official DWARF sta
nanobanana
resciencelab/opc-skills · Productivity
Text-to-image and image editing powered by Google's Gemini 3 Pro Image model. \n \n Supports text-to-image generation, image editing with natural language prompts, and batch generation of multiple variations \n Offers flexible aspect ratios (1:1, 16:9, 21:9, etc.) and high-resolution output up to 4K for enhanced detail \n Includes optional Google Search grounding for factually accurate images of real people, places, and landmarks \n Provides both command-line scripts and Python API for direct in