add-chat-command

Synchronize slash commands across remote-server chat-command registries.

27|1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/hua-bang/pulse-agent --skill add-chat-command
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-chat-command
Source: https://github.com/hua-bang/pulse-agent/tree/main/apps/remote-server/harness/skills/add-chat-command
Command: npx skills add https://github.com/hua-bang/pulse-agent --skill add-chat-command

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Ensures consistency and parity of slash commands across various registries in the remote-server's chat-command router.

Core Features & Use Cases

  • Registry Synchronization: Updates all parallel registries for a new slash command to maintain consistency.
  • Correctness Checks: Verifies the parity check with the describe-remote-server command to prevent errors.
  • Safety Decision Making: Involves careful consideration of COMMANDS_ALLOWED_WHILE_RUNNING for safe operation.
  • Use Case: When adding a new slash command, this skill ensures that the command is correctly registered and accessible across the system.

Quick Start

To add a new chat command, run the add-chat-command skill and follow the step-by-step guide in the SKILL.md file.

Frequently Asked Questions about add-chat-command

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

FAQPage Schema
How do I synchronize slash commands across multiple remote-server registries?

Synchronizing slash commands across multiple registries requires updating all parallel command registries while enforcing parity checks to maintain system consistency. This process manages the command lifecycle and prevents registration errors by verifying correctness against the describe-remote-server command output.

What is command parity checking in a remote-server chat-command router?

Command parity checking in a remote-server chat-command router is a validation process that ensures slash commands are correctly registered and accessible across all parallel registries. It prevents synchronization errors by verifying the command state matches the expected describe-remote-server configuration.

How do I safely add a new chat command without disrupting running processes?

To safely add a new chat command without disrupting running processes, you must evaluate the COMMANDS_ALLOWED_WHILE_RUNNING safety list before execution. This ensures parallel registry updates adhere to safety considerations and do not interrupt active remote-server operations.

Why are my newly added slash commands not consistent across the remote-server chat-command router?

Newly added slash commands may be inconsistent across the remote-server chat-command router if parallel registries were not updated simultaneously or if the parity check with describe-remote-server failed. Proper synchronization requires careful execution of parallel updates to maintain registry correctness.

Do I need to run parity checks when updating slash commands in a remote-server environment?

Yes, you need to run parity checks when updating slash commands in a remote-server environment to prevent registration errors. Verifying parity with the describe-remote-server command ensures that all parallel registries remain synchronized and the command lifecycle is handled correctly.