productivity▌
6,487 indexed skills · max 10 per page
systematic-debugging
obra/superpowers · Productivity
Structured debugging methodology that mandates root cause investigation before attempting any fixes. \n \n Four-phase process: root cause investigation, pattern analysis, hypothesis testing, and implementation with mandatory test cases \n Requires completing Phase 1 (evidence gathering, error analysis, data flow tracing) before proposing any fixes; blocks symptom-based patching \n Includes diagnostic instrumentation guidance for multi-component systems and backward call-stack tracing techniques
context-window-management
sickn33/antigravity-awesome-skills · Productivity
Strategies for managing LLM context windows through summarization, trimming, routing, and prioritization. \n \n Covers six core capabilities: context engineering, summarization, trimming, routing, token counting, and prioritization to prevent token limits and context rot \n Implements tiered context strategies that adapt based on context size, and serial position optimization to place critical information at start and end of context \n Avoids common anti-patterns including naive truncation, igno
xiaohongshu
autoclaw-cc/xiaohongshu-mcp-skills · Productivity
Xiaohongshu automation assistant for login, content publishing, search, browsing, interactions, and content planning. \n \n Provides complete Xiaohongshu workflow automation: account login, image/video post publishing, note search, feed browsing, likes/saves/comments, creator profile viewing, and content strategy planning \n Requires xiaohongshu-mcp MCP service configuration; automatically checks login status and MCP tool availability before executing operations \n Routes user requests to specia
music-downloader
nymbo/skills · Productivity
High-quality audio extraction from YouTube, SoundCloud, Spotify, and 20+ other platforms. \n \n Supports YouTube, SoundCloud, Spotify, Vimeo, Instagram, TikTok, Reddit, and more with yt-dlp and spotdl command templates \n Handles single tracks, playlists, albums, and batch downloads with metadata embedding, album art, and chapter splitting \n Offers format flexibility (MP3, Opus, custom bitrates up to 320k) and advanced features like time-based extraction, speed limiting, and duplicate file hand
system-admin
chaterm/terminal-skills · Productivity
Core commands and best practices for Linux system administration, including system information viewing, resource monitoring, service management, etc.
tmux
steipete/clawdis · Productivity
Control tmux sessions by sending keystrokes and reading pane output for interactive CLI management. \n \n Send text input and special keys (Enter, Ctrl+C, Ctrl+Z) to tmux panes; capture output via capture-pane to monitor long-running processes and interactive prompts \n Target sessions, windows, and panes using session:window.pane notation; navigate and manage multiple parallel sessions programmatically \n Designed for monitoring Claude Code sessions and approving interactive prompts; sessions p
gh-address-comments
openai/skills · Productivity
Locate and address review comments on GitHub PRs using gh CLI with user-guided workflows. \n \n Fetches all comments and review threads from the open PR for the current branch, displaying them with summaries of required fixes \n Requires gh CLI authentication with elevated permissions (workflow/repo scopes); prompts re-authentication if rate limits or auth errors occur mid-run \n Presents numbered comment list to user for selection, then applies fixes to chosen comments \n Handles sandboxing con
trpc
mindrally/skills · Productivity
You are an expert in tRPC v11, TypeScript, and Next.js development. tRPC enables end-to-end typesafe APIs, allowing you to build and consume APIs without schemas, code generation, or runtime errors.
anti-slop
rand/cc-polymath · Productivity
Detect and eliminate generic AI-generated patterns ("slop") across natural language, code, and design.
unreal-engine-cpp-pro
sickn33/antigravity-awesome-skills · Productivity
This skill provides expert-level guidelines for developing with Unreal Engine 5 using C++. It focuses on writing robust, performant, and standard-compliant code.