Skip to content

A personal collection of AI agent configurations, prompts, and automation tools for everyday productivity.

Notifications You must be signed in to change notification settings

dpanshug/ai-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

AI Toolkit

A personal collection of AI agent configurations, prompts, and automation tools for everyday productivity.

πŸ“ Structure

ai-toolkit/
β”œβ”€β”€ cursor-commands/     # Cursor AI slash commands
└── ...                  # More to come

🎯 Cursor Commands

Custom slash commands for Cursor AI IDE.

Installation

Symlink all commands to your Cursor commands directory:

ln -sf ~/Documents/projects/ai-toolkit/cursor-commands/*.md ~/.cursor/commands/

Available Commands

Command Description
/checkout-pr Checkout a GitHub PR branch locally
/oc-login Login to OpenShift cluster from .env.local credentials

/checkout-pr

Quickly checkout any GitHub PR to your local machine.

Usage: /checkout-pr β†’ Enter PR number

/oc-login

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=...

License

MIT

About

A personal collection of AI agent configurations, prompts, and automation tools for everyday productivity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published