with one click
skill-vector-rag-gui
vector rag gui
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
vector rag gui
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | skill-vector-rag-gui |
| description | vector rag gui |
This skill provides access to the vector-rag-gui CLI tool. vector rag gui.
Use this skill when:
Do NOT use this skill for:
The vector-rag-gui is a command-line interface tool that vector rag gui.
# Clone and install
git clone https://github.com/dnvriend/vector-rag-gui.git
cd vector-rag-gui
uv tool install .
# Example 1: Basic usage
vector-rag-gui --help
# Example 2: Show version
vector-rag-gui --version
Display help information for CLI commands.
Usage:
vector-rag-gui --help
vector-rag-gui COMMAND --help
Examples:
# General help
vector-rag-gui --help
# Command help
vector-rag-gui command --help
# Version info
vector-rag-gui --version
Control logging detail with progressive verbosity levels. All logs output to stderr.
Logging Levels:
| Flag | Level | Output | Use Case |
|---|---|---|---|
| (none) | WARNING | Errors and warnings only | Production, quiet mode |
-v | INFO | + High-level operations | Normal debugging |
-vv | DEBUG | + Detailed info, full tracebacks | Development, troubleshooting |
-vvv | TRACE | + Library internals | Deep debugging |
Examples:
# INFO level - see operations
vector-rag-gui command -v
# DEBUG level - see detailed info
vector-rag-gui command -vv
# TRACE level - see all internals
vector-rag-gui command -vvv
Native shell completion for bash, zsh, and fish.
Installation:
# Bash (add to ~/.bashrc)
eval "$(vector-rag-gui completion bash)"
# Zsh (add to ~/.zshrc)
eval "$(vector-rag-gui completion zsh)"
# Fish (save to completions)
vector-rag-gui completion fish > ~/.config/fish/completions/vector-rag-gui.fish
Compose commands with Unix pipes for powerful workflows.
Examples:
# Example pipeline workflows will be added when CLI commands are implemented
vector-rag-gui command --json | jq '.'
Issue: Command not found
# Verify installation
vector-rag-gui --version
# Reinstall if needed
cd vector-rag-gui
uv tool install . --reinstall
Issue: General errors
-vv to see detailed error information# Show help
vector-rag-gui --help
# Command-specific help
vector-rag-gui COMMAND --help
0: Success1: Client error (invalid arguments, validation failed)2: Server error (API error, network issue)3: Network error (connection failed, timeout)Default Output:
JSON Output (--json flag):
-v, increase to -vv/-vvv only if needed--help to understand command options