share▌
6 indexed skills · max 10 per page
recipe-share-event-materials
googleworkspace/cli · Productivity
Automatically share Google Drive files with all attendees of a Calendar event. \n \n Requires gws-calendar and gws-drive skills as dependencies \n Retrieves event attendee list from Google Calendar, then grants each attendee reader access to specified Drive files \n Includes verification step to confirm sharing permissions were applied successfully \n
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
skill-share
davila7/claude-code-templates · Productivity
Use this skill when you need to:
social-share-generator
kostja94/marketing-skills · Productivity
Guides implementation of share buttons that let users share the current page (article, post, product) to social platforms. Distinct from social profile links (footer links to your brand's X, LinkedIn, etc.) — share buttons share this content.
skill-share
composiohq/awesome-claude-skills · Productivity
Create and automatically share new Claude skills with your team via Slack. \n \n Generates properly structured skill directories with standardized SKILL.md templates, metadata, and organized subdirectories (scripts/, references/, assets/) \n Validates skill format, naming conventions, and metadata completeness before packaging \n Creates distributable zip files and automatically posts skill summaries to designated Slack channels using Rube integration \n Enforces hyphen-case naming and YAML fron
recipe-share-doc-and-notify
googleworkspace/cli · Documents
Share a Google Doc with collaborators and send them notification emails. \n \n Combines three Google Workspace skills (Drive, Docs, Gmail) to locate documents, grant editor access, and notify recipients in sequence \n Automates the workflow of finding docs by name, adding collaborators with write permissions, and emailing them the share link \n Requires gws-drive , gws-docs , and gws-gmail skills to be loaded before execution \n