productivity▌
6,493 indexed skills · max 10 per page
stakeholder-update
anthropics/knowledge-work-plugins · Productivity
If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.
gws-workflow-standup-report
googleworkspace/cli · Productivity
Aggregates today's calendar meetings and open tasks into a single standup summary. \n \n Combines Google Calendar agenda with task list data for a unified daily briefing \n Supports multiple output formats: JSON (default), table, YAML, and CSV \n Read-only operation that never modifies calendar or task data \n Requires gws binary and authentication setup from the shared skill module \n
gws-sheets-append
googleworkspace/cli · Productivity
Append rows to a Google Sheet with simple or bulk input modes. \n \n Supports single-row appends via comma-separated values or multi-row bulk inserts using JSON array format \n Requires spreadsheet ID and optional values; defaults to appending to the first available row \n Write operation that should be confirmed with the user before execution \n Depends on gws binary and shared Google Workspace authentication from gws-shared \n
recipe-compare-sheet-tabs
googleworkspace/cli · Productivity
Compare data across two Google Sheets tabs to identify differences. \n \n Reads data from two separate sheet tabs using the gws-sheets skill \n Requires the Google Workspace ( gws ) bin and gws-sheets skill as prerequisites \n Follows a three-step workflow: read first tab, read second tab, then compare and report changes \n Supports flexible range selection (e.g., January!A1:D , February!A1:D ) for targeted data extraction \n
lark-vc
larksuite/cli · Productivity
CRITICAL — 开始前 MUST 先用 Read 工具读取 ../lark-shared/SKILL.md,其中包含认证、权限处理
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.
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
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