vc:generate-context

Update process/context/all-context.md via full scan or delta update.

Updated May 10, 2026
One-click install
npx skills add https://github.com/cryborg1211/quant_trading_telegram_bot --skill vc-generate-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc:generate-context
Source: https://github.com/cryborg1211/quant_trading_telegram_bot/tree/main/.agents/skills/vc-generate-context
Command: npx skills add https://github.com/cryborg1211/quant_trading_telegram_bot --skill vc-generate-context

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps teams keep the repository's central knowledge up to date by generating or updating process/context/all-context.md, ensuring a single source of truth for context routing.

Core Features & Use Cases

  • Generates or refreshes process/context/all-context.md to reflect current project state across code, plans, and documentation.
  • Performs either a full scan when context is missing or a delta update when it already exists, preserving stable content.
  • Supports auditing by validating the updated context against the defined references and structure to flag inconsistencies.

Quick Start

Run this skill to refresh the repository context by updating process/context/all-context.md.

Frequently Asked Questions about vc:generate-context

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

FAQPage Schema
How do I generate a central context file for my repository?

Run this skill to perform a full repository scan and create process/context/all-context.md, establishing a single source of truth for context routing across your code, plans, and documentation.

What is the best way to update repository context without losing stable content?

Updating repository context is best handled via a delta update, which refreshes process/context/all-context.md to reflect the current project state while preserving stable content that already exists in the file.

How does repository context validation flag inconsistencies for an audit?

Repository context validation flags inconsistencies by running dedicated scripts that check the updated context against defined references and structure, alerting you to discrepancies in file layout references for audit purposes.

Do I need an existing context router to use the delta update feature?

You do not need an existing context router for a delta update if the context file is missing; the skill automatically performs a full scan instead, applying changes to the context router across the repo.

When should I refresh my project's authoritative context file?

You should refresh your project's authoritative context file whenever code, plans, or documentation change, ensuring the process/context/all-context.md accurately reflects the current state for correct context routing.