productivity▌
6,493 indexed skills · max 10 per page
recipe-create-shared-drive
googleworkspace/cli · Productivity
Create a Google Shared Drive and manage member access with role-based permissions. \n \n Requires the gws-drive skill and gws binary to execute \n Supports three core operations: creating shared drives, adding members with specific roles (writer, reader, etc.), and listing current members \n Uses Google Workspace API parameters for drive ID and permission management across shared drive resources \n
vscode-ext-localization
github/awesome-copilot · Productivity
Localize VS Code extensions across configurations, walkthrough content, and source code messages. \n \n Three localization approaches: package.nls.LANGID.json for settings, commands, menus, and views; markdown files for walkthrough content; bundle.l10n.LANGID.json for source code strings \n Covers all user-facing resources including contributed configurations, commands, menus, views, ViewsWelcome, and walkthrough titles and descriptions \n Requires creating or updating localization files for all
i18n-localization
sickn33/antigravity-awesome-skills · Productivity
Internationalization and localization patterns for multi-language app support. \n \n Covers core i18n concepts, implementation patterns for React, Next.js, and Python, and file structure organization for managing translations across locales \n Includes best practices for using translation keys, namespacing, pluralization, date/number formatting, and ICU message format to avoid common pitfalls \n Provides RTL (right-to-left) layout guidance using CSS logical properties for languages like Arabic a
database-optimizer
jeffallan/claude-skills · Productivity
Diagnose and resolve database performance issues across PostgreSQL and MySQL with query analysis and optimization strategies. \n \n Analyzes slow queries using EXPLAIN ANALYZE , identifies missing indexes, and designs covering index strategies \n Provides database-specific tuning guidance for PostgreSQL and MySQL configuration, schema design, and partitioning \n Includes reference materials for query optimization, index strategies, monitoring, and lock contention resolution \n Delivers before/af
code-generation-template
aj-geddes/useful-ai-prompts · Productivity
Comprehensive guide to code generation techniques including template engines, AST manipulation, code scaffolding, and automated boilerplate generation for increased productivity and consistency.
code-review
coderabbitai/skills · Productivity
AI-powered code review using CodeRabbit, triggered on explicit request or autonomously when quality/security issues are detected. \n \n Identifies bugs, security vulnerabilities, and quality risks; groups findings by severity (Critical, Warning, Info) \n Supports reviewing staged, committed, or all changes; can compare against specific branches or commit hashes \n Offers two output modes: --plain for detailed feedback with fix suggestions, or --prompt-only for minimal agent-optimized output \n E
gws-tasks
googleworkspace/cli · Productivity
Manage Google Tasks lists and individual tasks via command-line API calls. \n \n Two resource types: tasklists (create, read, update, delete, list) and tasks (create, read, update, delete, list, move, clear completed) \n Supports task hierarchy with up to 2,000 subtasks per task and enforces limits of 20,000 non-hidden tasks per list and 100,000 total tasks \n Handles task assignments from Google Docs and Chat Spaces, with deletion cascading to assignment surfaces \n Use gws schema to inspect me
web-performance-optimization
sickn33/antigravity-awesome-skills · Productivity
Systematic approach to measuring, analyzing, and improving website loading speed and Core Web Vitals. \n \n Covers five-step optimization workflow: establish baseline metrics with Lighthouse, identify bottlenecks (bundle size, images, render-blocking resources), prioritize high-impact fixes, implement improvements, and verify results \n Addresses Core Web Vitals (LCP, FID, CLS) with specific code examples for image optimization, code splitting, lazy loading, and layout shift prevention \n Includ
create-github-issue-feature-from-specification
github/awesome-copilot · Productivity
Create GitHub issues from specification files using the feature_request.yml template. \n \n Analyzes specification files to extract requirements and automatically generates issue titles and descriptions \n Searches existing issues to prevent duplicates before creating new ones \n Supports both creating new issues and updating existing ones via the GitHub API \n Applies feature and enhancement labels automatically based on specification content \n
recipe-review-meet-participants
googleworkspace/cli · Productivity
Review Google Meet attendance records and participant session durations. \n \n Requires the gws-meet skill to access Google Meet conference data \n Three-step workflow: list recent conferences, retrieve participant details, and view individual session timestamps and durations \n Returns tabular output for easy review of who attended and how long they stayed \n