npx claudepluginhub fakoli/fakoli-plugins --plugin gwsThis skill uses the workspace's default tool permissions.
Identify large Google Drive files consuming storage quota.
Implements Clean Architecture in Android and Kotlin Multiplatform projects: module layouts, dependency rules, UseCases, Repositories, domain models, and data layers with Room, SQLDelight, Ktor.
Delivers DB-free sandbox API regression tests for Next.js/Vitest to catch AI blind spots in self-reviewed code changes like API routes and backend logic.
Provides process, architecture, review, hiring, and testing guidelines for engineering teams relying on AI code generation.
Identify large Google Drive files consuming storage quota.
Use this workflow when the user wants to find large files eating their Drive storage, clean up space, or identify files to archive.
gws drive files list \
--params '{"orderBy": "quotaBytesUsed desc", "pageSize": 20, "fields": "files(id,name,size,mimeType,owners)"}' \
--format table
Present the results and help identify files to:
The user may want to delete or move files — confirm each action individually.
size field is in bytes — convert to MB/GB for readability