Debate Helper
Installation
SKILL.md
Debate Helper
Multi-purpose utility tool for managing data entries, configuring settings, searching records, and exporting information. Provides a simple command-line interface for adding, listing, removing, and searching items in a local data store with full history logging.
Commands
| Command | Description |
|---|---|
debate-helper run <args> |
Execute the main function with the provided arguments. Logs the operation to history. |
debate-helper config <args> |
Show or manage configuration. Displays the config file path (config.json in the data directory). |
debate-helper status <args> |
Show current status of the tool (reports "ready" when operational). |
debate-helper init <args> |
Initialize the data directory and prepare the tool for first use. |
debate-helper list <args> |
List all entries currently stored in the data log. Shows "(empty)" if no data exists. |
debate-helper add <text> |
Add a new entry to the data log. Each entry is prefixed with the current date (YYYY-MM-DD). |
debate-helper remove <item> |
Remove an entry from the data log by identifier. |
debate-helper search <term> |
Search the data log for entries matching the given term (case-insensitive). |
debate-helper export <args> |
Export all data from the data log to stdout. Shows "No data" if the log is empty. |
debate-helper info <args> |
Show tool version and data directory path. |
debate-helper help |
Display all available commands and usage information. |
debate-helper version |
Show the current version (v2.0.0). |