debugging-hermes-tui-commands

Diagnose slash command inconsistencies across Python backend, TUI gateway, and Ink/TypeScript frontend.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/zhouboyu-xreal/Hermes-Memory --skill debugging-hermes-tui-commands-zhouboyu-xreal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debugging-hermes-tui-commands
Source: https://github.com/zhouboyu-xreal/Hermes-Memory/tree/main/skills/software-development/debugging-hermes-tui-commands
Command: npx skills add https://github.com/zhouboyu-xreal/Hermes-Memory --skill debugging-hermes-tui-commands-zhouboyu-xreal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps identify and fix issues with slash commands in the Hermes TUI, ensuring they work correctly across different layers of the system.

Core Features & Use Cases

  • Debugging Command Issues: Detects when commands are missing from autocomplete, not working in TUI, or behave differently than expected.
  • Investigation Steps: Provides step-by-step guidance to check the frontend, backend, and gateway implementations.
  • Fix: Missing Command Autocomplete: Walks through the process of adding a missing command to the COMMAND_REGISTRY and ensuring proper handling.

Quick Start

Use the debugging-hermes-tui-commands skill to troubleshoot why a specific slash command is not showing in autocomplete suggestions.

Frequently Asked Questions about debugging-hermes-tui-commands

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix slash commands not showing up in TUI autocomplete suggestions?

To fix missing slash commands in TUI autocomplete, you need to add the command to the COMMAND_REGISTRY and ensure proper handling across the Python backend, TUI gateway, and Ink TypeScript frontend. This skill provides step-by-step guidance to investigate and resolve these inconsistencies.

Why does my slash command work in the backend but not in the TUI?

Slash commands may fail in the TUI due to inconsistencies between the Python backend, TUI gateway, and Ink TypeScript frontend. This skill helps identify these mismatches by providing investigation steps to check command visibility, functionality, and configuration across all layers.

What do I need to debug Hermes TUI slash command issues?

To debug Hermes TUI slash command issues, you need knowledge of both Python and TypeScript to apply fixes across the system layers. The skill is designed for use in Hermes TUI environments where command functionality and configuration are essential for smooth operation.

How to diagnose slash command behavior differences across TUI system layers?

Diagnose slash command behavior differences by investigating the frontend, backend, and gateway implementations step by step. This skill detects when commands are missing from autocomplete, not working in TUI, or behave differently than expected across the Python and TypeScript layers.

What is the best way to troubleshoot missing slash command registration in a TUI environment?

The best way to troubleshoot missing slash command registration is to walk through adding the missing command to the COMMAND_REGISTRY and verifying proper handling. This skill guides you through checking the Python backend, TUI gateway, and Ink TypeScript frontend implementations to resolve the issue.