- /log command to view and analyze automation logs - Filter by pattern, date, or log type - List available log files - /debug command generates comprehensive debug report - Version, core files, state, memory, scripts status - Environment info (Python, kubectl) - Disk usage by directory - JSON output mode for scripting - Updated shell completions with 13 aliases total - Test suite now covers 21 tests 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
316 lines
9.7 KiB
JSON
316 lines
9.7 KiB
JSON
{
|
|
"version": "1.1",
|
|
"generated": "2026-01-01T10:30:00.000000-08:00",
|
|
"description": "Component registry for PA session awareness. Read at session start for routing.",
|
|
"skills": {
|
|
"sysadmin-health": {
|
|
"description": "Comprehensive health check on Arch Linux workstation",
|
|
"script": "~/.claude/skills/sysadmin-health/scripts/health-check.sh",
|
|
"triggers": [
|
|
"system health",
|
|
"disk space",
|
|
"memory",
|
|
"cpu",
|
|
"updates",
|
|
"services",
|
|
"workstation"
|
|
]
|
|
},
|
|
"k8s-quick-status": {
|
|
"description": "Quick cluster health pulse check",
|
|
"script": "~/.claude/skills/k8s-quick-status/scripts/quick-status.sh",
|
|
"triggers": [
|
|
"k8s status",
|
|
"cluster status",
|
|
"kubernetes",
|
|
"cluster health",
|
|
"nodes",
|
|
"pods"
|
|
]
|
|
},
|
|
"programmer-add-project": {
|
|
"description": "Register a new project with the programmer agent system",
|
|
"triggers": [
|
|
"add project",
|
|
"new project",
|
|
"register project",
|
|
"programmer project"
|
|
]
|
|
},
|
|
"gmail": {
|
|
"description": "Gmail read access via Python API",
|
|
"script": "~/.claude/skills/gmail/scripts/check_unread.py",
|
|
"triggers": [
|
|
"email",
|
|
"gmail",
|
|
"inbox",
|
|
"unread",
|
|
"mail",
|
|
"message",
|
|
"urgent email"
|
|
]
|
|
},
|
|
"gcal": {
|
|
"description": "Google Calendar read access",
|
|
"script": "~/.claude/skills/gcal/scripts/agenda.py",
|
|
"triggers": [
|
|
"calendar",
|
|
"gcal",
|
|
"schedule",
|
|
"meeting",
|
|
"event",
|
|
"agenda",
|
|
"busy",
|
|
"free",
|
|
"today",
|
|
"tomorrow"
|
|
]
|
|
},
|
|
"usage": {
|
|
"description": "Track and report model usage across sessions",
|
|
"script": "~/.claude/skills/usage/scripts/usage_report.py",
|
|
"triggers": [
|
|
"usage",
|
|
"stats",
|
|
"sessions",
|
|
"how much",
|
|
"tracking",
|
|
"history"
|
|
]
|
|
}
|
|
},
|
|
"commands": {
|
|
"/pa": {
|
|
"description": "Personal assistant entrypoint",
|
|
"aliases": ["/assistant", "/ask"],
|
|
"invokes": "agent:personal-assistant"
|
|
},
|
|
"/programmer": {
|
|
"description": "Code development tasks",
|
|
"aliases": [],
|
|
"invokes": "agent:programmer-orchestrator"
|
|
},
|
|
"/gcal": {
|
|
"description": "Google Calendar access",
|
|
"aliases": ["/calendar", "/cal"],
|
|
"invokes": "skill:gcal"
|
|
},
|
|
"/usage": {
|
|
"description": "View usage statistics",
|
|
"aliases": ["/stats"],
|
|
"invokes": "skill:usage"
|
|
},
|
|
"/sysadmin:health": {
|
|
"description": "System health check",
|
|
"aliases": [],
|
|
"invokes": "skill:sysadmin-health"
|
|
},
|
|
"/sysadmin:update": {
|
|
"description": "System package updates",
|
|
"aliases": [],
|
|
"invokes": "workflow:sysadmin/system-update"
|
|
},
|
|
"/sysadmin:autonomy": {
|
|
"description": "Set sysadmin autonomy level",
|
|
"aliases": [],
|
|
"modifies": "state:sysadmin/session-autonomy"
|
|
},
|
|
"/k8s:cluster-status": {
|
|
"description": "Kubernetes cluster status",
|
|
"aliases": [],
|
|
"invokes": "skill:k8s-quick-status"
|
|
},
|
|
"/k8s:deploy": {
|
|
"description": "Deploy applications to Kubernetes",
|
|
"aliases": [],
|
|
"invokes": "workflow:deploy/deploy-app"
|
|
},
|
|
"/k8s:diagnose": {
|
|
"description": "Diagnose Kubernetes issues",
|
|
"aliases": [],
|
|
"invokes": "agent:k8s-diagnostician"
|
|
},
|
|
"/help": {
|
|
"description": "Show available commands and skills",
|
|
"aliases": ["/commands", "/skills"],
|
|
"invokes": "command:help"
|
|
},
|
|
"/status": {
|
|
"description": "Quick status overview across all domains",
|
|
"aliases": ["/overview", "/dashboard"],
|
|
"invokes": "command:status"
|
|
},
|
|
"/summarize": {
|
|
"description": "Summarize and save session to memory",
|
|
"aliases": ["/save-session", "/session-summary"],
|
|
"invokes": "command:summarize"
|
|
},
|
|
"/maintain": {
|
|
"description": "Configuration maintenance (backup, validate, etc.)",
|
|
"aliases": ["/maintenance", "/admin"],
|
|
"invokes": "command:maintain"
|
|
},
|
|
"/remember": {
|
|
"description": "Quick shortcut to save something to memory",
|
|
"aliases": ["/save", "/note"],
|
|
"invokes": "command:remember"
|
|
},
|
|
"/config": {
|
|
"description": "View and manage configuration settings",
|
|
"aliases": ["/settings", "/prefs"],
|
|
"invokes": "command:config"
|
|
},
|
|
"/search": {
|
|
"description": "Search memory, history, and configuration",
|
|
"aliases": ["/find", "/lookup"],
|
|
"invokes": "command:search"
|
|
},
|
|
"/log": {
|
|
"description": "View and analyze logs",
|
|
"aliases": ["/logs", "/logview"],
|
|
"invokes": "command:log"
|
|
},
|
|
"/debug": {
|
|
"description": "Debug and troubleshoot configuration",
|
|
"aliases": ["/diag", "/diagnose"],
|
|
"invokes": "command:debug"
|
|
}
|
|
},
|
|
"agents": {
|
|
"linux-sysadmin": {
|
|
"description": "Workstation management",
|
|
"model": "sonnet",
|
|
"triggers": ["system", "linux", "package", "service", "disk", "process"]
|
|
},
|
|
"k8s-orchestrator": {
|
|
"description": "Kubernetes cluster management",
|
|
"model": "opus",
|
|
"triggers": ["kubernetes", "k8s", "cluster", "deploy"]
|
|
},
|
|
"k8s-diagnostician": {
|
|
"description": "Kubernetes troubleshooting",
|
|
"model": "sonnet",
|
|
"triggers": ["pod issue", "crashloop", "k8s error", "deployment failed"]
|
|
},
|
|
"argocd-operator": {
|
|
"description": "ArgoCD GitOps operations",
|
|
"model": "sonnet",
|
|
"triggers": ["argocd", "gitops", "sync", "app sync"]
|
|
},
|
|
"prometheus-analyst": {
|
|
"description": "Metrics and alerting analysis",
|
|
"model": "sonnet",
|
|
"triggers": ["metrics", "prometheus", "alert", "grafana"]
|
|
},
|
|
"git-operator": {
|
|
"description": "Git repository operations",
|
|
"model": "sonnet",
|
|
"triggers": ["git", "commit", "branch", "merge", "repo"]
|
|
},
|
|
"programmer-orchestrator": {
|
|
"description": "Code development coordination",
|
|
"model": "opus",
|
|
"triggers": ["code", "develop", "implement", "program"]
|
|
},
|
|
"code-planner": {
|
|
"description": "Code planning and design",
|
|
"model": "sonnet",
|
|
"triggers": ["plan code", "design", "architecture"]
|
|
},
|
|
"code-implementer": {
|
|
"description": "Code implementation",
|
|
"model": "sonnet",
|
|
"triggers": ["write code", "implement", "build"]
|
|
},
|
|
"code-reviewer": {
|
|
"description": "Code review",
|
|
"model": "sonnet",
|
|
"triggers": ["review", "code review", "check code"]
|
|
},
|
|
"master-orchestrator": {
|
|
"description": "Coordinate and enforce policies",
|
|
"model": "opus",
|
|
"triggers": []
|
|
},
|
|
"personal-assistant": {
|
|
"description": "User interface, ultimate oversight",
|
|
"model": "opus",
|
|
"triggers": ["help", "assist", "question"]
|
|
}
|
|
},
|
|
"workflows": {
|
|
"validate-agent-format": {
|
|
"description": "Validate agent file format",
|
|
"triggers": ["validate agent", "check agent format"]
|
|
},
|
|
"health/cluster-health-check": {
|
|
"description": "Kubernetes cluster health check",
|
|
"triggers": ["cluster health", "k8s health"]
|
|
},
|
|
"health/cluster-daily-summary": {
|
|
"description": "Daily cluster health summary",
|
|
"triggers": ["daily summary", "cluster summary"]
|
|
},
|
|
"deploy/deploy-app": {
|
|
"description": "Deploy application to Kubernetes",
|
|
"triggers": ["deploy app", "deploy to k8s"]
|
|
},
|
|
"incidents/pod-crashloop": {
|
|
"description": "Handle pod crashloop",
|
|
"triggers": ["crashloop", "pod crashing", "restart loop"]
|
|
},
|
|
"incidents/node-issue-response": {
|
|
"description": "Respond to node issues",
|
|
"triggers": ["node issue", "node down", "node problem"]
|
|
},
|
|
"incidents/resource-pressure-response": {
|
|
"description": "Handle resource pressure",
|
|
"triggers": ["resource pressure", "out of memory", "disk full"]
|
|
},
|
|
"incidents/argocd-sync-failure": {
|
|
"description": "Handle ArgoCD sync failures",
|
|
"triggers": ["sync failed", "argocd error"]
|
|
},
|
|
"sysadmin/health-check": {
|
|
"description": "System health check workflow",
|
|
"triggers": ["system check", "health check"]
|
|
},
|
|
"sysadmin/system-update": {
|
|
"description": "System update workflow",
|
|
"triggers": ["system update", "update packages", "upgrade"]
|
|
}
|
|
},
|
|
"delegation_helpers": {
|
|
"gmail_delegate.py": {
|
|
"description": "Gmail API with tiered delegation",
|
|
"location": "~/.claude/mcp/delegation/gmail_delegate.py"
|
|
},
|
|
"gcal_delegate.py": {
|
|
"description": "Calendar API with tiered delegation",
|
|
"location": "~/.claude/mcp/delegation/gcal_delegate.py"
|
|
}
|
|
},
|
|
"automation": {
|
|
"scripts": {
|
|
"validate-setup": "~/.claude/automation/validate-setup.sh",
|
|
"quick-status": "~/.claude/automation/quick-status.sh",
|
|
"backup": "~/.claude/automation/backup.sh",
|
|
"restore": "~/.claude/automation/restore.sh",
|
|
"clean": "~/.claude/automation/clean.sh",
|
|
"install": "~/.claude/automation/install.sh",
|
|
"test": "~/.claude/automation/test-scripts.sh",
|
|
"memory-add": "~/.claude/automation/memory-add.py",
|
|
"memory-list": "~/.claude/automation/memory-list.py",
|
|
"search": "~/.claude/automation/search.py",
|
|
"history-browser": "~/.claude/automation/history-browser.py",
|
|
"log-viewer": "~/.claude/automation/log-viewer.py",
|
|
"debug": "~/.claude/automation/debug.sh",
|
|
"daily-maintenance": "~/.claude/automation/daily-maintenance.sh"
|
|
},
|
|
"completions": {
|
|
"bash": "~/.claude/automation/completions.bash",
|
|
"zsh": "~/.claude/automation/completions.zsh"
|
|
}
|
|
}
|
|
}
|