A personal collection of AI agent configurations, prompts, and automation tools for everyday productivity.
ai-toolkit/
βββ cursor-commands/ # Cursor AI slash commands
βββ ... # More to come
Custom slash commands for Cursor AI IDE.
Symlink all commands to your Cursor commands directory:
ln -sf ~/Documents/projects/ai-toolkit/cursor-commands/*.md ~/.cursor/commands/| Command | Description |
|---|---|
/checkout-pr |
Checkout a GitHub PR branch locally |
/oc-login |
Login to OpenShift cluster from .env.local credentials |
Quickly checkout any GitHub PR to your local machine.
Usage: /checkout-pr β Enter PR number
Login to OpenShift clusters using credentials stored in .env.local.
Usage: /oc-login β Enter cluster name (e.g., ROSA)
Clusters are defined in your .env.local with section headers:
# ROSA cluster
OC_URL=https://...
OC_USER=...
OC_PASSWORD=...MIT