productivity▌
6,493 indexed skills · max 10 per page
at-dispatch-v2
pytorch/pytorch · Productivity
This skill helps convert PyTorch's legacy AT_DISPATCH macros to the new AT_DISPATCH_V2 format, as defined in aten/src/ATen/Dispatch_v2.h.
file-organizer
claude-office-skills/skills · Productivity
Intelligently organize and rename files based on their content and metadata.
notion-meeting-intelligence
openai/skills · Productivity
Prep meetings by pulling Notion context, tailoring agendas/pre-reads, and enriching with Codex research.
prisma-expert
sickn33/antigravity-awesome-skills · Productivity
Expert guidance on Prisma schema design, migrations, query optimization, and database operations. \n \n Diagnoses and fixes schema design issues including relation definitions, indexing, and field type mismatches across PostgreSQL, MySQL, and SQLite \n Provides migration strategies for resolving conflicts, failed deployments, and shadow database issues with safe production workflows \n Optimizes queries to eliminate N+1 problems, over-fetching, and missing indexes through progressive fixes from
parallel-debugging
wshobson/agents · Productivity
Systematic debugging framework using competing hypotheses to identify root causes across multiple failure categories. \n \n Generates hypotheses across six failure mode categories: logic errors, data issues, state problems, integration failures, resource issues, and environment mismatches \n Establishes evidence standards with citation requirements (file:line references) and confidence levels (high/medium/low) to avoid confirmation bias \n Supports parallel agent investigation with structured re
parallel-feature-development
wshobson/agents · Productivity
Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns. \n \n Provides three file ownership models (by directory, module, or layer) and enforces the cardinal rule: one owner per file to prevent merge conflicts \n Defines interface contracts as read-only coordination points between implementers, allowing shared boundaries without direct file conflicts \n Covers two integration patterns (vertical slice for independent features, ho
crypto-market-rank
binance/binance-skills-hub · Productivity
Multi-source crypto rankings covering trending tokens, social sentiment, smart money flows, meme tokens, and top trader performance. \n \n Query trending, top-searched, Binance Alpha, and tokenized stock tokens with 10+ filter options including market cap, liquidity, holders, and launch time \n Access social hype leaderboards with sentiment analysis (positive/negative/neutral) and AI-generated social summaries in multiple languages \n Track smart money inflow rankings to discover which tokens in
task-coordination-strategies
wshobson/agents · Productivity
Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with structured task descriptions. \n \n Provides four decomposition strategies: by architectural layer, functional component, cross-cutting concern, or file ownership to parallelize work effectively \n Includes dependency graph patterns (independent, sequential, diamond) with principles for minimizing chain depth and identifying critical paths \n Offers task description template covering objective, owned files, r
flutter-implementing-navigation-and-routing
flutter/skills · Productivity
Imperative and declarative routing patterns for Flutter screen transitions and deep linking. \n \n Covers both Navigator (imperative, stack-based) and Router (declarative, URL-synchronized) approaches with guidance on when to use each \n Supports deep linking on iOS, Android, and Web; includes data passing via constructors, route arguments, and return values \n Implements nested navigation for multi-step flows (e.g., setup wizards) with independent sub-navigators and back-button interception \n
prisma-cli
prisma/skills · Productivity
$23