update-session-paths

Extract and index file paths from conversation sessions into categorized project and UE5 engine entries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically extracts and indexes file paths mentioned within the current conversation session, organizing them for easy reference and updating an index file.

Core Features & Use Cases

  • File Path Extraction: Identifies and categorizes project-specific and UE5 engine file paths from conversation logs.
  • Contextual Indexing: Adds descriptions based on session context and categorizes files by module or UE5 subsystem.
  • Use Case: After a debugging session where several UnrealCV source files and UE5 engine headers were discussed, this Skill can generate an updated file_paths.md document listing all mentioned files with concise descriptions of their relevance to the conversation.

Quick Start

Update the session file paths index with information from our current conversation.

Frequently Asked Questions about update-session-paths

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

FAQPage Schema
How do I extract file paths from a conversation session for documentation?

To extract file paths from a conversation session, this Skill parses tool call results, user messages, and code examples to identify and classify paths into project files and UE5 engine files. It automatically generates an updated index file for documentation purposes.

What is the best way to index UnrealCV project file paths mentioned in a chat?

The best way to index UnrealCV project file paths is using this Skill, which categorizes mentioned paths by module and adds context-aware descriptions based on the session's conversation, outputting a structured markdown index file.

Does this file path indexing work with UE5 engine headers and source files?

Yes, file path indexing works with UE5 engine headers and source files by automatically categorizing extracted engine paths into specific UE5 subsystems alongside separate UnrealCV project file categorization.

Can I generate a file paths markdown document from a debugging session automatically?

Yes, you can generate a file paths markdown document from a debugging session automatically. The Skill scans conversation logs for discussed UnrealCV source files and UE5 headers, creating an indexed file with concise relevance descriptions.

How do I categorize UE5 subsystem paths discussed in my current conversation?

To categorize UE5 subsystem paths, the Skill parses your current conversation context to identify engine file paths and automatically assigns them to appropriate UE5 subsystem categories within the updated index file.