From fae873047737c7dd2525963dd06769c063fd7117 Mon Sep 17 00:00:00 2001 From: OpenCode Test Date: Mon, 5 Jan 2026 13:45:17 -0800 Subject: [PATCH] Add /tasks to README documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 73cf304..e45c232 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ claude | **Personal Assistant** | Natural language interface via `/pa` | | **Gmail Integration** | Read emails, check urgent, search | | **Calendar Integration** | View agenda, check schedule | +| **Tasks Integration** | List Google Tasks | | **Kubernetes Management** | Cluster health, deployments, diagnostics | | **System Administration** | Health checks, updates, autonomy control | | **Usage Tracking** | Session statistics and history | @@ -54,6 +55,7 @@ Each directory has its own README with details. |---------|-------------| | `/pa ` | Natural language request to personal assistant | | `/gcal [today\|tomorrow\|week]` | Calendar agenda | +| `/tasks` | List Google Tasks | | `/usage [today\|week\|month]` | Usage statistics | | `/sysadmin:health` | System health check | | `/sysadmin:update` | Package updates | @@ -68,6 +70,7 @@ Skills are triggered automatically based on your request: |---------|-------| | "check my email" | gmail | | "what's on today" | gcal | +| "my tasks" / "todos" | gtasks | | "cluster status" | k8s-quick-status | | "system health" | sysadmin-health | | "usage stats" | usage |