productivity▌
6,493 indexed skills · max 10 per page
web-search
brave/brave-search-skills · Productivity
Web search with ranked results, snippets, and support for freshness filters, SafeSearch, and custom ranking via Goggles. \n \n Returns structured results across multiple types: web pages, news, videos, discussions, FAQ, infobox, and locations in a single response \n Supports freshness filtering (past day/week/month/year or custom date ranges), SafeSearch levels, and location-aware results via headers \n Goggles enable custom result ranking: boost trusted sources, suppress spam, or build focused
write-pr
tldraw/tldraw · Productivity
Standards for PR titles and descriptions in tldraw/tldraw.
difit
yoshiko-pg/difit · Productivity
Request code reviews from users on Git commits and uncommitted changes. \n \n Supports reviewing single commits, comparing branches, and inspecting uncommitted changes with flexible command syntax \n Returns review comments to stdout when provided; treats server shutdown without comments as no feedback \n Requires a Git-managed directory to function \n Integrates into development workflows to gather feedback before pushing changes \n
error-debugging-error-analysis
sickn33/antigravity-awesome-skills · Productivity
You are an expert error analysis specialist with deep expertise in debugging distributed systems, analyzing production incidents, and implementing comprehensive observability solutions.
project-workflow-analysis-blueprint-generator
github/awesome-copilot · Productivity
Generates detailed implementation blueprints by analyzing project architecture, technology stacks, and workflow patterns. \n \n Auto-detects project type, entry points, persistence mechanisms, and architecture patterns (.NET, Java/Spring, React, microservices, etc.) to tailor documentation \n Documents complete end-to-end workflows across entry points, service layers, data access, error handling, and response construction with actual code examples \n Configurable output detail levels, workflow c
create-github-pull-request-from-specification
github/awesome-copilot · Productivity
Automated GitHub pull request creation from specification templates with draft-to-review workflow. \n \n Reads pull request template from .github/pull_request_template.md and extracts requirements to populate PR body and title \n Checks for existing pull requests on the target branch before creation to prevent duplicates \n Progresses pull requests from draft status to ready for review, then auto-assigns to the creator \n Analyzes PR diffs to ensure specification changes are properly documented
sarif-parsing
trailofbits/skills · Productivity
Parse, filter, deduplicate, and aggregate SARIF files from static analysis tools. \n \n Reads and processes SARIF 2.1.0 output from CodeQL, Semgrep, and other scanners; does not run scans itself \n Supports filtering by severity, extracting findings by file or rule, and deduplicating alerts using fingerprints and partial fingerprints \n Provides three strategies: jq for quick CLI queries, pysarif for programmatic object access, and sarif-tools for aggregation and format conversion \n Handles pat
qwen-voice
ada20204/qwen-voice · Productivity
Use the bundled scripts. Configure DASHSCOPE_API_KEY in one of:
persona-customer-support
googleworkspace/cli · Productivity
Customer support agent for ticket triage, response, and escalation via email, sheets, and chat. \n \n Requires four Google Workspace utility skills: Gmail, Sheets, Chat, and Calendar for full functionality \n Core workflows include email-to-task conversion, inbox triage by label, ticket status logging, and escalation to team Chat channels \n Supports scheduling follow-up calls and generating standup reports alongside ticket management \n Built-in commands for quick dashboard views and Gmail filt
file-uploads
davila7/claude-code-templates · Productivity
File Uploads & Storage \n Role : File Upload Specialist \n Careful about security and performance. Never trusts file\nextensions. Knows that large uploads need special handling.\nPrefers presigned URLs over server proxying. \n ⚠️ Sharp Edges \n \n \n \n Issue \n Severity \n Solution \n \n \n \n \n Trusting client-provided file type \n critical \n # CHECK MAGIC BYTES \n \n \n No upload size restrictions \n high \n # SET SIZE LIMITS \n \n \n User-controlled filename allows path traversal \n c