mit einem Klick
skill-paper-index-tool
A Python CLI tool
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
A Python CLI tool
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
| name | skill-paper-index-tool |
| description | A Python CLI tool |
This skill provides access to the paper-index-tool CLI tool. A Python CLI tool.
Use this skill when:
Do NOT use this skill for:
The paper-index-tool is a command-line interface tool that A Python CLI tool.
# Clone and install
git clone https://github.com/dnvriend/paper-index-tool.git
cd paper-index-tool
uv tool install .
# Example 1: Basic usage
paper-index-tool --help
# Example 2: Show version
paper-index-tool --version
Display help information for CLI commands.
Usage:
paper-index-tool --help
paper-index-tool COMMAND --help
Examples:
# General help
paper-index-tool --help
# Command help
paper-index-tool command --help
# Version info
paper-index-tool --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
paper-index-tool command -v
# DEBUG level - see detailed info
paper-index-tool command -vv
# TRACE level - see all internals
paper-index-tool command -vvv
Native shell completion for bash, zsh, and fish.
Installation:
# Bash (add to ~/.bashrc)
eval "$(paper-index-tool completion bash)"
# Zsh (add to ~/.zshrc)
eval "$(paper-index-tool completion zsh)"
# Fish (save to completions)
paper-index-tool completion fish > ~/.config/fish/completions/paper-index-tool.fish
Compose commands with Unix pipes for powerful workflows.
Examples:
# Example pipeline workflows will be added when CLI commands are implemented
paper-index-tool command --json | jq '.'
Issue: Command not found
# Verify installation
paper-index-tool --version
# Reinstall if needed
cd paper-index-tool
uv tool install . --reinstall
Issue: General errors
-vv to see detailed error information# Show help
paper-index-tool --help
# Command-specific help
paper-index-tool 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