update-paths

Update file_paths.md with recently modified files from Git history.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of updating a project's file index (file_paths.md) by identifying recently modified files from the Git history, ensuring documentation and project structure remain current.

Core Features & Use Cases

  • Automated File Indexing: Regularly updates file_paths.md with the latest modified files.
  • Categorization: Organizes files by project modules (Sensor, Command, Actor, etc.).
  • Use Case: Maintain an accurate and up-to-date list of critical architecture files and recently modified code for a large C++ project like UnrealCV.

Quick Start

Run the update-paths skill to refresh the file_paths.md index with recent git changes.

Frequently Asked Questions about update-paths

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

FAQPage Schema
How do I automatically update my project's file index with recently modified files from git history?

You can automatically update your project's file index by running a skill that identifies recently modified files from git history and categorizes them into the file_paths.md document, ensuring your documentation stays current.

What is the best way to maintain an up-to-date file index for a large C++ project?

The best way to maintain a file index for a large C++ project is to automate the extraction of recently modified files from git history and categorize them by project modules like Sensor, Command, and Actor systems.

How does automated file indexing categorize project architecture components?

Automated file indexing categorizes project architecture components by organizing recently modified files into specific project modules, including sensor systems, recording components, blueprint libraries, and documentation references.

Can I use git history to keep documentation references and critical architecture files current?

Yes, you can use git history to keep documentation references and critical architecture files current by identifying recently modified files and writing those updates directly into your project's file_paths.md index.

Do I need any external dependencies to automate code maintenance and file index updates?

No external dependencies are required to automate code maintenance and file index updates, as the skill operates independently to read git history and categorize files into your project's documentation structure.