From google-workspace-cli
Find Google Tasks that are past due and need attention.
npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceThis skill uses the workspace's default tool permissions.
> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-tasks`
Reviews overdue Google Tasks using gws CLI: lists tasklists, incomplete tasks, and prioritizes past-due items for attention.
Automates Google Tasks via Rube MCP (Composio): create, list, update, delete, move, and bulk-insert tasks and task lists. Use after Rube MCP googletasks connection.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
PREREQUISITE: Load the following skills to execute this recipe:
gws-tasks
Find Google Tasks that are past due and need attention.
gws tasks tasklists list --format tablegws tasks tasks list --params '{"tasklist": "TASKLIST_ID", "showCompleted": false}' --format table