Add /tasks to README documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
OpenCode Test
2026-01-05 13:45:17 -08:00
parent 7e563bd334
commit fae8730477

View File

@@ -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 <request>` | 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 |