context-bridge

Start a context synchronization session between World-Building and Unity projects. Scans the current project for critical updates (lore, mechanics, assets) and update a shared context file to keep the other project informed.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "context-bridge" with this command: npx skills add muharremtozan/unity-agent-skills/muharremtozan-unity-agent-skills-context-bridge

Context Bridge

Purpose

To maintain a synchronized "Basic and Critical" context between the World-Building (narrative/art) and Unity (gameplay/code) projects. This skill bridges the gap, allowing each project to know what has been realized in the other without full context loading.

Usage Workflow

1. Scan & Summarize

Before running the script, you MUST:

  1. Identify the current project: Are we in World-Building or Unity?
  2. Scan for key changes: Look for recent updates in:
    • World-Building: New lore, character arcs, location descriptions, artistic direction.
    • Unity: New mechanics, implemented systems, asset requirements, level design constraints.
  3. Draft a Summary: Create a concise bulleted list of "Basic and Critical" information that the other project needs to know.
    • Example (from WB): "New faction 'Iron Seekers' defined. Key colors: Rust & Orange. Values: Scavenging technology."
    • Example (from Unity): "Combat system now supports 'Overheat' mechanic. UI needs heat bar assets."

2. Update Shared Context

Run the update_context.py script to save this summary.

# internal usage
python .agent/skills/context-bridge/scripts/update_context.py --project "<ProjectName>" --content "<Summary String>"

Arguments:

  • --project: The project you are currently in. Valid values: World-Building, Unity.
  • --content: The summarized text to save. Use \n for newlines if passing via command line, or use the interactive mode (script might support raw input).

Note: The script will handle file creation and section management.

Shared File Structure

The shared context file (PROJECTS_SHARED_CONTEXT.md) will look like this:

# Shared Project Context

## World-Building Context
[Last Updated: <Date>]
- Summary point 1
- Summary point 2

## Unity Context
[Last Updated: <Date>]
- Summary point 1
- Summary point 2

Tips

  • Be Concise: The other agent doesn't need every detail, just the "hooks" they need to respect or implement.
  • Don't Overwrite: The script is designed to only replace YOUR project's section.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

unity-so-prefab-manager

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

clinic-visit-prep

帮助患者整理就诊前问题、既往记录、检查清单与时间线,不提供诊断。;use for healthcare, intake, prep workflows;do not use for 给诊断结论, 替代医生意见.

Archived SourceRecently Updated
Automation

changelog-curator

从变更记录、提交摘要或发布说明中整理对外 changelog,并区分用户价值与内部改动。;use for changelog, release-notes, docs workflows;do not use for 捏造未发布功能, 替代正式合规审批.

Archived SourceRecently Updated
Automation

klaviyo

Klaviyo API integration with managed OAuth. Access profiles, lists, segments, campaigns, flows, events, metrics, templates, catalogs, and webhooks. Use this skill when users want to manage email marketing, customer data, or integrate with Klaviyo workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

Archived SourceRecently Updated