productivity▌
6,493 indexed skills · max 10 per page
gws-workflow-weekly-digest
googleworkspace/cli · Productivity
Weekly summary combining this week's calendar meetings and unread email count. \n \n Aggregates two data sources: upcoming meetings from Google Calendar and unread message count from Gmail \n Read-only operation that never modifies any data \n Supports multiple output formats: JSON (default), table, YAML, and CSV for flexible integration with other tools \n Requires prior authentication setup via the shared gws-shared skill module \n
peer-review
davila7/claude-code-templates · Productivity
Peer review is a systematic process for evaluating scientific manuscripts. Assess methodology, statistics, design, reproducibility, ethics, and reporting standards. Apply this skill for manuscript and grant review across disciplines with constructive, rigorous evaluation.
related-skill
inferen-sh/skills · Productivity
Discover and install complementary skills from the inference.sh registry to expand your AI agent's capabilities. \n \n Browse 150+ available skills across media generation, image processing, audio, search, and social automation categories \n Search, list, and install skills using simple CLI commands ( npx skills search , npx skills add ) \n Pre-configured skill combinations for common workflows: research agents, content creators, and media processors \n Manage installed skills with built-in comm
recipe-find-free-time
googleworkspace/cli · Productivity
Find overlapping free time slots across multiple Google Calendars for scheduling meetings. \n \n Queries free/busy status for multiple users within a specified time range to identify available meeting windows \n Requires the gws-calendar skill as a dependency \n Integrates with Google Workspace Calendar API to retrieve availability data and create events with attendees in confirmed free slots \n
vscode-ext-commands
github/awesome-copilot · Productivity
VS Code extension command contribution patterns and naming conventions. \n \n Defines two command types: regular commands (accessible in Command Palette with required category and title ) and Side Bar commands (prefixed with underscore and suffixed with #sideBar , requiring an icon ) \n Side Bar commands support visibility rules via enablement and when conditions, with positioning controlled through group and order attributes \n All commands must define a title ; icons are optional for regular c
recipe-share-folder-with-team
googleworkspace/cli · Productivity
Batch-share Google Drive folders with multiple collaborators at specified permission levels. \n \n Requires the gws-drive skill to execute folder sharing and permission management operations \n Supports role-based access control: assign editor (writer) or viewer (reader) permissions to individual collaborators \n Includes folder discovery by name and permission verification steps to confirm successful sharing \n Designed as a multi-step recipe for programmatic team collaboration workflows \n
gen-specs-as-issues
github/awesome-copilot · Productivity
Systematic workflow for identifying missing features, prioritizing them, and creating detailed GitHub issue specifications. \n \n Guides through five structured phases: project understanding, gap analysis, prioritization scoring, specification development, and issue creation \n Uses a quantitative priority matrix (User Impact × Strategic Alignment / Implementation Effort × Risk Level) to rank features objectively \n Includes work distribution optimization to maximize independent development stre
recipe-create-meet-space
googleworkspace/cli · Productivity
Create a Google Meet meeting space and email the join link to participants. \n \n Requires two prerequisite skills: gws-meet for space creation and gws-gmail for sending invitations \n Creates an open-access meeting space via the Meet API and extracts the meeting URI from the response \n Automates sharing the join link by composing and sending an email with the meeting details to specified recipients \n
update-markdown-file-index
github/awesome-copilot · Productivity
Generate and maintain file indexes in markdown documents by scanning folders and updating or creating organized file listings. \n \n Scans target markdown files and discovers files matching specified patterns in designated folders \n Generates three table format options: simple lists with descriptions, detailed tables with type/size metadata, or categorized sections grouped by file type \n Automatically identifies existing index sections by heading patterns (\"index\", \"files\", \"contents\") a
recipe-sync-contacts-to-sheet
googleworkspace/cli · Productivity
Export your Google Contacts directory to a Google Sheets spreadsheet in three steps. \n \n Requires gws-people and gws-sheets skills to be loaded before execution \n Lists contacts from your domain directory with names, email addresses, and phone numbers \n Creates a new sheet with headers and appends each contact as a row for easy reference and sharing \n