productivity▌
6,493 indexed skills · max 10 per page
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
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
huggingface-accelerate
davila7/claude-code-templates · Productivity
Accelerate simplifies distributed training to 4 lines of code.
fuzzing-dictionary
trailofbits/skills · Productivity
Domain-specific token guidance for fuzzers targeting parsers, protocols, and file formats. \n \n Provides dictionary file format with quoted strings, hex escapes, and key-value pairs that guide fuzzer mutations toward meaningful inputs and deeper code paths \n Works cross-fuzzer with libFuzzer, AFL++, and cargo-fuzz via standard command-line flags ( -dict= , -x ) \n Includes generation methods: LLM prompts, extraction from headers and binaries, and AFL++ auto-dictionary via compile-time string c
preview-dev
starchild-ai-agent/official-skills · Productivity
Live preview development environment for web projects, from static HTML to fullstack applications. \n \n Supports React, Vue, Vite, static HTML, Express, FastAPI, Streamlit, and Gradio with automatic health checking and error diagnostics \n Handles fullstack projects by building frontend and serving both API and static files from a single backend port \n Includes community publish feature to generate permanent public URLs for sharing previews on the internet \n Requires relative paths for all as
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
firebase-firestore-standard
firebase/agent-skills · Productivity
Complete guide for provisioning, securing, and integrating Cloud Firestore Standard Edition. \n \n Covers provisioning setup in Firebase projects and local environments using Firebase CLI \n Includes detailed security rules guidance for data protection and access control \n Provides SDK integration instructions for web applications using the modular SDK \n References index management, query support, and optimization best practices \n
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
coverage-analysis
trailofbits/skills · Productivity
Measure code exercised during fuzzing to assess harness effectiveness and identify blockers. \n \n Supports LLVM, GCC, and Rust instrumentation with step-by-step workflows for building coverage-instrumented binaries and executing them against fuzzing corpora \n Provides detailed guidance on generating text and HTML reports using llvm-cov, gcovr, and cargo-fuzz, including filtering harness code and handling large codebases \n Includes practical patterns for identifying magic value checks, handlin
monitoring-expert
jeffallan/claude-skills · Productivity
Comprehensive monitoring, logging, metrics, tracing, and performance testing implementation for production systems. \n \n Covers structured logging (Pino/JSON), Prometheus metrics (counters, histograms, gauges), and OpenTelemetry distributed tracing with span instrumentation \n Includes Prometheus alerting rule configuration, RED/USE dashboard design patterns, and health check endpoint setup \n Provides load testing with k6 and Artillery, application profiling for CPU/memory bottlenecks, and cap