Bridge Context Update

Update context.json to reflect the current codebase state.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/etapsc/bridge --skill bridge-context-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Bridge Context Update
Source: https://github.com/etapsc/bridge/tree/main/bridge-codex/.agents/skills/bridge-context-update
Command: npx skills add https://github.com/etapsc/bridge --skill bridge-context-update

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that your context.json file accurately reflects the current state of your codebase, preventing outdated information from causing errors or confusion.

Core Features & Use Cases

  • Context Synchronization: Updates context.json based on the latest code changes.
  • Documentation Maintenance: Keeps your project's context file in sync with its implementation.
  • Use Case: After refactoring a module, run this Skill to automatically update the context.json so that future interactions with the agent are aware of the new code structure.

Quick Start

Run the bridge context update skill to sync your context file.

Frequently Asked Questions about Bridge Context Update

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

FAQPage Schema
How do I update context.json to reflect codebase changes after refactoring?

To update context.json after refactoring, run the bridge context update skill, which syncs the file with your latest code changes to maintain accurate project representation for AI agent interaction.

Why does my AI agent have outdated information about my project files?

Your AI agent has outdated information because your context.json file is not synced with recent codebase changes. Run a context synchronization skill to update the file and prevent confusion.

What is the best way to synchronize context files with code during development?

The best way to synchronize context files with code is to run an automated context update skill that follows defined procedures in `.agents/procedures/bridge-context-sync.md` to ensure data integrity.

When do I need to sync context.json with my codebase?

You need to sync context.json with your codebase whenever you modify project files, such as after refactoring a module, ensuring future interactions with the agent recognize the new code structure.

Does bridge context update require any external dependencies to work?

No, bridge context update does not require any external dependencies to work. It operates independently to update your context.json file based on the current state of your codebase.