productivity▌
6,493 indexed skills · max 10 per page
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
beat-competitors
calm-north/seojuice-skills · Productivity
Analyze competitor keywords to build a prioritized content and optimization roadmap. \n \n Identifies keyword overlap across 3-5 competitors, categorizing terms into battleground positions, content gaps, and white-space opportunities \n Scores gaps using volume, winnability, and business value to prioritize quick wins, new content creation, and long-term authority plays \n Generates competitive battlecards documenting each competitor's strengths, weaknesses, and differentiation points for ongoin
pufferlib
davila7/claude-code-templates · Productivity
PufferLib is a high-performance reinforcement learning library designed for fast parallel environment simulation and training. It achieves training at millions of steps per second through optimized vectorization, native multi-agent support, and efficient PPO implementation (PuffeRL). The library provides the Ocean suite of 20+ environments and seamless integration with Gymnasium, PettingZoo, and specialized RL frameworks.
xstate
vercel-labs/json-render · Productivity
XState Store adapter for json-render's StateStore interface. Wire an @xstate/store atom as the state backend for json-render.
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
shellcheck-configuration
wshobson/agents · Productivity
Static analysis tool for detecting shell script issues and enforcing code quality standards. \n \n Supports Bash, sh, dash, ksh, and other POSIX shells with over 100 different warnings and errors \n Configurable via .shellcheckrc files, environment variables, and command-line flags to target specific shells and disable false positives \n Integrates with CI/CD pipelines, pre-commit hooks, and editors; outputs in multiple formats including GCC, JSON, and quiet mode \n Common error categories cover
create-skill
siviter-xyz/dot-agent · Productivity
Comprehensive guide for building modular skills that extend agent capabilities with specialized knowledge and workflows. \n \n Skills are self-contained packages providing specialized workflows, tool integrations, domain expertise, and bundled resources for agents \n SKILL.md must stay under 200 lines; use progressive disclosure by splitting detailed content into references/ files to reduce context load and activation time \n Structure includes required YAML frontmatter (name, description) and m
asana-automation
claude-office-skills/skills · Productivity
Comprehensive skill for automating Asana project management and team collaboration.
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