vibeframe
01Plugin Claude Code
Plugin marketplace listing 1 plugin: vibeframe.
Plugin Claude Code
Plugin marketplace listing 1 plugin: vibeframe.
Settings file Claude Code
Agent settings configuring extraKnownMarketplaces, enabledPlugins.
Instructions file CodexOpenCode
AGENTS.md instructions for jubayertalha/vibeframe, covering agent guide, vibeframe — vibeframe model digest, capabilities, components and decisions.
Instructions file
Claude Code instructions for jubayertalha/vibeframe, covering vibeframe — repository guide, layout, commands and conventions.
Plugin Claude Code
A control plane for agentic coding: a living, in-repo model of intent, architecture, and code — deterministically indexed, bidirectionally linked, continuously drift-checked. Bundles the VibeFrame MCP server, deterministic hooks, and workflow commands.
MCP server Claude CodeCodexCursor +2
MCP server "vibeframe" as configured in jubayertalha/vibeframe. Runs ${CLAUDE_PLUGIN_ROOT}/bin/launcher.mjs with node.
Command
Plan and implement a feature through the VibeFrame model (context → declare → implement → link → validate).
Command
Explain unmapped code changes and fold them into the VibeFrame model.
Command
Walk the VibeFrame drift inbox and resolve each finding (fix / accept / dismiss).
Hook
Runs when a session starts, executing hook.mjs via node. From jubayertalha/vibeframe.
Hook
Runs after a tool call finishes for Write, Edit, MultiEdit, NotebookEdit and Bash tool calls, executing hook.mjs via node. From jubayertalha/vibeframe.
Hook
Runs when the agent finishes a response, executing hook.mjs via node. From jubayertalha/vibeframe.
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit and NotebookEdit tool calls, executing hook.mjs via node. From jubayertalha/vibeframe.
Skill Claude CodeCodex
Work through the VibeFrame project model — plan with vibecontext, declare intent with vibedeclare/vibedecide, bind implementations with vibelink, and resolve drift findings. Use when this project has a .vibeframe/ directory and you are planning a feature, implementing one, responding to a VibeFrame drift warning, or…