vc-context-discovery

Index feature-group files and load domain-routed context for agent sessions.

1.1k|223|Updated May 27, 2026
One-click install
npx skills add https://github.com/withkynam/vibecode-pro-max-kit --skill vc-context-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-context-discovery
Source: https://github.com/withkynam/vibecode-pro-max-kit/tree/main/.claude/skills/vc-context-discovery
Command: npx skills add https://github.com/withkynam/vibecode-pro-max-kit --skill vc-context-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Discover and load all relevant context for the current task by indexing feature group nested files with full paths and routing process/context files by domain.

Core Features & Use Cases

  • Lists feature group nested files with full paths
  • Loads domain-routed context at the start of each agent session
  • Provides canonical frontmatter-driven routing for context surfaces

Quick Start

Load all relevant context for the current task and route it by domain.

Frequently Asked Questions about vc-context-discovery

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

FAQPage Schema
How do I load and route task context for AI agents at the start of a session?

You can load and route task context for AI agents by indexing feature group nested files with full paths and applying domain-routed context loading from process/context to initialize the agent session.

What is domain-routed context discovery for agent sessions?

Domain-routed context discovery is the mechanism of loading process/context files by domain to surface canonical context metadata, ensuring AI agents receive task-relevant information for downstream planning.

How does frontmatter-driven routing work for context surfaces?

Frontmatter-driven routing enforces schemas on context files to make routing decisions, directing the Skill to surface canonical context metadata for downstream planning based on documented frontmatter properties.

Can I use this context discovery Skill across all task domains?

Yes, you can apply this context discovery Skill across all task domains; it loads domain-routed context from process/context and lists feature-group files with full paths regardless of the specific domain.

What is the best way to aggregate contextual files required to initialize an agent session?

The best way to aggregate contextual files to initialize an agent session is to index feature group nested files with full paths and apply frontmatter schema enforcement to surface canonical context metadata for downstream planning.

Why does my agent session lack the process context needed for downstream planning?

Your agent session lacks process context because feature group files are not properly indexed with full paths; enforcing frontmatter schemas and domain routing surfaces the canonical context metadata required for downstream planning.