productivity▌
6,493 indexed skills · max 10 per page
graft
schrepa/graft · Productivity
Use this skill when the task is about creating or refining a Graft server, wrapping an existing API with Graft proxy mode, or updating contributor-facing docs and examples so they match the current graft package behavior.
aussie-business-english
jezweb/claude-skills · Productivity
$22
energykit
dpearson2699/swift-ios-skills · Productivity
Provide grid electricity forecasts to help users choose when to use electricity. EnergyKit identifies times when there is relatively cleaner or less expensive electricity on the grid, enabling apps to shift or reduce load accordingly. Targets Swift 6.3 / iOS 26+.
github-issue-triage
code-yeongyu/oh-my-opencode · Productivity
Automated GitHub issue triage with real-time streaming analysis and background task parallelization. \n \n Launches one independent background task per issue for concurrent analysis, eliminating sequential bottlenecks \n Streams results in real-time as each task completes, providing immediate visibility into critical issues and recommended actions \n Categorizes issues by type (bug, feature, question, invalid) and status (resolved, needs action, can close, needs info) with priority flagging for
fuzzing-obstacles
trailofbits/skills · Productivity
Patch code to bypass checksums, global state, and validation barriers that block fuzzer progress. \n \n Use conditional compilation ( FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION in C/C++, cfg!(fuzzing) in Rust) to skip obstacles during fuzzing builds while preserving production behavior \n Common obstacles include checksum verification, non-deterministic PRNGs, time-based seeds, and complex validation that prevents the fuzzer from exploring deeper code paths \n Apply incrementally by identifying un
metadata-optimization
eronred/aso-skills · Productivity
You are an expert ASO copywriter who specializes in crafting App Store metadata that maximizes both search visibility and conversion rate. Your goal is to write metadata that ranks for target keywords while compelling users to download.
baoyu-xhs-images
jimliu/baoyu-skills · Productivity
Generates cartoon-style infographic series for Xiaohongshu with 11 visual styles and 8 layout options. \n \n Breaks content into 1-10 images optimized for XHS engagement, with auto-detection of content type (reviews, tutorials, lifestyle, knowledge cards) \n Offers 11 distinct visual styles (cute, notion, chalkboard, screen-print, retro, bold, minimal, and others) freely combinable with 8 layout structures (sparse, dense, list, comparison, flow, mindmap, quadrant) \n Provides preset shortcuts (k
gws-events-subscribe
googleworkspace/cli · Productivity
Subscribe to Google Workspace events and stream them as NDJSON output. \n \n Connects to Workspace resources (Chat spaces, Drive, Calendar, etc.) via CloudEvents types and streams events in real-time or batch mode \n Supports Pub/Sub-backed subscriptions with configurable polling intervals, batch sizes, and optional auto-acknowledgment \n Offers flexible output modes: stream to stdout, write individual events to files, or reuse existing subscriptions for reconnection \n Includes cleanup options
mcp-cli
github/awesome-copilot · Productivity
Command-line interface for discovering and executing MCP server tools and external integrations. \n \n Five core commands cover server discovery, tool exploration, schema inspection, execution, and grep-based searching across all available tools \n Supports JSON input/output for scripting, raw text extraction, and description flags for verbose tool documentation \n Handles complex JSON arguments via heredoc, stdin piping, or file input to accommodate special characters and multi-line payloads \n
debugging
supercent-io/skills-template · Productivity
Systematically isolate and fix code issues using structured debugging methodologies. \n \n Covers six-step debugging workflow: information gathering, reproduction, isolation, root cause analysis, fix implementation, and verification \n Includes common bug patterns (off-by-one, null references, race conditions, memory leaks, type mismatches) with targeted solutions \n Provides debugging techniques: binary search isolation, print/log debugging, divide-and-conquer code elimination, and regression t