productivity▌
6,493 indexed skills · max 10 per page
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
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
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,
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.
stock-research-executor
liangdabiao/claude-code-stock-deep-research-agent · Productivity
Multi-phase investment due diligence engine executing 8-stage research framework with parallel agent deployment. \n \n Executes structured 8-phase research process covering business foundation, industry analysis, business breakdown, financial quality, governance, market sentiment, valuation, and synthesis \n Deploys multiple research agents in parallel across phases for efficiency, with mandatory cross-validation of profit vs. cash flow, peer comparisons, and bear case analysis \n Generates comp
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
asana-automation
claude-office-skills/skills · Productivity
Comprehensive skill for automating Asana project management and team collaboration.
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
flutter-layout
flutter/skills · Productivity
Build responsive Flutter layouts by composing widgets, managing constraints, and adapting to screen sizes. \n \n Provides a decision tree for selecting the right base layout widget (Row, Column, Stack, ListView, GridView, CustomScrollView) based on content dimensionality, overlap, scrolling, and responsiveness needs \n Enforces Flutter's core constraint system: constraints flow down, sizes flow up, parents set position; includes ConstrainedBox patterns for forcing specific dimensions \n Implemen