context-bridge

Synchronize context between World-Building and Unity projects via Python scripts.

13|2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/MuharremTozan/unity-agent-skills --skill context-bridge-muharremtozan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-bridge
Source: https://github.com/MuharremTozan/unity-agent-skills/tree/main/context-bridge
Command: npx skills add https://github.com/MuharremTozan/unity-agent-skills --skill context-bridge-muharremtozan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill bridges the gap between narrative/art-focused World-Building projects and gameplay/code-focused Unity projects, ensuring critical information is shared and synchronized without requiring full context loading in either.

Core Features & Use Cases

  • Automated Context Synchronization: Scans for key updates in one project and updates a shared context file for the other.
  • Basic and Critical Information Sharing: Focuses on essential updates like new lore, mechanics, or asset requirements.
  • Use Case: A narrative designer adds a new faction in the World-Building project. This Skill summarizes the faction's name, colors, and values, then updates the shared context file so the Unity developer can implement corresponding game mechanics or assets.

Quick Start

Run the update_context.py script to synchronize project context, specifying the current project and a summary of changes.

Frequently Asked Questions about context-bridge

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

FAQPage Schema
How do I synchronize context between Unity and a separate world-building project?

To synchronize context between Unity and a world-building project, run the provided Python script to scan for critical updates and generate a shared context file. This bridges narrative and gameplay development without loading full project contexts.

What is the best way to share lore and mechanics updates with Unity developers?

Sharing lore and mechanics updates with Unity developers is achieved by summarizing essential changes into a structured shared context file. This lightweight synchronization method ensures cross-project awareness of new factions, asset requirements, or mechanics.

Does context sync for Unity require loading the entire game development project?

Context sync for Unity does not require loading the entire game development project. It updates a structured shared context file with basic, critical information like new lore or asset requirements, facilitating cross-project awareness efficiently.

How do I run a context synchronization session for my game development projects?

To run a context synchronization session for game development projects, execute the update_context.py script. You must specify the current project and provide a summary of changes to update the shared context file accordingly.

Can I use Python scripts to manage world-building and Unity project collaboration?

Yes, you can use Python scripts to manage world-building and Unity project collaboration. The Skill requires Python scripts to manage the update process, scanning for key updates and maintaining a structured shared context file.

What are the limitations of using a shared context file for Unity and world-building sync?

The limitation of using a shared context file for Unity and world-building sync is that it focuses only on basic and critical information. Full context loading is avoided, meaning only essential updates like lore summaries or asset requirements are shared.