cleanup-cache
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Share a Google Drive folder and all its contents with a list of collaborators.
$ npx -y skills add davila7/claude-code-templates --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/recipe-share-folder-with-teamContext preview
What this command does when you run it.
Share a Google Drive folder and all its contents with a list of collaborators.
allowed-tools: Bash, Read, Write, Edit argument-hint: [task-parameters] description: Share a Google Drive folder and all its contents with a list of collaborators.
Execute Google Workspace workflow: $ARGUMENTS
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-drive`
Share a Google Drive folder and all its contents with a list of collaborators.
1. Find the folder: `gws drive files list --params '{"q": "name = '\''Project X'\'' and mimeType = '\''application/vnd.google-apps.folder'\''"}'` 2. Share as editor: `gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "writer", "type": "user", "emailAddress": "colleague@company.com"}'` 3. Share as viewer: `gws drive permissions create --params '{"fileId": "FOLDER_ID"}' --json '{"role": "reader", "type": "user", "emailAddress": "stakeholder@company.com"}'` 4. Verify permissions: `gws drive permissions list --params '{"fileId": "FOLDER_ID"}' --format table`
Execute this workflow with the following parameters: $ARGUMENTS
1. **Prerequisites Check**
2. **Parameter Preparation**
3. **Execute Workflow Steps**
4. **Verify Results**
---
**License**: Apache License 2.0 **Source**: [Google Workspace CLI](https://github.com/googleworkspace/cli) **Original Skill**: `recipe-share-folder-with-team`
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Clean system caches (npm, Homebrew, Yarn, browsers, Python/ML) to free disk space
Create an SEO-optimized blog article for a Claude Code component with AI-generated cover image