vc-context-discovery

Scans repository directories and loads context files using keyword matching and YAML frontmatter routing tables.

Updated Jun 20, 2026
One-click install
npx skills add https://github.com/tutran27/trust-room-AI --skill vc-context-discovery-tutran27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-context-discovery
Source: https://github.com/tutran27/trust-room-AI/tree/main/.agents/skills/vc-context-discovery
Command: npx skills add https://github.com/tutran27/trust-room-AI --skill vc-context-discovery-tutran27

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the discovery and loading of all relevant context for agent sessions, streamlining the process of accessing and utilizing necessary information during task execution.

Core Features & Use Cases

  • Context Discovery: Automatically lists all relevant nested files within the repository for easy access.
  • Context Loading: Dynamically loads context files by domain routing, ensuring agents have the necessary information for task execution.
  • Keyword Matching: Allows for quick discovery of context files based on task keywords, improving efficiency and accuracy.
  • Protocol and Plan Files: Provides access to necessary protocol and plan files for task execution.

Quick Start

Invoke the skill with the specific task domain or feature name: vc-context-discovery [task domain or feature name].

Frequently Asked Questions about vc-context-discovery

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

FAQPage Schema
How do I automate context loading for AI agent sessions in my repository?

Automate context loading by scanning repository directories, processing YAML frontmatter, and applying routing tables to dynamically load necessary files for task execution.

What is the best way to discover relevant context files based on task keywords?

Discover relevant context files by applying keyword matching against repository scans, allowing quick and efficient access to necessary protocol and plan files.

How does YAML frontmatter processing work for domain routing in agent sessions?

YAML frontmatter processing extracts metadata from repository files to apply routing tables, ensuring agents load the correct domain-specific context dynamically.

Can I use repository scanning to list all nested files during research and execution phases?

Yes, repository scanning automatically lists all relevant nested files, providing accessible context discovery during agent research, innovation, and execution phases.

Do I need specific dependencies to parse YAML content for context discovery?

No specific dependencies are required to parse YAML content for context discovery. The skill operates independently using its internal scripts to process repository files.

How to dynamically load context files by domain routing for specific task features?

Dynamically load context files by invoking the skill with a specific task domain or feature name, which triggers the routing table to fetch relevant information.