vibe-context

Preload role-specific .vibe context and verified API lookup chains for code tasks.

3|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/jwlutz/claude_code_framework --skill vibe-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vibe-context
Source: https://github.com/jwlutz/claude_code_framework/tree/main/skills/vibe-context
Command: npx skills add https://github.com/jwlutz/claude_code_framework --skill vibe-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto-loads the .vibe/ project context to accelerate AI tasks by preloading role-relevant information and API lookup chains, reducing context-switching during questions, implementations, reviews, and planning.

Core Features & Use Cases

  • Role-based context loading: explorer, engineer, reviewer, tester, and general roles load tailored context.
  • On-demand doc loading: fetches and indexes docs from .vibe/docs as needed for the current task.
  • API lookup chain: enforces a verified sequence for API information before usage.

Quick Start

Invoke the vibe-context loader for your role before starting work to preload relevant context and APIs.

Frequently Asked Questions about vibe-context

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

FAQPage Schema
How do I preload project context for AI agents to reduce context switching?

Preloading project context for AI agents is done by auto-loading role-specific information and API lookup chains from a .vibe directory, reducing context switching during code tasks. This ensures relevant data is ready before implementation begins.

What is role-based context loading for AI coding assistants?

Role-based context loading for AI coding assistants means tailoring preloaded information to specific roles like explorer, engineer, reviewer, or tester. Each role receives customized context and API lookups suited to its task requirements.

How do I load on-demand documentation for AI agents from project files?

Loading on-demand documentation for AI agents involves fetching and indexing docs from .vibe/docs as needed for the current task. This ensures the AI accesses relevant documentation only when required during code generation.

Does auto-loading .vibe context support API lookup verification for code tasks?

Auto-loading .vibe context supports API lookup verification by enforcing a verified sequence for API information before usage. It provides an explicit verification chain to ensure accurate API data during code tasks.

Can I use role-based context loading for code reviews and planning?

Role-based context loading can be used for code reviews and planning by applying tailored context for reviewer and explorer roles. It preloads relevant project information and API lookups to support these specific tasks.