vc-init

Bootstrap agent sessions with History, Eyes, and Verify context layers.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/VetCoders/vibecrafted --skill vc-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc-init
Source: https://github.com/VetCoders/vibecrafted/tree/main/skills/vc-init
Command: npx skills add https://github.com/VetCoders/vibecrafted --skill vc-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap an agent session with three layers of context: History (AICX MCP indexed records of prior sessions), Eyes (loctree MCP + cross-tool config absorption), and Verify (ground-truth quality gate checks) to orient the agent before implementation work.

Core Features & Use Cases

  • Bootstrap session setup at project start or after substantial repo changes.
  • Ingest prior session history, map current code structure, and validate readiness before coding.
  • Use cases include cold starts, resume after breaks, and sub-agent delegation within a repo.

Quick Start

Run vc-init to bootstrap an agent session with history, eyes, and verify layers for immediate productive context.

Frequently Asked Questions about vc-init

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

FAQPage Schema
How do I bootstrap an agent session with prior context and code structure?

Bootstrap an agent session by layering History, Eyes, and Verify to establish context. This ingests prior session records, maps current code structure, and validates readiness before coding.

What is the best way to resume an AI coding agent session after a break?

Resume an agent session by running a context bootstrap that retrieves indexed prior history, applies loctree structural views, and runs quality gates to validate command readiness.

How does agent context bootstrapping work when delegating sub-tasks across repositories?

Agent context bootstrapping works by ingesting AICX MCP history records, absorbing cross-tool configurations, and mapping repository structure to prepare immediate implementation context for sub-agent delegation.

Do I need specific MCP integrations to establish agent context before implementation?

Yes, establishing agent context requires integration with AICX MCP for history, loctree MCP for structural views, and built-in quality gates to validate commands before execution.

Can I validate agent readiness before executing commands in a cold start?

Yes, you can validate agent readiness during a cold start by applying a Verify layer that performs ground-truth quality gate checks before any commands are executed.

vc-init is not orienting my agent after substantial repo changes, what are the limitations?

If agent orientation fails after substantial repo changes, ensure the loctree MCP structural mapping and AICX MCP history ingestion are actively integrated to properly refresh the context layers.