context-bridge

Synchronize task state and metadata across Claude, Cursor, and Factory Droid sessions. Use when handing off tasks between platforms, sharing plans, or updating external trackers like Linear or Jira.

allowed_tools: linear_read, linear_write, github_read, github_write, slack_write

$ Instalar

git clone https://github.com/oimiragieo/LLM-RULES /tmp/LLM-RULES && cp -r /tmp/LLM-RULES/.claude/skills/context-bridge ~/.claude/skills/LLM-RULES

// tip: Run this command in your terminal to install the skill


name: context-bridge version: 1.0.0 description: Synchronize task state and metadata across Claude, Cursor, and Factory Droid sessions. Use when handing off tasks between platforms, sharing plans, or updating external trackers like Linear or Jira. allowed-tools: linear_read, linear_write, github_read, github_write, slack_write

<best_practices>

  • Always update the central state file before sending notifications.
  • Never overwrite existing state without reading it first to preserve history.
  • Publishing Metadata Sync: When syncing artifacts across platforms:
    • Validate metadata against .claude/schemas/artifact-metadata.schema.json before syncing
    • Handle publishing status conflicts by preferring most recent published_at timestamp
    • Preserve publish_attempts history for retry tracking
    • Update last_synced timestamp to track sync freshness
    • If metadata conflicts, log conflict resolution in reasoning file </best_practices>