sync-commands

Synchronize UnrealCV TCP command definitions between C++ code and Markdown documentation.

2.2k|465|Updated Sep 8, 2016
One-click install
npx skills add https://github.com/unrealcv/unrealcv --skill sync-commands
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sync-commands
Source: https://github.com/unrealcv/unrealcv/tree/main/.claude/skills/sync-commands
Command: npx skills add https://github.com/unrealcv/unrealcv --skill sync-commands

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the crucial but often overlooked task of keeping UnrealCV's command documentation in sync with its actual implementation, preventing outdated or missing command information.

Core Features & Use Cases

  • Real-time Command Detection: Scans conversation edits to identify new, modified, or deleted UnrealCV TCP commands.
  • Automated Documentation Updates: Updates cmd.md and relevant files in the docs/ directory to reflect command changes.
  • Use Case: After a developer adds a new camera control command in C++, this Skill automatically adds it to the cmd.md file and creates a corresponding entry in the docs/api/camera-commands.md file, ensuring users always have accurate command information.

Quick Start

Sync the latest UnrealCV command changes detected in this session to the documentation files.

Frequently Asked Questions about sync-commands

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

FAQPage Schema
How do I automatically update UnrealCV documentation after editing C++ command handlers?

Automatically update UnrealCV documentation by scanning C++ handler files to detect command additions, modifications, and deletions, then updating cmd.md and relevant docs directory files to reflect the changes.

What is the best way to keep TCP command definitions in sync with Markdown documentation?

Keep TCP command definitions in sync by analyzing C++ handler files and tool calls to detect changes, then categorizing and updating Markdown files within the docs directory to ensure documentation accuracy.

How does detecting UnrealCV command additions and deletions from code edits work?

Detecting UnrealCV command changes works by analyzing conversation edits of C++ handler files and tool calls to identify added, modified, or deleted commands for documentation synchronization.

Can I sync UnrealCV commands to docs without manually editing Markdown files?

You can sync UnrealCV commands without manual edits by using a Skill that detects code changes and automatically updates cmd.md and relevant Markdown files categorized by handler type.

Does this documentation sync tool categorize commands by handler type?

Yes, this documentation sync tool categorizes commands by handler type when updating cmd.md and creating corresponding entries in the docs directory to maintain accurate command system documentation.